aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar Tej Chajed <tchajed@mit.edu>2018-08-17 11:50:57 -0400
committerGravatar Tej Chajed <tchajed@mit.edu>2018-08-17 11:50:57 -0400
commit5c27e4a9398cb366e087594dd1c72e4c084fae01 (patch)
treecf24865ec0299070cf7d24af6a81cec9e0df98a7 /coq/coq-syntax.el
parentb7f17b7ca09276be5cd29263bd5574fdd6fa4d2c (diff)
Support the Variant vernacular
Syntactically looks much like an Inductive, though it is non-recursive so "where" (mutual recursion) is not supported.
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el1
1 files changed, 1 insertions, 0 deletions
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. "
)