Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()

    matrices Data.Matrix

    No documentation available.

  2. mapM :: forall (v :: Type -> Type) a b m . (Vector v a, Vector v b, Monad m) => (a -> m b) -> Matrix v a -> m (Matrix v b)

    matrices Data.Matrix.Generic

    No documentation available.

  3. mapM_ :: forall (v :: Type -> Type) a m b . (Vector v a, Monad m) => (a -> m b) -> Matrix v a -> m ()

    matrices Data.Matrix.Generic

    No documentation available.

  4. mapM :: (Context a, Context b, Monad m) => (a -> m b) -> Matrix a -> m (Matrix b)

    matrices Data.Matrix.Storable

    No documentation available.

  5. mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()

    matrices Data.Matrix.Storable

    No documentation available.

  6. mapM :: (Context a, Context b, Monad m) => (a -> m b) -> Matrix a -> m (Matrix b)

    matrices Data.Matrix.Unboxed

    No documentation available.

  7. mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()

    matrices Data.Matrix.Unboxed

    No documentation available.

  8. mapReduce :: Collection -> MapFun -> ReduceFun -> MapReduce

    mongoDB Database.MongoDB.Query

    MapReduce on collection with given map and reduce functions. Remaining attributes are set to their defaults, which are stated in their comments.

  9. mapKeys :: (Hashable k, Eq k, Hashable k', Eq k') => (k -> k') -> MonoidalHashMap k a -> MonoidalHashMap k' a

    monoidal-containers Data.HashMap.Monoidal

    O(n). Map a function to each key of a map, if it will result in duplicated mappings, their values will be merged in unspecified order

  10. mapAccum :: (a -> b -> (a, c)) -> a -> MonoidalIntMap b -> (a, MonoidalIntMap c)

    monoidal-containers Data.IntMap.Monoidal

    No documentation available.

Page 237 of many | Previous | Next