sig
val default_lim : int Pervasives.ref
val default_show_lazy : bool Pervasives.ref
val to_eformat : ?show_lazy:bool -> ?lim:int -> 'a -> Easy_format.t
val to_string : ?show_lazy:bool -> ?lim:int -> 'a -> string
val p : ?show_lazy:bool -> ?lim:int -> 'a -> string
val to_stdout : ?show_lazy:bool -> ?lim:int -> 'a -> unit
val to_stderr : ?show_lazy:bool -> ?lim:int -> 'a -> unit
val to_channel :
?show_lazy:bool -> ?lim:int -> Pervasives.out_channel -> 'a -> unit
val to_formatter :
?show_lazy:bool -> ?lim:int -> Format.formatter -> 'a -> unit
val to_buffer : ?show_lazy:bool -> ?lim:int -> Buffer.t -> 'a -> unit
end