Module Trace
type traced_function = {path : Path.t;closure : Stdlib.Obj.t;actual_code : Trace.codeptr;instrumented_fun : Trace.codeptr -> Stdlib.Obj.t -> Stdlib.Obj.t -> Stdlib.Obj.t;
}val traced_functions : Trace.traced_function list Stdlib.refval is_traced : Stdlib.Obj.t -> Path.t optionval get_code_pointer : Stdlib.Obj.t -> Trace.codeptrval set_code_pointer : Stdlib.Obj.t -> Trace.codeptr -> unitval instrument_closure :
Env.t ->
Longident.t ->
Stdlib.Format.formatter ->
Types.type_expr ->
Trace.codeptr ->
Stdlib.Obj.t ->
Stdlib.Obj.t ->
Stdlib.Obj.tval print_trace : Stdlib.Obj.t -> Stdlib.Obj.t -> Stdlib.Obj.t