unexceptionalio-trans: A wrapper around UnexceptionalIO using monad transformers

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

Properties

Versions 0.4.0, 0.5.0, 0.5.1, 0.5.1, 0.5.2
Change log None available
Dependencies base (>=4 && <5), transformers, unexceptionalio (==0.5.0) [details]
License LicenseRef-OtherLicense
Copyright © 2018 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Control
Home page https://github.com/singpolyma/unexceptionalio-trans
Bug tracker http://github.com/singpolyma/unexceptionalio-trans/issues
Source repo head: git clone git://github.com/singpolyma/unexceptionalio-trans.git
Uploaded by StephenWeber at 2020-02-12T18:18:08Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees