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.
1 parent a379c07 commit 9e9db0bCopy full SHA for 9e9db0b
src/coq_elpi_builtins.ml
@@ -2103,7 +2103,7 @@ Supported attributes:
2103
| Polymorphic_ind_entry uctx ->
2104
(Polymorphic_entry uctx, UState.Polymorphic_entry uctx, univ_binders)
2105
in
2106
- let () = Global.push_context_set ~strict:true uctx in
+ let () = Global.push_context_set uctx in
2107
let mind =
2108
declare_mutual_inductive_with_eliminations ~primitive_expected ~default_dep_elim me (uentry', ubinders) ind_impls in
2109
let ind = mind, 0 in
0 commit comments