From 587cceba8a0c7872a5c9d1c4f36aaa93e7476819 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 2 Jul 2007 07:26:28 +0000 Subject: Factorisation des paramètres dans l'affichage des inductifs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9920 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/output/InitSyntax.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index 0e2624ab23..9299e01046 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,4 +1,4 @@ -Inductive sig2 (A : Type) (P : A -> Prop) (Q : A -> Prop) : Type := +Inductive sig2 (A : Type) (P Q : A -> Prop) : Type := exist2 : forall x : A, P x -> Q x -> sig2 P Q For sig2: Argument A is implicit -- cgit v1.2.3