| Data.Map.Lazy. | map | :: map |
| containers | ||
| Data.Map.Lazy. | Lazy | :: module |
| containers | An efficient implementation of ordered maps from keys to values (dictionaries). API of this module is strict in the keys, but lazy in the values.
If you need value-strict maps, use Data.Map.Strict instead.
The These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g. import qualified Data.Map.Lazy as Map The implementation of
Note that the implementation is left-biased -- the elements of a
first argument are always preferred to the second, for example in
Operation comments contain the operation time complexity in the Big-O notation (http://en.wikipedia.org/wiki/Big_O_notation). | |
| Data.IntMap.Lazy. | map | :: map |
| containers | ||
| Data.ByteString.Lazy. | map | :: map |
| bytestring | O(n) | |
| Data.Map.Lazy. | Map | :: data |
| containers | ||
| Data.Text.Lazy. | map | :: map |
| text | ||
| Data.ByteString.Lazy.Char8. | map | :: map |
| bytestring | O(n) | |
| Data.HashMap.Lazy. | map | :: map |
| unordered-containers | ||
| Data.Map.Lazy. | showTreeWith | :: showTreeWith |
| containers | ||
| Data.ByteString.Lazy. | concatMap | :: concatMap |
| bytestring | Map a function over a | |