diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
commit | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (patch) | |
tree | ad89c6bb57ceee608fcba2bb3435b74e0f57919e /test-suite/output/ZSyntax.out | |
parent | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (diff) |
Imported Upstream version 8.0pl3+8.1alphaupstream/8.0pl3+8.1alpha
Diffstat (limited to 'test-suite/output/ZSyntax.out')
-rw-r--r-- | test-suite/output/ZSyntax.out | 42 |
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 |