aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/closure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/closure.ml')
-rw-r--r--kernel/closure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/closure.ml b/kernel/closure.ml
index 98fb467c8..41338c1cc 100644
--- a/kernel/closure.ml
+++ b/kernel/closure.ml
@@ -250,7 +250,7 @@ let ref_value_cache info ref =
| None -> raise Not_found
| Some t -> lift n t
end
- | VarKey id -> List.assoc_f Id.equal id info.i_vars
+ | VarKey id -> Id.List.assoc id info.i_vars
| ConstKey cst -> constant_value info.i_env cst
in
let v = info.i_repr info body in