Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/unexceptionalio-trans
Wrapper around unexceptionalio for ergonomic use with transformers
https://github.com/singpolyma/unexceptionalio-trans
Last synced: about 1 month ago
JSON representation
Wrapper around unexceptionalio for ergonomic use with transformers
- Host: GitHub
- URL: https://github.com/singpolyma/unexceptionalio-trans
- Owner: singpolyma
- License: isc
- Created: 2018-05-08T02:18:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T19:28:49.000Z (12 months ago)
- Last Synced: 2024-05-01T22:12:25.905Z (8 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
UnexceptionalIO provides a basic type to witness having caught all
exceptions you can safely handle. This library builds on that with
transformers like ExceptT to provide a more ergonomic tool for many
cases.It is intended that you use qualified imports with this library.
> import UnexceptionalIO.Trans (UIO)
> import qualified UnexceptionalIO.Trans as UIO