UnificationFailure

scalus.sir.SIRUnify.UnificationFailure
case class UnificationFailure[S](path: List[String], left: S, right: S) extends UnificationResult[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait UnificationResult[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def flatMap[U](f: Nothing => UnificationResult[U]): UnificationResult[U]

Attributes

Inherited from:
UnificationResult
def isFailure: Boolean

Attributes

Inherited from:
UnificationResult
def isSuccess: Boolean

Attributes

Inherited from:
UnificationResult
def map[U](f: Nothing => U): UnificationResult[U]

Attributes

Inherited from:
UnificationResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product