treemap: A tree of Data.Map.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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
).
Properties
Versions | 1.20160814, 1.20160814, 2.0.0.20161218, 2.4.0.20180213 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <5), containers (>=0.5 && <0.6), deepseq, semigroups, strict, transformers (>=0.4 && <0.5) [details] |
License | GPL-3.0-only |
Author | Julien Moutinho <julm+haskell+treemap@autogeree.net> |
Maintainer | Julien Moutinho <julm+haskell+treemap@autogeree.net> |
Category | Data Structures |
Source repo | head: git clone git://git.autogeree.net/haskell/treemap |
Uploaded | by julm at 2016-08-21T20:19:40Z |
Modules
- Data
- TreeMap
- Data.TreeMap.Strict
- Data.TreeMap.Strict.Zipper
- Data.TreeMap.Strict
- TreeMap
Flags
Manual Flags
Name | Description | Default |
---|---|---|
dev | Turn on development settings. | Disabled |
dump | Dump some intermediate files. | Disabled |
prof | Turn on profiling settings. | Disabled |
threaded | Enable threads. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- treemap-1.20160814.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees