aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/ZSyntax.out8
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/ZSyntax.out8')
-rw-r--r--test-suite/output/ZSyntax.out826
1 files changed, 0 insertions, 26 deletions
diff --git a/test-suite/output/ZSyntax.out8 b/test-suite/output/ZSyntax.out8
deleted file mode 100644
index cbfb9f207..000000000
--- a/test-suite/output/ZSyntax.out8
+++ /dev/null
@@ -1,26 +0,0 @@
-32%Z
- : Z
-fun f : nat -> Z => (f 0%nat + 0)%Z
- : (nat -> Z) -> Z
-fun x : positive => Zpos (xO x)
- : positive -> Z
-fun x : positive => (Zpos x + 1)%Z
- : positive -> Z
-fun x : positive => Zpos x
- : positive -> Z
-fun x : positive => Zneg (xO x)
- : positive -> Z
-fun x : positive => (Zpos (xO x) + 0)%Z
- : positive -> Z
-fun x : positive => (- Zpos (xO x))%Z
- : positive -> Z
-fun x : positive => (- Zpos (xO x) + 0)%Z
- : positive -> Z
-(Z_of_nat 0 + 1)%Z
- : Z
-(0 + Z_of_nat (0 + 0))%Z
- : Z
-Z_of_nat 0 = 0%Z
- : Prop
-(0 + Z_of_nat 11)%Z
- : Z