diff options
| author | herbelin | 2004-12-09 13:46:39 +0000 |
|---|---|---|
| committer | herbelin | 2004-12-09 13:46:39 +0000 |
| commit | 47ed51985ad5ab4bb77092beebdc5fe30d3d453b (patch) | |
| tree | e2d3b66066519bdeff9fbc265c502f4458ffc9a1 /test-suite/output/InitSyntax.out | |
| parent | 380315878ad71c77592d9bbee5efdb365b46bff3 (diff) | |
MAJ avec les particularités de l'afficheur v7 de la V8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6450 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/InitSyntax.out')
| -rw-r--r-- | test-suite/output/InitSyntax.out | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index d7120f89d5..79ddf8c447 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,6 +1,8 @@ -Inductive sig2 [A : Set; P : A->Prop; Q : A->Prop] : Set := - exist2 : (x:A)(P x)->(Q x)->(sig2 A P Q) +Inductive sig2 [A : Set; P : A ->Prop; Q : A ->Prop] : Set := + exist2 : (x:A)(P x) ->(Q x) ->(sig2 A P Q) +For sig2: Argument scopes are [type_scope type_scope type_scope] +For exist2: Argument scopes are [type_scope _ _ _ _ _] (EX x:nat|x=x) : Prop [b:bool](if b then b else b) - : bool->bool + : bool ->bool |
