Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
doctemplates Text.DocTemplates.Internal No documentation available.
class Functor collection =>
Mappable (collection :: Type -> Type)foundation Foundation.Collection Functors representing data structures that can be traversed from left to right. Mostly like base's Traversable but applied to collections only.
-
mongoDB Database.MongoDB.Query () -> void. The map function references the variable this to inspect the current object under consideration. The function must call emit(key,value) at least once, but may be invoked any number of times, as may be appropriate.
-
mongoDB Database.MongoDB.Query Maps every document in collection to a list of (key, value) pairs, then for each unique key reduces all its associated values to a single result. There are additional parameters that may be set to tweak this basic operation. This implements the latest version of map-reduce that requires MongoDB 1.7.4 or greater. To map-reduce against an older server use runCommand directly as described in http://www.mongodb.org/display/DOCS/MapReduce.
-
mongoDB Database.MongoDB.Query No documentation available.
-
Patches of this type can insert, delete, and also move values from one key to another.
module Data.Patch.
MapWithPatchingMove Patches of this type can can insert, delete, and move values from one key to another, and move patches may also additionally patch the value being moved.
module Rebase.Data.Profunctor.
Mapping No documentation available.
-
cursor Cursor.Map No documentation available.
MapCursor :: NonEmptyCursor (KeyValueCursor kc vc k v) (k, v) -> MapCursor kc vc k vcursor Cursor.Map No documentation available.