We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f83e2 commit 64a6980Copy full SHA for 64a6980
src/Rewriter/Util/plugins/inductive_from_elim.ml.v92
@@ -45,8 +45,7 @@ let make_inductive_from_elim sigma (name : Names.Id.t option) (elim_ty : EConstr
45
let univs, ubinders = Evd.check_sort_poly_decl ~poly:false sigma UState.default_sort_poly_decl in
46
let uctx = match univs with
47
| UState.Monomorphic_entry ctx ->
48
- let () = Global.push_qualities QGraph.Internal (PConstraints.ContextSet.sort_context_set ctx) in
49
- let () = Global.push_context_set (PConstraints.ContextSet.univ_context_set ctx) in
+ let () = Global.push_context_set ctx in
50
Entries.Monomorphic_ind_entry
51
| UState.Polymorphic_entry uctx -> Entries.Polymorphic_ind_entry uctx
52
in
0 commit comments