flix

0.67.0

Debug

eff DebugSource

An effect used for print debugging.

Definitions

def dprint(x: a): Unit \ Debug + Aef[a] with Formattable[a] Source

Prints x to the standard out.

def dprintln(x: a): Unit \ Debug + Aef[a] with Formattable[a] Source

Prints x to the standard out followed by a new line.