Popularity
1.3
Declining
Activity
0.0
Stable
2
2
0

Monthly Downloads: 18
Programming language: Haskell
License: MIT License
Tags: Control    

coverage alternatives and similar packages

Based on the "Control" category.
Alternatively, view coverage alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of coverage or a related project?

Add another 'Control' Package

README

coverage

An exhaustivity checking library

Copyright 2015, Nicolas Del Piano [email protected].

This package provides a tool that performs exhaustivity and redundancy checking over custom pattern matching definitions.

Installation:

cabal install coverage

You can see examples of usage in the examples directory and read the Haddock documentation.

Tests

For running tests just execute:

cabal test

or, if you have hspec-discover (inside the tests directory run):

runhaskell Spec.hs