Up

module Debug

: sig
#
val run_debug : (unit -> unit) -> unit

Runs code intended for debugging, if debugging

end