Popularity
2.8
Declining
Activity
0.0
Stable
1
4
0

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Testing    
Latest version: v0.1.0.0

freer-converse alternatives and similar packages

Based on the "Testing" category.
Alternatively, view freer-converse alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of freer-converse or a related project?

Add another 'Testing' Package

README

Build Status

freer-converse

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.