Module Batteries_print


module Batteries_print: sig .. end

val print_uchar : Format.formatter -> BatCamomile.UChar.t -> unit
val print_rope : Format.formatter -> BatRope.t -> unit
val print_ustring : Format.formatter -> BatUTF8.t -> unit
val string_of_cap : [> `Read ] BatString.Cap.t -> string
val print_string_cap_rw : Format.formatter -> [> `Read ] BatString.Cap.t -> unit
val print_string_cap_ro : Format.formatter -> [> `Read ] BatString.Cap.t -> unit
val to_format : (string BatIO.output -> 'a -> unit) -> Format.formatter -> 'a -> unit
val string_dynarray : Format.formatter -> string BatDynArray.t -> unit
val int_dynarray : Format.formatter -> int BatDynArray.t -> unit
val char_dynarray : Format.formatter -> Char.t BatDynArray.t -> unit
val float_dynarray : Format.formatter -> BatFloat.t BatDynArray.t -> unit
val int_set : Format.formatter -> BatSet.IntSet.t -> unit
val string_set : Format.formatter -> BatSet.StringSet.t -> unit
val istring_set : Format.formatter -> BatSet.IStringSet.t -> unit
val rope_set : Format.formatter -> BatSet.RopeSet.t -> unit
val irope_set : Format.formatter -> BatSet.IRopeSet.t -> unit
val char_set : Format.formatter -> BatSet.CharSet.t -> unit
val int_pset : Format.formatter -> int BatSet.t -> unit
val string_pset : Format.formatter -> string BatSet.t -> unit
val rope_pset : Format.formatter -> BatRope.t BatSet.t -> unit
val char_pset : Format.formatter -> Char.t BatSet.t -> unit
val int_pset : Format.formatter -> int BatSet.t -> unit
val int_pset : Format.formatter -> int BatSet.t -> unit