ZeroBoundFunction

sealed abstract

A zero bound function, defined over an algebraic expression algebra.

class Object
trait Matchable
class Any
object BFMSS
object LiYap

Type members

Types

type Bound

Some state that is computed for each node in the expression tree. This state is typically memoized, to avoid recomputation.

Some state that is computed for each node in the expression tree. This state is typically memoized, to avoid recomputation.

Value members

Abstract methods

def apply(expr: Expr): Bound