aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/closure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checker/closure.ml')
-rw-r--r--checker/closure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/closure.ml b/checker/closure.ml
index 4500d371c..6744269ec 100644
--- a/checker/closure.ml
+++ b/checker/closure.ml
@@ -180,7 +180,7 @@ let ref_value_cache info ref =
let body =
match ref with
| RelKey n ->
- let (s,l) = info.i_rels in lift n (List.assoc_f Int.equal (s-n) l)
+ let (s,l) = info.i_rels in lift n (Int.List.assoc (s-n) l)
| VarKey id -> raise Not_found
| ConstKey cst -> constant_value info.i_env cst
in