diff options
Diffstat (limited to 'test-suite/output/Notations2.out')
-rw-r--r-- | test-suite/output/Notations2.out | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test-suite/output/Notations2.out b/test-suite/output/Notations2.out new file mode 100644 index 00000000..20d20d82 --- /dev/null +++ b/test-suite/output/Notations2.out @@ -0,0 +1,12 @@ +2 3 + : PAIR +2[+]3 + : nat +forall (A : Set) (le : A -> A -> Prop) (x y : A), le x y \/ le y x + : Prop +match (0, 0, 0) with +| (x, y, z) => x + y + z +end + : nat +let '(a, _, _) := (2, 3, 4) in a + : nat |