emacs/snippets/coq-mode/propositions/corollary.yasnippet

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.