Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Representation for sum case classes that are represented as a Data with DataConstr and DataUnconstr operators to work with the data. the index of the constructor and x is a field.
Representation for sum case classes that are represented as a Data with DataConstr and DataUnconstr operators to work with the data. the index of the constructor and x is a field.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
DataConstr.type
Representation for the builtin Data type and its constructors (Constr, Map, List, I, B). Data values are stored as raw UPLC Data.
Representation for the builtin Data type and its constructors (Constr, Map, List, I, B). Data values are stored as raw UPLC Data.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
DataData.type
packed in data representation as a list of data elements. i.e. unListData for unpacking into DataList
packed in data representation as a list of data elements. i.e. unListData for unpacking into DataList
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
PackedSumDataList.type
Representation for sum case classes that are represented as a Pair of Int and DataList.
Representation for sum case classes that are represented as a Pair of Int and DataList.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
PairIntDataList.type
SumDataPairList packed as AssocMap
SumDataPairList packed as AssocMap
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SumDataAssocMap.type
Representation for sum case classes that are represented as a list of data elements. unlike DataConstr, this representation does not use a constructor tag, but use unList and unListData to work with the data.
Representation for sum case classes that are represented as a list of data elements. unlike DataConstr, this representation does not use a constructor tag, but use unList and unListData to work with the data.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SumDataList.type
List of pairs of data elements. result of unMapData
List of pairs of data elements. result of unMapData
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SumDataPairList.type
Representation as tern Constr(i,x1,...,xn) where i is the index of the constructor and x is a field
Representation as tern Constr(i,x1,...,xn) where i is the index of the constructor and x is a field
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
UplcConstr.type
Representation as Constr(i,x1,...,xn) where i is the index of the constructor and x is a field represented as data.
Representation as Constr(i,x1,...,xn) where i is the index of the constructor and x is a field represented as data.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
UplcConstrOnData.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror