The Ranged-sets package
A ranged set is an ordered list of ranges. This allows sets such as all reals x such that:
(0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x)
Alternatively you can have all strings s such that:
("F" <= s < "G")
Properties
| Versions | 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.3.0 |
|---|---|
| Dependencies | base (4.*), HUnit, QuickCheck (≥2) |
| License | BSD3 |
| Copyright | Paul Johnson, 2005, 2006, 2007, 2008 |
| Author | Paul Johnson |
| Maintainer | paul@cogito.org.uk |
| Stability | beta |
| Category | Data |
| Home page | http://code.haskell.org/ranged-sets |
| Upload date | Thu Dec 9 00:26:35 UTC 2010 |
| Uploaded by | PaulJohnson |
| Built on | ghc-7.0 |
| Distributions | NixOS: 0.3.0, Debian: 0.3.0 |
Modules
Downloads
- Ranged-sets-0.3.0.tar.gz (Cabal source package)
- package description (included in the package)