aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2004-11-17 09:24:26 +0000
committerherbelin2004-11-17 09:24:26 +0000
commit391ce2bdd44418ffa07e199ba2e447428c45c3bd (patch)
tree5e7e223c5d81cf0001f33c362ff45af7305fb48e
parentc73bcf06aaaf1958a8401a3710ee70cfa9edf94c (diff)
Test lieurs dans Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6309 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--test-suite/output/Notations.out16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-suite/output/Notations.out b/test-suite/output/Notations.out
new file mode 100644
index 0000000000..0e57e269d9
--- /dev/null
+++ b/test-suite/output/Notations.out
@@ -0,0 +1,16 @@
+true ? 0; 1
+ : nat
+if true as x return (x ? nat; bool) then 0 else true
+ : true ? nat; bool
+Defining 'proj1' as keyword
+fun e : nat * nat => proj1 e
+ : nat * nat -> nat
+Defining 'decomp' as keyword
+decomp (true, true) as t, u in (t, u)
+ : (bool * bool)%type
+!(0 = 0)
+ : Prop
+forall n : nat, n = 0
+ : Prop
+!(0 = 0)
+ : Prop