freer-converse: Handle effects conversely using monadic conversation

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]

One can think of an effectful program and its effect handler as two communicating processes. This package provides the missing pieces that let you write your programs in such a style in Control.Monad.Freer.Converse.

One useful area of application is unit testing. The Control.Monad.Freer.TestControl intends to provide what you need to write ad-hoc test fixtures.

Properties

Versions 0.1.0.0, 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <4.10), freer-effects (>=0.3 && <0.4), text [details]
License BSD-3-Clause
Copyright Robert Hensing
Author Robert Hensing
Maintainer hackage@roberthensing.nl
Category Testing
Source repo head: git clone https://github.com/roberth/freer-converse
Uploaded by RobertHensing at 2017-05-26T21:08:12Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
reloadable

Include the library by source, so GHCi can reload it when running the test suite. Decreases iteration time in ghci, but increases the 'cabal build' time, so it's off by default.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees