@hackage MuCheck0.3.0.0

Automated Mutation Testing

This package defines a mutation analysis library for haskell programs. It does this by parsing the haskell source, and replacing a few of the common haskell functions and operators with other, but similar operators and functions, and running the testsuite to check whether the difference has been detected. Use the d-mucheck package or any of the mucheck-* adapters for actual mutation analysis executables and examples.