Description
A multimap.
Description
This is a simple implementation of a multimap, based on Data.Map
.
v1.1
!
had its arguments flipped. Fixed. Also addedfromMap
.v1.2
Added
Data.SetMap
, renamedMultimap
toData.MultiMap
. Fixed the type ofdelete
. Derive instances forData
andTypeable
.v1.2.1
Fixed typos in the documentation.