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

11 lines
154 B
Plaintext

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