From 5c27e4a9398cb366e087594dd1c72e4c084fae01 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Fri, 17 Aug 2018 11:50:57 -0400 Subject: Support the Variant vernacular Syntactically looks much like an Inductive, though it is non-recursive so "where" (mutual recursion) is not supported. --- coq/coq-syntax.el | 1 + 1 file changed, 1 insertion(+) (limited to 'coq/coq-syntax.el') diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 91ef4083..c55c93fc 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -503,6 +503,7 @@ so for the following reasons: ("Scheme Induction" "sci" "Scheme @{name} := Induction for # Sort #." t) ("Scheme Minimality" "scm" "Scheme @{name} := Minimality for # Sort #." t) ("Structure" "str" "Structure # : # := {\n# : #;\n# : # }" t "Structure") + ("Variant" "varv" "Variant # : # := # : #." t "Variant") ) "Coq definition keywords information list. See `coq-syntax-db' for syntax. " ) -- cgit v1.2.3