aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-11-17 09:24:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-11-17 09:24:05 +0000
commitc73bcf06aaaf1958a8401a3710ee70cfa9edf94c (patch)
treebc0c6b13c41f0245c43202a7760e931a9a19f6ed /test-suite/failure/Notations.v
parentdc60c74379222cffc5bcf16666029e8d875f27d9 (diff)
test-suite/output/Notations.out
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6308 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/failure/Notations.v')
-rw-r--r--test-suite/failure/Notations.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/failure/Notations.v b/test-suite/failure/Notations.v
new file mode 100644
index 000000000..e8ebad8fd
--- /dev/null
+++ b/test-suite/failure/Notations.v
@@ -0,0 +1,6 @@
+(* Submitted by Roland Zumkeller *)
+
+Notation "! A" := (forall i:nat, A) (at level 60).
+
+(* Should fail: no dynamic capture *)
+Check ! (i=i).