Module
Control.Monad.Eff
- Package
- purescript-effDEPRECATED
- Repository
- purescript/purescript-eff
#Eff Source
data Eff :: Row Effect -> Type -> Type
The Eff
type constructor is used to represent native effects.
See Handling Native Effects with the Eff Monad for more details.
The first type parameter is a row of effects which represents the contexts in which a computation can be run, and the second type parameter is the return type.