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

12 lines
151 B
Plaintext

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