Module
PureScript.CoreFn
- Package
- purescript-purescript-compiler-backend-utilities
- Repository
- rightfold/purescript-purescript-compiler-backend-utilities
#Binder Source
data BinderConstructors
NullBinderVarBinder StringNamedBinder String BinderLiteralB (Literal Binder)ConstructorBinder Name Name (Array Binder)
Instances
#Literal Source
data Literal aConstructors
ArrayLiteral (Array a)BooleanLiteral BooleanCharLiteral CharIntLiteral IntNumberLiteral NumberObjectLiteral (StrMap a)StringLiteral String
Instances
(DecodeJson a) => DecodeJson (Literal a)
- Modules
- PureScript.
CoreFn