From c73bcf06aaaf1958a8401a3710ee70cfa9edf94c Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 17 Nov 2004 09:24:05 +0000 Subject: test-suite/output/Notations.out git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6308 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/failure/Notations.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/failure/Notations.v (limited to 'test-suite/failure') diff --git a/test-suite/failure/Notations.v b/test-suite/failure/Notations.v new file mode 100644 index 0000000000..e8ebad8fd7 --- /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). -- cgit v1.2.3