lens-2.6.1: Lenses, Folds and Traversals

PortabilityRank2Types
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Infered

Data.IntMap.Lens

Description

 

Synopsis

Documentation

traverseAtMin :: SimpleIndexedTraversal Int (IntMap v) vSource

Traverse the value at the minimum key in a Map

The key of the minimum element is available as the index.

traverseAtMax :: SimpleIndexedTraversal Int (IntMap v) vSource

Traverse the value at the maximum key in a Map