| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Language.PureScript.CoreFn.Meta
Description
Metadata annotations for core functional representation
Documentation
Metadata annotations
Constructors
| IsConstructor ConstructorType [Ident] | The contained value is a data constructor |
| IsNewtype | The contained value is a newtype |
| IsTypeClassConstructor | The contained value is a typeclass dictionary constructor |
data ConstructorType Source
Data constructor metadata
Constructors
| ProductType | The constructor is for a type with a single construcor |
| SumType | The constructor is for a type with multiple construcors |
Instances