Module Generic_util_obj_inspect

module Generic_util_obj_inspect: sig .. end
Display the memory representation of OCaml values.

val show_obj : 'a -> string
Returns the memory representation of a value.
val print_obj : 'a -> unit
Print the representation to standard output.