We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d9409b + 4db048b commit 3f23dccCopy full SHA for 3f23dcc
src/debug.ml
@@ -194,7 +194,7 @@ let debug_mutual_inductive_entry =
194
match entry.mind_entry_universes with
195
| Monomorphic_entry ux ->
196
Univ.pr_universe_context_set UnivNames.(pr_with_global_universes empty_binders) ux
197
- | Polymorphic_entry (_,ux) ->
+ | Polymorphic_entry ux ->
198
Univ.pr_universe_context UnivNames.(pr_with_global_universes empty_binders) ux
199
in
200
let mind_entry_cumul_pp = bool (Option.has_some entry.mind_entry_variance) in
0 commit comments