Skip to content

Commit 64a6980

Browse files
authored
1 parent 75f83e2 commit 64a6980

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Rewriter/Util/plugins/inductive_from_elim.ml.v92

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ let make_inductive_from_elim sigma (name : Names.Id.t option) (elim_ty : EConstr
4545
let univs, ubinders = Evd.check_sort_poly_decl ~poly:false sigma UState.default_sort_poly_decl in
4646
let uctx = match univs with
4747
| 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
48+
let () = Global.push_context_set ctx in
5049
Entries.Monomorphic_ind_entry
5150
| UState.Polymorphic_entry uctx -> Entries.Polymorphic_ind_entry uctx
5251
in

0 commit comments

Comments
 (0)