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

12 lines
155 B
Plaintext

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