diff options
| author | letouzey | 2012-07-06 17:39:58 +0000 |
|---|---|---|
| committer | letouzey | 2012-07-06 17:39:58 +0000 |
| commit | 3e6d3a9a35660e32c478ac8e5da5e76d25c905b5 (patch) | |
| tree | 8015d66f8df3fea6efa3c561ebacf5a42df81d14 /test-suite/output | |
| parent | 3c75aed311c024cc35c1690d7bfec5c88140457e (diff) | |
Minor fixes in the test-suite after my recent commits
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15542 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output')
| -rw-r--r-- | test-suite/output/ZSyntax.out | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test-suite/output/ZSyntax.out b/test-suite/output/ZSyntax.out index 1b7a290352..dc41b0aa48 100644 --- a/test-suite/output/ZSyntax.out +++ b/test-suite/output/ZSyntax.out @@ -2,19 +2,19 @@ : Z fun f : nat -> Z => (f 0%nat + 0)%Z : (nat -> Z) -> Z -fun x : positive => Zpos x~0 +fun x : positive => Z.pos x~0 : positive -> Z -fun x : positive => (Zpos x + 1)%Z +fun x : positive => (Z.pos x + 1)%Z : positive -> Z -fun x : positive => Zpos x +fun x : positive => Z.pos x : positive -> Z -fun x : positive => Zneg x~0 +fun x : positive => Z.neg x~0 : positive -> Z -fun x : positive => (Zpos x~0 + 0)%Z +fun x : positive => (Z.pos x~0 + 0)%Z : positive -> Z -fun x : positive => (- Zpos x~0)%Z +fun x : positive => (- Z.pos x~0)%Z : positive -> Z -fun x : positive => (- Zpos x~0 + 0)%Z +fun x : positive => (- Z.pos x~0 + 0)%Z : positive -> Z (Z.of_nat 0 + 1)%Z : Z |
