| Portability | MPTCs, Rank2Types, LiberalTypeSynonyms |
|---|---|
| Stability | provisional |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Safe Haskell | Safe-Infered |
Data.Array.Lens
Description
Indexing
Setters
Traversal
traverseArray :: (IArray a c, IArray a d, Ix i) => IndexedTraversal i (a i c) (a i d) c dSource
An IndexedTraversal of the elements of an IArray, using the
index into the array as the index of the traversal.
amap=overtraverseArray