Skip to content

Commit

Permalink
Adapt to coq/coq#19620 (Global.push_context_set no strict argument)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Oct 1, 2024
1 parent a379c07 commit 9e9db0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ Supported attributes:
| Polymorphic_ind_entry uctx ->
(Polymorphic_entry uctx, UState.Polymorphic_entry uctx, univ_binders)
in
let () = Global.push_context_set ~strict:true uctx in
let () = Global.push_context_set uctx in
let mind =
declare_mutual_inductive_with_eliminations ~primitive_expected ~default_dep_elim me (uentry', ubinders) ind_impls in
let ind = mind, 0 in
Expand Down

0 comments on commit 9e9db0b

Please sign in to comment.