Legend:
Library
Module
Module type
Parameter
Class
Class type
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_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