Debug
eff DebugSourceAn effect used for print debugging.
Definitions
def dprint(x: a): Unit \ Debug + Aef[a] with Formattable[a]
SourcePrints x to the standard out.
def dprintln(x: a): Unit \ Debug + Aef[a] with Formattable[a]
SourcePrints x to the standard out followed by a new line.