DebugEquationSystemTracer

class DebugEquationSystemTracer[U, V](ps: PrintStream) extends EquationSystemTracer[U, V]

A tracer which prints many debug informations on a PrintStream.

class Object
trait Matchable
class Any

Value members

Concrete methods

@elidable(TRACING)
def afterEvaluation(rho: U => V, u: U, res: V): Unit
@elidable(TRACING)
def beforeEvaluation(rho: U => V, u: U): Unit
@elidable(TRACING)
def boxEvaluation(rho: U => V, u: U, res: V, boxed: V): Unit