aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Notations.out8
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Notations.out8')
-rw-r--r--test-suite/output/Notations.out816
1 files changed, 0 insertions, 16 deletions
diff --git a/test-suite/output/Notations.out8 b/test-suite/output/Notations.out8
deleted file mode 100644
index 0e57e269d..000000000
--- a/test-suite/output/Notations.out8
+++ /dev/null
@@ -1,16 +0,0 @@
-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