summaryrefslogtreecommitdiff
path: root/test-suite/output/ZSyntax.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/ZSyntax.out')
-rw-r--r--test-suite/output/ZSyntax.out42
1 files changed, 21 insertions, 21 deletions
diff --git a/test-suite/output/ZSyntax.out b/test-suite/output/ZSyntax.out
index 0fdc5b7e..cbfb9f20 100644
--- a/test-suite/output/ZSyntax.out
+++ b/test-suite/output/ZSyntax.out
@@ -1,26 +1,26 @@
-`32`
+32%Z
: Z
-[f:(nat->Z)]`(f O)+0`
- : (nat->Z)->Z
-[x:positive](POS (xO x))
- : positive->Z
-[x:positive]`(POS x)+1`
- : positive->Z
-[x:positive](POS x)
- : positive->Z
-[x:positive](NEG (xO x))
- : positive->Z
-[x:positive]`(POS (xO x))+0`
- : positive->Z
-[x:positive]`(Zopp (POS (xO x)))`
- : positive->Z
-[x:positive]`(Zopp (POS (xO x)))+0`
- : positive->Z
-`(inject_nat (0))+1`
+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+(inject_nat (plus (0) (0)))`
+(0 + Z_of_nat (0 + 0))%Z
: Z
-`(inject_nat (0)) = 0`
+Z_of_nat 0 = 0%Z
: Prop
-`0+(inject_nat (11))`
+(0 + Z_of_nat 11)%Z
: Z