flix

0.67.2

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.

def stringify(x: a): String Source

Returns an automatic string representation of x.