package inspect

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type context
val default_context : context
val make_context : ?nesting:int -> unit -> context
val dump : ?context:context -> 'a -> unit
val dump_to_file : ?context:context -> string -> 'a -> unit
val dump_with_formatter : ?context:context -> Stdlib.Format.formatter -> 'a -> unit
val test_data : unit -> Stdlib.Obj.t