module Batteries_print: sig
.. end
Printing values
Unicode
val print_uchar : Format.formatter -> CamomileLibrary.UChar.t -> unit
Pretty-print a UChar.t
val print_rope : Format.formatter -> BatRope.t -> unit
Pretty-print a Rope.t
val print_ustring : Format.formatter -> BatUTF8.t -> unit
Pretty-print a UTF8.t
Pretty-print String.Cap.t
val print_string_cap_rw : Format.formatter -> [> `Read | `Write ] BatString.Cap.t -> unit
Pretty-print a read-write String.Cap.t
(prefixes output with "rw")
val print_string_cap_ro : Format.formatter -> [ `Read ] BatString.Cap.t -> unit
Pretty-print a read-only String.Cap.t
(prefixes output with "ro")
Data structures