map -package:containers -package:base-prelude -is:exact -package:foldl -package:dlist -package:dense-linear-algebra -package:Cabal-syntax -package:base -package:imports -package:amazonka-core -package:integration -package:bytestring -package:blaze-html -package:incipit-base is:exact -package:ghc -package:hedgehog

Map a function over all values in the map.
Map a function over a NonEmpty stream.
Map all element a from a block to a new block of b
Map all elements in a list
Transform the original string-like value but keep it case insensitive.
Apply a transformation to all values in a stream. Subject to fusion
Apply a transformation to all values in a stream. Subject to fusion Since 0.3.0
O(n) map f xs is the ShortByteString obtained by applying f to each element of xs.
O(n) map f xs is the ShortByteString obtained by applying f to each element of xs.
Apply a bijection over a list using map.
O(n) Transform this map by applying a function to every value.
O(n) map f xs is the OsString obtained by applying f to each element of xs.
O(n) map f xs is the OsString obtained by applying f to each element of xs.
O(n) map f xs is the OsString obtained by applying f to each element of xs.
Apply a function to all values flowing downstream
map id = cat

map (g . f) = map f >-> map g
O(n) Modify every value in the queue.