Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
vector-sized Data.Vector.Primitive.Sized O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.
imapM :: forall m (n :: Nat) a b . Monad m => (Finite n -> a -> m b) -> Vector n a -> m (Vector n b)vector-sized Data.Vector.Sized O(n) Apply the monadic action to every element of a vector and its index, yielding a vector of results.
imapM_ :: forall m (n :: Nat) a b . Monad m => (Finite n -> a -> m b) -> Vector n a -> m ()vector-sized Data.Vector.Sized O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.
-
vector-sized Data.Vector.Storable.Sized O(n) Apply the monadic action to every element of a vector and its index, yielding a vector of results.
-
vector-sized Data.Vector.Storable.Sized O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.
-
vector-sized Data.Vector.Unboxed.Sized O(n) Apply the monadic action to every element of a vector and its index, yielding a vector of results.
-
vector-sized Data.Vector.Unboxed.Sized O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.
type
KeymapM a = Interact Event ayi-core Yi.Keymap No documentation available.
type
KeymapM a = Interact Event ayi-core Yi.Types No documentation available.
-
deriving-compat Data.Functor.Deriving.Internal Generates a lambda expression which behaves like mapM (without requiring a Traversable instance).