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

12 lines
159 B
Plaintext

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