scalus.compiler.sir.SIRUnify.Env
See theEnv companion object
case class Env(path: List[String] = ..., filledTypes: Map[TypeVar, SIRType] = ..., eqTypes: Map[TypeVar, Set[TypeVar]] = ..., parentTypes: Map[SIRType, Set[SIRType]] = ..., topLevelTypes: Set[SIRType] = ..., varNames: Map[String, String] = ..., debug: Boolean = ..., upcasting: Boolean = ..., var optTypeVarGenerationContext: Option[SetBasedTypeVarGenerationContext] = ..., deepDeclCheck: Boolean = ...)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article