Up

module Debug

: sig

Internal Async debugging functions.

include module type of Config.Print_debug_messages_for
#
val log : string -> 'a -> ('a -> Core.Std.Sexp.t) -> unit
#
val log_string : string -> unit
end