Skip to content

Commit 691153e

Browse files
authored
Merge pull request #143 from ppedrot/abstract-global-readonly
Adapt to rocq-prover/rocq#21284.
2 parents 0b658f2 + 91c747f commit 691153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parametricity.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ and translate_constant order (evd : Evd.evar_map ref) env cst : constr =
459459
evd := evd';
460460
constr
461461
with Not_found ->
462-
let cb = lookup_constant kn env in
462+
let cb = Environ.lookup_constant kn env in
463463
Declarations.(match cb.const_body with
464464
| Def _ ->
465465
let (value, _, constraints) = constant_value_and_type env (kn,names) in

0 commit comments

Comments
 (0)