PureScript's Eff monad for handling native side effects (deprecated in favor of Effect).
The Eff monad was PureScript's primary type for handling native side effects before being superseded by the Effect type in PureScript 0.12. It provided a way to manage side effects in a pure functional programming context, using a row of effect types to track different kinds of effects.
Eff was designed to bring purity and explicit tracking to side effects in PureScript, though its effect row approach was later simplified in the transition to the Effect type for improved usability.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.