aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq/parsingcheck-410.v
diff options
context:
space:
mode:
Diffstat (limited to 'etc/coq/parsingcheck-410.v')
-rw-r--r--etc/coq/parsingcheck-410.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/coq/parsingcheck-410.v b/etc/coq/parsingcheck-410.v
new file mode 100644
index 00000000..29e84e58
--- /dev/null
+++ b/etc/coq/parsingcheck-410.v
@@ -0,0 +1 @@
+Require Export Coq.Lists.List. Notation "[ ]" := nil : list_scope. Notation "[ a ; .. ; b ]" := (a :: .. (b :: []) ..) : list_scope.