diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-03-04 06:44:05 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-03-04 06:44:05 +0000 |
commit | d7c0061ceb909e4e7efb1f3eaa39200811d739da (patch) | |
tree | 2bfc9bba30cb50936ba153a9b0ee6987cc28318f /test-suite | |
parent | aef00b6ee0e1a1955670d1910371938d97526365 (diff) |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3731 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/output/InitSyntax.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index b219ff9d1..55d2dfb26 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,4 +1,4 @@ -Inductive sig2 [A : Set; P : A->Prop; Q : A->Prop] : Set := +Inductive sig2 [A : Set; P : A->Prop; Q : A->Prop] : Set := exist2 : (x:A)(P x)->(Q x)->(sig2 A P Q) (EX x:nat|x=x) : Prop |