https://github.com/singpolyma/unexceptionalio-trans
Wrapper around unexceptionalio for ergonomic use with transformers
https://github.com/singpolyma/unexceptionalio-trans
Last synced: 12 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T19:28:49.000Z (over 2 years ago)
- Last Synced: 2025-06-11T19:23:58.659Z (about 1 year ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- 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