eff Debug
An effect used for print debugging.
def dprint(x: a): Unit \ Debug with ToString[a]
Prints x to the standard out.
x
def dprintln(x: a): Unit \ Debug with ToString[a]
Prints x to the standard out followed by a new line.