yasnippet-snippets/snippets/coq-mode/propositions/lemma.yasnippet

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.