coverage: Exhaustivity Checking Library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A library for exhaustivity and redundancy checking.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.4
Change log None available
Dependencies base (>=4.7 && <4.8) [details]
License MIT
Copyright (c) 2015 Nicolas Del Piano
Author Nicolas Del Piano <ndel314@gmail.com>
Maintainer Nicolas Del Piano <ndel314@gmail.com>
Category Control
Home page https://github.com/nicodelpiano/coverage
Bug tracker https://github.com/nicodelpiano/coverage/issues
Source repo head: git clone https://github.com/nicodelpiano/coverage.git
Uploaded by NicolasDelPiano at 2016-02-16T03:56:38Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for coverage-0.1.0.4

[back to package description]

coverage

An exhaustivity checking library

Copyright 2015, Nicolas Del Piano ndel314@gmail.com.

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