Popularity
1.6
Declining
Activity
0.0
Stable
1
2
1

Monthly Downloads: 5
Programming language: Haskell
License: MIT License
Tags: Numeric    

numeric-ranges alternatives and similar packages

Based on the "Numeric" category.
Alternatively, view numeric-ranges alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of numeric-ranges or a related project?

Add another 'Numeric' Package

README

numeric-ranges

A small library written in Haskell for working with both open-closed and single-multiple numeric ranges

Copyright 2016, Nicolas Del Piano [email protected].

This package provides a small DSL which provides a set of tools for working with both open-closed and single-multiple numeric intervals.

Installation:

cabal install numeric-ranges

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

Tests

For running tests:

cabal test