unexceptionalio-trans

A wrapper around UnexceptionalIO using monad transformers

https://github.com/singpolyma/unexceptionalio-trans

Version on this page:0.5.1@rev:1
LTS Haskell 21.25:0.5.1@rev:1
Stackage Nightly 2024-03-28:0.5.2
Latest on Hackage:0.5.2

See all snapshots unexceptionalio-trans appears in

LicenseRef-OtherLicense licensed and maintained by Stephen Paul Weber
This version can be pinned in stack with:unexceptionalio-trans-0.5.1@sha256:918dc4216966d992d8016453af47d9ccc7d4721557f28e5996fc338c21b22538,1425

Module documentation for 0.5.1

Used by 1 package in nightly-2023-03-30(full list with versions):

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