Skip to content

Commit 4ccc472

Browse files
committed
1 parent 90562d8 commit 4ccc472

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/run.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,9 @@ let declare_mind env sigma params sigs mut_constrs =
12461246
let univs, ubinders = Evd.univ_entry ~poly:false sigma in
12471247
let uctx = match univs with
12481248
| UState.Monomorphic_entry ctx ->
1249-
let () = Global.push_context_set QGraph.Internal ctx in
1250-
Entries.Monomorphic_ind_entry
1249+
let () = Global.push_qualities QGraph.Internal (PConstraints.ContextSet.sort_context_set ctx) in (* XXX *)
1250+
let () = Global.push_context_set (PConstraints.ContextSet.univ_context_set ctx) in
1251+
Entries.Monomorphic_ind_entry
12511252
| UState.Polymorphic_entry uctx -> Entries.Polymorphic_ind_entry uctx
12521253
in
12531254
let _ = DeclareInd.declare_mutual_inductive_with_eliminations

0 commit comments

Comments
 (0)