Safe Haskell | Safe-Inferred |
---|
Documentation
insertList :: Ord key => [(key, elt)] -> Map key elt -> Map key eltSource
insertListWith :: Ord key => (elt -> elt -> elt) -> [(key, elt)] -> Map key elt -> Map key eltSource
deleteList :: Ord key => [key] -> Map key elt -> Map key eltSource
foldRightWithKey :: (key -> elt -> a -> a) -> a -> Map key elt -> aSource