aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/pptactic.ml')
-rw-r--r--printing/pptactic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index 5a5396875..14fae2612 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -502,7 +502,7 @@ let pr_let_clauses recflag pr = function
hv 0
(pr_let_clause (if recflag then "let rec " else "let ") pr hd ++
prlist (fun t -> spc () ++ pr_let_clause "with " pr t) tl)
- | [] -> anomaly "LetIn must declare at least one binding"
+ | [] -> anomaly (Pp.str "LetIn must declare at least one binding")
let pr_seq_body pr tl =
hv 0 (str "[ " ++