Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/unexceptionalio
IO without any PseudoExceptions
https://github.com/singpolyma/unexceptionalio
error-handling exceptions haskell
Last synced: 4 months ago
JSON representation
IO without any PseudoExceptions
- Host: GitHub
- URL: https://github.com/singpolyma/unexceptionalio
- Owner: singpolyma
- License: isc
- Created: 2013-09-20T23:36:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T02:07:43.000Z (over 4 years ago)
- Last Synced: 2024-10-06T12:18:12.617Z (4 months ago)
- Topics: error-handling, exceptions, haskell
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/unexceptionalio
- Size: 46.9 KB
- Stars: 28
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
When you've caught all the exceptions that can be handled safely,
this is what you're left with.It is intended that you use qualified imports with this library.
> import UnexceptionalIO (UIO)
> import qualified UnexceptionalIO as UIOYou may also wish to investigate unexceptionalio-trans if you like
monad transformers.Blog post: http://sngpl.ma/p4uT0