OverUnder

libretto.lambda.Lambdas$.Error$.LinearityViolation$.OverUnder
case class OverUnder[VarLabel](overused: Set[VarLabel], underused: Set[VarLabel]) extends LinearityViolation[VarLabel]

Attributes

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

Members list

Value members

Inherited methods

def combine(that: LinearityViolation[VarLabel]): LinearityViolation[VarLabel]

Attributes

Inherited from:
LinearityViolation
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product