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

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.