Copyright | (c) Klaus Luettich and Uni Bremen 2005 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Ordered maps (these keep insertion order)
ordered maps keep the ordering if converted from a list and of all insert operations which are implemented; toList uses the insertion/conversion order for the creation of the new list
Documentation
data ElemWOrd a
mapWithKey :: (k -> a -> b) -> OMap k a -> OMap k b
filterWithKey :: Ord k => (k -> a -> Bool) -> OMap k a -> OMap k a