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

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Error[VarLabel]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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[L, A](v: Var[L, A]): LinearityViolation[L]
def undefinedVar[L, A](v: Var[L, A]): Error[L]
def underusedVar[L, A](v: Var[L, A]): LinearityViolation[L]