WeakSets: Simple set types. Useful to create sets of arbitrary types and nested sets.
This package answers two problems : how to make sets and maps of types which do not implement the Ord typeclass and how to make arbitrarily nested sets as set theory allows. The problems are resolved thanks to WeakSet
s and WeakMap
s. A WeakSet
is like a list where duplicates are considered the same when testing for equality. A WeakMap
is a set of couples (key,value).
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- WeakSets-1.6.1.0.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.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 1.0.0.0, 1.1.0.0, 1.1.1.0, 1.1.2.0, 1.1.3.0, 1.1.4.0, 1.2.0.0, 1.2.2.0, 1.2.3.0, 1.2.4.0, 1.3.0.0, 1.3.1.0, 1.3.2.0, 1.3.3.0, 1.4.0.0, 1.4.0.1, 1.5.0.0, 1.6.0.0, 1.6.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4 && <5) [details] |
License | LGPL-3.0-or-later |
Author | Guillaume Sabbagh |
Maintainer | guillaumesabbagh@protonmail.com |
Category | Data |
Home page | https://gitlab.utc.fr/gsabbagh/sets |
Uploaded | by gsabbagh at 2023-11-05T20:15:54Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 1083 total (55 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] |