yasnippet-snippets/snippets/coq-mode/definitions/inductive.yasnippet

9 lines
107 B
Plaintext
Raw Normal View History

2019-10-06 22:09:59 +02:00
# -*- mode: snippet -*-
# key: Ind
# group: definitions
# name: Inductive
# --
Inductive $1 : $2 :=
| $0
.