Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript-deprecated/purescript-eff
https://github.com/purescript-deprecated/purescript-eff
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purescript-deprecated/purescript-eff
- Owner: purescript-deprecated
- Archived: true
- Created: 2015-04-12T23:43:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T19:00:09.000Z (over 4 years ago)
- Last Synced: 2024-05-19T05:02:02.402Z (8 months ago)
- Homepage:
- Size: 41 KB
- Stars: 38
- Watchers: 8
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-purescript - purescript-eff - The Eff monad, for handling native side effects. (Effect Management)
README
# DEPRECATED
As of PureScript 0.12 the default type for handling effects is `Effect` from [`purescript-effect`](https://github.com/purescript/purescript-effect). This differs from `Eff` by removing the row of effect types. This decision was made as getting the effect rows to line up was sometimes quite tricky, without providing a great deal of benefit.
There is also [`purescript-run`](https://github.com/natefaubion/purescript-run) now, which uses a similar effect row mechanic but provides true algebraic effect handling.
[The previous releases](https://github.com/purescript-deprecated/purescript-eff/releases) will continue to work for older libraries that still depend on them.