TypeVar

scalus.compiler.UplcRepresentation.TypeVar
final case class TypeVar(kind: TypeVarKind)

TypeVar representation marker for @UplcRepr(TypeVar(kind)) on type parameters.

The plugin reads the annotation and stamps the corresponding SIRType.TypeVarKind on the emitted SIRType.TypeVar instead of the default Fixed.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product