haskell@gentoo.org
Gentoo Haskell
When you've caught all the exceptions that can be handled safely,
this is what you're left with.
It is intended that you use qualified imports with this library.
> import UnexceptionalIO (UIO)
> import qualified UnexceptionalIO as UIO
singpolyma/unexceptionalio