Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Graphics.GL.INTEL.MapTexture

    No documentation available.

  2. MapTypeMismatch :: Expr s a -> Expr s a -> TypeMessage s a

    dhall Dhall.TypeCheck

    No documentation available.

  3. MapVal :: Context a -> Val a

    doctemplates Text.DocTemplates

    No documentation available.

  4. MapVal :: Context a -> Val a

    doctemplates Text.DocTemplates.Internal

    No documentation available.

  5. 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.

  6. MapType :: Type -> Type -> Type

    lsp-types Language.LSP.MetaModel.Types

    No documentation available.

  7. type MapFun = Javascript

    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.

  8. data MapReduce

    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.

  9. MapReduce :: Collection -> MapFun -> ReduceFun -> Selector -> Order -> Limit -> MROut -> Maybe FinalizeFun -> Document -> Bool -> MapReduce

    mongoDB Database.MongoDB.Query

    No documentation available.

  10. module Data.Patch.MapWithMove

    Patches of this type can insert, delete, and also move values from one key to another.

Page 60 of many | Previous | Next