@hackage unexceptionalio-trans0.5.2
A wrapper around UnexceptionalIO using monad transformers
Categories
License
LicenseRef-OtherLicense
Maintainer
Stephen Paul Weber <singpolyma@singpolyma.net>
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- transformers
- unexceptionalio >=0.5 && <0.6 Show all…
Dependents (4)
@hackage/gnutls, @hackage/acme-everything, @hackage/zio, @hackage/sr-extra
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