Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. module Graphics.GL.ARB.MapBufferRange

    No documentation available.

  2. module Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

  3. module Graphics.GL.INTEL.MapTexture

    No documentation available.

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

    dhall Dhall.TypeCheck

    No documentation available.

  5. MapVal :: Context a -> Val a

    doctemplates Text.DocTemplates

    No documentation available.

  6. MapVal :: Context a -> Val a

    doctemplates Text.DocTemplates.Internal

    No documentation available.

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

  8. MapType :: Type -> Type -> Type

    lsp-types Language.LSP.MetaModel.Types

    No documentation available.

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

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

Page 370 of many | Previous | Next