We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c413e18 commit cee0bf6Copy full SHA for cee0bf6
CHANGELOG.md
@@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
41
### Deprecated
42
- `Peek`, `Peek2`, `Maybe#peek`, and `Either#peek` in favor of explicitly matching into `IO` and running it
43
- `Force`, in favor if traversing into an `IO` and explicitly running it
44
+- `IO#exceptionally` in favor of `IO#catchError` (from `MonadError`)
45
46
## [4.0.0] - 2019-05-20
47
### Changed
0 commit comments