package dum

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default_lim : int ref
val default_show_lazy : bool 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 -> 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