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 : contextdump function family.val make_context : ?nesting:int -> unit -> contextnesting is how deep the printer
recurses before printingval dump : ?context:context -> 'a -> unitstdoutval dump_to_file : ?context:context -> string -> 'a -> unitval dump_with_formatter : ?context:context -> Format.formatter -> 'a -> unitFormat module for pretty printing.val test_data : unit -> Obj.t