Skip to content

Commit

Permalink
Merge pull request #16 from rlepigre/br/evaluable_refactoring
Browse files Browse the repository at this point in the history
Adapt to coq/coq#18546.
  • Loading branch information
SkySkimmer authored Apr 3, 2024
2 parents 7be3a84 + a913544 commit 06d4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lean.ml
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ and declare_def n { ty; body; univs; height } i =
in
let () =
let c = match ref with ConstRef c -> c | _ -> assert false in
Global.set_strategy (Evaluable.EvalConstRef c) (Level (-height))
Global.set_strategy (Conv_oracle.EvalConstRef c) (Level (-height))
in
let inst = { ref; algs } in
let () = add_declared n i inst in
Expand Down

0 comments on commit 06d4418

Please sign in to comment.