flix

0.63.0

Debug

eff DebugSource

An effect used for print debugging.

Definitions

def dprint(x: a): Unit \ Debug with ToString[a] Source

Prints x to the standard out.

def dprintln(x: a): Unit \ Debug with ToString[a] Source

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