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.
mapM :: (Context a, Context b, Monad m) => (a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix.Storable No documentation available.
mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()matrices Data.Matrix.Storable No documentation available.
mapM :: (Context a, Context b, Monad m) => (a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix.Unboxed No documentation available.
mapM_ :: (Context a, Monad m) => (a -> m b) -> Matrix a -> m ()matrices Data.Matrix.Unboxed No documentation available.
mapReduce :: Collection -> MapFun -> ReduceFun -> MapReducemongoDB 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.
-
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
mapAccum :: (a -> b -> (a, c)) -> a -> MonoidalIntMap b -> (a, MonoidalIntMap c)monoidal-containers Data.IntMap.Monoidal No documentation available.
mapAccumRWithKey :: (a -> Int -> b -> (a, c)) -> a -> MonoidalIntMap b -> (a, MonoidalIntMap c)monoidal-containers Data.IntMap.Monoidal No documentation available.
mapAccumWithKey :: (a -> Int -> b -> (a, c)) -> a -> MonoidalIntMap b -> (a, MonoidalIntMap c)monoidal-containers Data.IntMap.Monoidal No documentation available.
mapEither :: (a -> Either b c) -> MonoidalIntMap a -> (MonoidalIntMap b, MonoidalIntMap c)monoidal-containers Data.IntMap.Monoidal No documentation available.