unexceptionalio-trans
A wrapper around UnexceptionalIO using monad transformers
https://github.com/singpolyma/unexceptionalio-trans
LTS Haskell 23.27: | 0.5.2 |
Stackage Nightly 2025-07-13: | 0.5.2 |
Latest on Hackage: | 0.5.2 |
LicenseRef-OtherLicense licensed and maintainedbyStephen Paul Weber
This version can be pinned in stack with:
unexceptionalio-trans-0.5.2@sha256:74089f21411795ba04ce6ccea760735b795c7a4ee86e30ab7c11a1262053d4d8,1412
Module documentation for 0.5.2
- UnexceptionalIO
Depends on 3 packages(full list with versions):
UnexceptionalIO provides a basic type to witness having caught allexceptions you can safely handle. This library builds on that withtransformers like ExceptT to provide a more ergonomic tool for manycases.
It is intended that you use qualified imports with this library.
import UnexceptionalIO.Trans (UIO)import qualified UnexceptionalIO.Trans as UIO