aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-06-09 13:35:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-06-09 13:35:39 +0000
commit351257b6e2355bae8d450f7163977f23120a9626 (patch)
tree16e7602e603cc7c4799907fe40f8825dbd2bcca6 /etc/coq
parent719218137978b2215be079d56aa56abb9fdb2cee (diff)
parsing check from Trac #410
Diffstat (limited to 'etc/coq')
-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.