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

12 lines
150 B
Plaintext

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