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