| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
PlutusCore.Data
Documentation
A generic "data" type.
The main constructor Constr represents a datatype value in sum-of-products
 form: Constr i args represents a use of the ith constructor along with its arguments.
The other constructors are various primitives.