WeakSets: Simple set types. Useful to create sets of arbitrary types and nested sets.
This package answers two problems : how to make sets of types which does not implement the Ord typeclass and how to make arbitrarily nested sets as set theory allows. The first problem is resolved thanks to HomogeneousSet
which is a list where duplicates elements are not allowed and the order of elements is forgotten. The second problem is resolved thanks to PureSet
, it is a tree structure where the order of the branches does not matter.
[Skip to Readme]
Downloads
- WeakSets-0.3.0.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.15.0.0 && <4.16) [details] |
License | LGPL-3.0-or-later |
Author | Guillaume Sabbagh |
Maintainer | guillaumesabbagh@protonmail.com |
Category | Data, Math |
Home page | https://gitlab.utc.fr/gsabbagh/sets |
Uploaded | by gsabbagh at 2022-07-15T13:20:47Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 1263 total (24 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] |