Files
emacs/snippets/coq-mode/propositions/proposition.yasnippet
2024-04-30 07:08:23 +02:00

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.