diff options
| author | Gaëtan Gilbert | 2018-10-11 17:55:01 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-02 13:26:16 +0100 |
| commit | 207c6710606c1581a9b3f207769ceaeb99f5c883 (patch) | |
| tree | 39e681966fb69f3921d0331817941f340661b04d /test-suite/output/InitSyntax.out | |
| parent | 1bb5e2d8c3149401b6e7513b09c5eba054696477 (diff) | |
Remove is_universe_polymorphism from printing
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 c17c63e724..4743fb0d0a 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,4 +1,4 @@ -Inductive sig2 (A : Type) (P Q : A -> Prop) : Type := +Monomorphic 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 |
