Error

libretto.lambda.Lambdas$.Error$
See theError companion trait
object Error

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait LinearityViolation[VarSet] extends Error[VarSet]

Attributes

Companion:
object
Graph
Supertypes
trait Error[VarSet]
class Object
trait Matchable
class Any
Known subtypes
class Overused[VarSet]
class Underused[VarSet]
case class Undefined[VarSet](vars: VarSet) extends Error[VarSet]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error[VarSet]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def overusedVar[Var[_], VarSet, A](v: Var[A])(using ev: Variable[Var, VarSet]): LinearityViolation[VarSet]
def undefinedVar[Var[_], VarSet, A](v: Var[A])(using ev: Variable[Var, VarSet]): Error[VarSet]
def underusedVar[Var[_], VarSet, A](v: Var[A])(using ev: Variable[Var, VarSet]): LinearityViolation[VarSet]