aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.out
diff options
context:
space:
mode:
authorMaxime Dénès2018-12-21 10:52:36 +0100
committerMaxime Dénès2018-12-21 10:52:36 +0100
commitba6b5839add7587837b4cea890f2d505ce76d489 (patch)
tree56f1a87240d53a3a4cc814e9e64f8646a1c50731 /test-suite/output/InitSyntax.out
parent8d41928c9f0bb54ed41e3ab0d7a6f76d556bb588 (diff)
parentc4397eab9f92f29fb32dd7e3cc3e4c81c63efe7d (diff)
Merge PR #9182: Stop printing Monomorphic/Polymorphic in Print.
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 4743fb0d0a..c17c63e724 100644
--- a/test-suite/output/InitSyntax.out
+++ b/test-suite/output/InitSyntax.out
@@ -1,4 +1,4 @@
-Monomorphic Inductive sig2 (A : Type) (P Q : A -> Prop) : Type :=
+Inductive sig2 (A : Type) (P Q : A -> Prop) : Type :=
exist2 : forall x : A, P x -> Q x -> {x : A | P x & Q x}
For sig2: Argument A is implicit