Module MMultiMap

This module is undocumented. This is a list of its definitions.

add :: MMap.T a (MList.T b) -> a -> b -> <Proc> ()
get :: MMap.T a (MList.T b) -> a -> <Proc> [b]
indexBy :: (a -> <c> b) -> [a] -> <Proc,c> MMap.T b (MList.T a)