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 2b0f458c1..5980dae0c 100644
--- a/printing/printmod.ml
+++ b/printing/printmod.ml
@@ -203,7 +203,7 @@ let rec print_modexpr env mp locals mexpr = match mexpr with
| SEBapply _ ->
let lapp = flatten_app mexpr [] in
hov 3 (str"(" ++ prlist_with_sep spc (print_modpath locals) lapp ++ str")")
- | SEBwith (_,_)-> anomaly "Not available yet"
+ | SEBwith (_,_)-> anomaly (Pp.str "Not available yet")
let rec printable_body dir =