aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.out
diff options
context:
space:
mode:
authorherbelin2011-04-29 13:13:22 +0000
committerherbelin2011-04-29 13:13:22 +0000
commitc9bab9479166334c633e41def7e2b724a3773e30 (patch)
tree74899efc95d60c4b5f98f59f4db637cdf7d7e231 /test-suite/output/InitSyntax.out
parent7e5956fdff2d9312fa27c539015f889513a32c8e (diff)
Typo in test InitSyntax.out
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14085 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/InitSyntax.out')
-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 c251b1b1ce..55017469e7 100644
--- a/test-suite/output/InitSyntax.out
+++ b/test-suite/output/InitSyntax.out
@@ -1,5 +1,5 @@
Inductive sig2 (A : Type) (P Q : A -> Prop) : Type :=
- exist2 : forall x : A, P x -> Q x -> {x | P x & Q x }
+ exist2 : forall x : A, P x -> Q x -> {x | P x & Q x}
For sig2: Argument A is implicit
For exist2: Argument A is implicit