SIRHashCodeInRec

scalus.sir.SIRHashCodeInRec
See theSIRHashCodeInRec companion object
trait SIRHashCodeInRec[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def apply(t: T, trace: IdentityHashMap[SIRType, Int]): Int
def applyEq(a: T, b: T, trace: IdentityHashMap[SIRType, List[SIRType]]): Boolean

Concrete methods

def newRec(t: T): Int
def newRecEq(a: T, b: T): Boolean