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.2Added
Data.SetMap, renamedMultimaptoData.MultiMap. Fixed the type ofdelete. Derive instances forDataandTypeable.v1.2.1Fixed typos in the documentation.