emacs/snippets/coq-mode/propositions/proposition.yasnippet

12 lines
163 B
Plaintext

# -*- mode: snippet -*-
# key: Pro
# group: propositions
# name: Proposition
# expand-env: ((yas-indent-line 'fixed))
# --
Proposition $1 :
$2.
Proof.
$0
Qed.