module Trace_of_formatter: functor (F : sigval formatter : Format.formatterend) -> Trace
functor (
F
:
sig
val formatter : Format.formatter
Format.formatter
end
) ->
Trace
sig val formatter : Format.formatter end
type t
val trace_call : string -> (Format.formatter -> unit) -> t
string -> (Format.formatter -> unit) -> t
val trace_reply_ok : t -> (Format.formatter -> unit) -> unit
t -> (Format.formatter -> unit) -> unit
val trace_reply_exn : t -> exn -> (Format.formatter -> unit) -> unit
t -> exn -> (Format.formatter -> unit) -> unit