Module Async_kernel__.Debug
include module type of Async_kernel.Async_kernel_config.Print_debug_messages_for
val log : string -> 'a -> ('a -> Core_kernel.Sexp.t) -> unit
Calls to
Debug.log
should look likeif Debug.??? then Debug.log ...
.