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.
imapM :: (Context a, Context b, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix.Storable O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
imapM_ :: (Context a, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m ()matrices Data.Matrix.Storable O(m*n) Apply the monadic action to every element and its index, ignoring the results.
-
matrices Data.Matrix.Symmetric.Generic Upper triangular imap, i.e., i <= j
imap :: (Context a, Context b) => ((Int, Int) -> a -> b) -> Matrix a -> Matrix bmatrices Data.Matrix.Unboxed No documentation available.
imapM :: (Context a, Context b, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix.Unboxed O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
imapM_ :: (Context a, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m ()matrices Data.Matrix.Unboxed O(m*n) Apply the monadic action to every element and its index, ignoring the results.
-
mongoDB Database.MongoDB.Query No documentation available.
-
monoidal-containers Data.HashMap.Monoidal A HashMap with monoidal accumulation
MonoidalHashMap :: HashMap k a -> MonoidalHashMap k amonoidal-containers Data.HashMap.Monoidal No documentation available.
getMonoidalHashMap :: MonoidalHashMap k a -> HashMap k amonoidal-containers Data.HashMap.Monoidal No documentation available.