bitset: A functional data structure for efficient membership testing.
A bit set maintains a record of members from a type that can be mapped
into (non-negative) Int
s. Supports insertion, deletion, size, and
membership testing, and is completely pure (functional).
Downloads
- bitset-1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.5, 0.6, 1.0, 1.1, 1.2, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8 |
---|---|
Change log | CHANGES |
Dependencies | base (>=4.0.0 && <5), QuickCheck (>=2 && <3) [details] |
License | BSD-3-Clause |
Author | Denis Bueno |
Maintainer | Denis Bueno <dbueno@gmail.com> |
Category | Data Structures |
Uploaded | by DenisBueno at 2011-02-27T01:09:44Z |
Distributions | |
Reverse Dependencies | 8 direct, 3 indirect [details] |
Downloads | 13275 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |