diff options
| author | herbelin | 2004-12-09 13:47:03 +0000 |
|---|---|---|
| committer | herbelin | 2004-12-09 13:47:03 +0000 |
| commit | 7d78cf9acda678659064a12af5cdd31430b7fc3c (patch) | |
| tree | e67788aace7df595af2e602d6b668cf715f5a0a7 /test-suite/output/InitSyntax.out8 | |
| parent | 47ed51985ad5ab4bb77092beebdc5fe30d3d453b (diff) | |
Ajout d'une version nouvelle syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6451 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/InitSyntax.out8')
| -rw-r--r-- | test-suite/output/InitSyntax.out8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/output/InitSyntax.out8 b/test-suite/output/InitSyntax.out8 new file mode 100644 index 0000000000..4ed72c5065 --- /dev/null +++ b/test-suite/output/InitSyntax.out8 @@ -0,0 +1,10 @@ +Inductive sig2 (A : Set) (P : A -> Prop) (Q : A -> Prop) : Set := + exist2 : forall x : A, P x -> Q x -> sig2 P Q +For sig2: Argument A is implicit +For exist2: Argument A is implicit +For sig2: Argument scopes are [type_scope type_scope type_scope] +For exist2: Argument scopes are [type_scope _ _ _ _ _] +exists x : nat, x = x + : Prop +fun b : bool => if b then b else b + : bool -> bool |
