aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-04 06:44:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-04 06:44:05 +0000
commitd7c0061ceb909e4e7efb1f3eaa39200811d739da (patch)
tree2bfc9bba30cb50936ba153a9b0ee6987cc28318f /test-suite
parentaef00b6ee0e1a1955670d1910371938d97526365 (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.out2
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