Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gdk3 GI.Gdk.Objects.Keymap Maps the virtual modifiers (i.e. Super, Hyper and Meta) which are set in state to their non-virtual counterparts (i.e. Mod2, Mod3,...) and set the corresponding bits in state. This function is useful when matching key events against accelerators. Since: 2.20
-
massiv-test Test.Massiv.Array.Delayed No documentation available.
-
massiv-test Test.Massiv.Array.Mutable No documentation available.
imapM :: (Context a, Context b, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix 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 O(m*n) Apply the monadic action to every element and its index, ignoring the results.
-
matrices Data.Matrix.Generic O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
-
matrices Data.Matrix.Generic O(m*n) Apply the monadic action to every element and its index, ignoring the results.
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.
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.