aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pp.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pp.mli')
-rw-r--r--lib/pp.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index a18744c37..3bd560812 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -166,6 +166,8 @@ val surround : std_ppcmds -> std_ppcmds
val pr_vertical_list : ('b -> std_ppcmds) -> 'b list -> std_ppcmds
+val pr_loc : Loc.t -> std_ppcmds
+
(** {6 Low-level pretty-printing functions with and without flush} *)
(** FIXME: These ignore the logging settings and call [Format] directly *)