@hackage hydrogen-multimap0.3

Hydrogen Multimap

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).

  • Installation

  • Dependencies (0)

  • Dependents (0)