Popularity
2.8
Stable
Activity
0.0
Stable
1
4
0
Monthly Downloads: 1
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.
-
curl-runnings
A declarative test framework for quickly and easily writing integration tests against JSON APIs. -
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit -
tasty-ant-xml
A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of freer-converse or a related project?
README
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.