LicenseRef-OtherLicense licensed and maintained by Stephen 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 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