module Sexpr:sig
..end
Context objects are used to configure the dumping process. A
sensible default_context
is already provided.
type
context
val default_context : context
dump
function family.val make_context : ?nesting:int -> unit -> context
nesting
is how deep the printer
recurses before printingval dump : ?context:context -> 'a -> unit
stdout
val dump_to_file : ?context:context -> string -> 'a -> unit
val dump_with_formatter : ?context:context -> Format.formatter -> 'a -> unit
Format
module for pretty printing.val test_data : unit -> Obj.t