| Portability | Rank2Types |
|---|---|
| Stability | provisional |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Safe Haskell | Safe-Infered |
Data.HashMap.Lens
Description
- traverseMap :: IndexedTraversal k (HashMap k v) (HashMap k v') v v'
Documentation
traverseMap :: IndexedTraversal k (HashMap k v) (HashMap k v') v v'Source
Traversal of a HashMap indexed by the key.
traverseMap=indextraverseWithKey