fused-effects-exceptions: Handle exceptions thrown in IO with fused-effects.

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]

Provides an effect that enables catching exceptions thrown from impure computations such as IO.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.1.0, 0.2.0.0, 1.0.0.0, 1.1.0.0, 1.1.0.1
Change log None available
Dependencies base (>=4.7 && <5), fused-effects (>=0.3 && <1), safe-exceptions (>=0.1 && <1), unliftio-core (>=0.1.2 && <1) [details]
License BSD-3-Clause
Copyright 2019 Josh Vera and Patrick Thomson
Author Josh Vera
Maintainer patrickt@github.com
Category Control.
Home page https://github.com/patrickt/fused-effects-exceptions#readme
Source repo head: git clone https://github.com/fused-effects/fused-effects-exceptions
Uploaded by patrick_thomson at 2019-05-17T18:43:32Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for fused-effects-exceptions-0.1.1.0

[back to package description]

fused-effects-exceptions

This package provides functionality to handle exceptions thrown in the IO monad. It delegates to catch from Control.Exception. An additional catchSync primitive is provided to handle the common case of catching only synchronous exceptions.

This implementation was extracted from one originally written by Josh Vera. It requires a version of fused-effects later than 0.3.