TypeVarKind

scalus.compiler.UplcRepresentation.TypeVarKind

Mirror of scalus.compiler.sir.SIRType.TypeVarKind for the surface @UplcRepr(TypeVar(...)) annotation. Kept distinct so user-code references don't pull in SIRType (which lives in the lowering layer).

Attributes

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

Members list

Type members

Enum entries

case Fixed extends TypeVarKind
case Transparent extends TypeVarKind
case Unwrapped extends TypeVarKind