DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / coq-mode / definitions / inductive.yasnippet
12345678
# -*- mode: snippet -*- # key: Ind # group: definitions # name: Inductive # -- Inductive $1 : $2 := | $0 .