aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/printmod.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printmod.ml')
-rw-r--r--printing/printmod.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printmod.ml b/printing/printmod.ml
index b5d1d8a18..b5f84c79e 100644
--- a/printing/printmod.ml
+++ b/printing/printmod.ml
@@ -46,7 +46,7 @@ let get_new_id locals id =
get_id (List.map snd locals) id
let rec print_local_modpath locals = function
- | MPbound mbid -> pr_id (List.assoc mbid locals)
+ | MPbound mbid -> pr_id (Util.List.assoc_f MBId.equal mbid locals)
| MPdot(mp,l) ->
print_local_modpath locals mp ++ str "." ++ pr_lab l
| MPfile _ -> raise Not_found