@hackage treemap2.4.0.20180213
A tree of Data.Map.
Categories
License
GPL-3.0-only
Maintainer
Julien Moutinho <julm+treemap@autogeree.net>
Links
Versions
- 2.4.0.20180213 Wed, 14 Feb 2018
- 2.0.0.20161218 Sat, 4 Feb 2017
- 1.20160814 Sun, 21 Aug 2016
Installation
Tested Compilers
Dependencies (7)
- base >=4.6 && <5
- containers >=0.5
- deepseq >=1.4
- transformers >=0.4
- mono-traversable >=1.0
- semigroups >=0.18 Show all…
Dependents (1)
@hackage/acme-everything
A tree of Data.Map,
which is like a Map
but whose key is now a NonEmpty
list of Map
keys (a Path
)
enabling the possibility to gather mapped values
by Path
prefixes (inside a Node
).