Module
Effect
- Package
- purescript-effect
- Repository
- purescript/purescript-effect
#Effect Source
data Effect :: Type -> Type
The Effect
type constructor is used to represent native effects.
See Handling Native Effects with the Effect Monad for more details.
The type parameter denotes the return type of running the effect.