ixmatus / unexceptionalio-trans

Wrapper around unexceptionalio for ergonomic use with transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wrapper around unexceptionalio for ergonomic use with transformers

License:ISC License


Languages

Language:Haskell 75.1%Language:Makefile 24.9%