hydrogen-multimap: Hydrogen Multimap

[ language, library, mit ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3
Change log CHANGELOG.md
Dependencies base (>=4.5 && <5), containers (>=0.4.2.1), ghc-prim [details]
License MIT
Author Julian Fleischer
Maintainer julian@scravy.de
Category Language
Home page https://scravy.de/hydrogen-multimap/
Source repo head: git clone https://github.com/scravy/hydrogen-multimap
Uploaded by JulianFleischer at 2015-03-26T05:21:48Z
Distributions
Reverse Dependencies 3 direct, 5 indirect [details]
Downloads 2091 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-26 [all 1 reports]

Readme for hydrogen-multimap-0.3

[back to package description]

hydrogen-multimap

Build Status

A very simple, basic implementation of a MultiMap (a map that associates a single key with multiple values).

This MultiMap is basically a Map k [v] (multiple keys are backed by Lists).