diff options
| author | Maxime Dénès | 2018-12-21 10:52:36 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-12-21 10:52:36 +0100 |
| commit | ba6b5839add7587837b4cea890f2d505ce76d489 (patch) | |
| tree | 56f1a87240d53a3a4cc814e9e64f8646a1c50731 /test-suite/output/InitSyntax.out | |
| parent | 8d41928c9f0bb54ed41e3ab0d7a6f76d556bb588 (diff) | |
| parent | c4397eab9f92f29fb32dd7e3cc3e4c81c63efe7d (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.out | 2 |
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 |
