Skip to content

Commit 1d5976a

Browse files
authored
Merge pull request #1096 from SkySkimmer/more-demote
Adapt to rocq-prover/rocq#19384 (add_global_univ -> add_forgotten_univ)
2 parents 52fda99 + a1a1a1b commit 1d5976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-coq/src/constr_denoter.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct
168168
(* TODO handle univs created in workers *)
169169
let l = Univ.Level.make (Univ.UGlobal.make dp "" num) in
170170
try
171-
let evm = Evd.add_global_univ evm l in
171+
let evm = Evd.add_forgotten_univ evm l in
172172
if !strict_unquote_universe_mode then
173173
CErrors.user_err (str ("Level "^s^" is not a declared level and you are in Strict Unquote Universe Mode."))
174174
else (evm, l)

0 commit comments

Comments
 (0)