Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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