UnificationSuccess

scalus.sir.SIRUnify.UnificationSuccess
case class UnificationSuccess[T](env: Env, unificator: T) extends UnificationResult[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
UnificationResult
def isFailure: Boolean

Attributes

Inherited from:
UnificationResult
def isSuccess: Boolean

Attributes

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

Attributes

Inherited from:
UnificationResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product