aboutsummaryrefslogtreecommitdiff
path: root/lib/pp.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-06-14 00:08:14 +0200
committerPierre-Marie Pédrot2016-06-14 00:09:30 +0200
commit236627cdf081e51fce3bc54fdee4e40d4f6ca85e (patch)
tree161c930e2efacd1198fed18f208e9f4fdba1b8fc /lib/pp.mli
parent45de05d0ea9740f14c58dfd67436ddbea03c6a49 (diff)
Moving UTF-8 related functions to Unicode module.
Diffstat (limited to 'lib/pp.mli')
-rw-r--r--lib/pp.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index 56b82e4489..a18744c376 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -100,9 +100,6 @@ val close_tag : unit -> std_ppcmds
val string_of_ppcmds : std_ppcmds -> string
-val utf8_length : string -> int
-val utf8_sub : string -> int -> int -> string
-
(** {6 Printing combinators} *)
val pr_comma : unit -> std_ppcmds