## Coverage ### An exhaustivity checking library Copyright 2015, Nicolas Del Piano . 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 (in the `tests` directory): runhaskell Spec.hs