Annotated
scalus.compiler.sir.SIRType.Annotated
case class Annotated(tp: SIRType, annotations: AnnotationsDecl) extends SIRType
Type wrapper carrying annotations (e.g., @UplcRepr on function parameters). Transparent in most contexts — unwrap like TypeProxy. The annotation is meaningful when computing representations.
Attributes
- Graph
-
- Supertypes
Members list
In this article