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.

  1. imapM_ :: forall m a (n :: Nat) b . (Monad m, Prim a) => (Finite n -> a -> m b) -> Vector n a -> m ()

    vector-sized Data.Vector.Primitive.Sized

    O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.

  2. 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.

  3. 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.

  4. imapM :: forall m a b (n :: Nat) . (Monad m, Storable a, Storable b) => (Finite n -> a -> m b) -> Vector n a -> m (Vector n b)

    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.

  5. imapM_ :: forall m a (n :: Nat) b . (Monad m, Storable a) => (Finite n -> a -> m b) -> Vector n a -> m ()

    vector-sized Data.Vector.Storable.Sized

    O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.

  6. imapM :: forall m a b (n :: Nat) . (Monad m, Unbox a, Unbox b) => (Finite n -> a -> m b) -> Vector n a -> m (Vector n b)

    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.

  7. imapM_ :: forall m a (n :: Nat) b . (Monad m, Unbox a) => (Finite n -> a -> m b) -> Vector n a -> m ()

    vector-sized Data.Vector.Unboxed.Sized

    O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.

  8. type KeymapM a = Interact Event a

    yi-core Yi.Keymap

    No documentation available.

  9. type KeymapM a = Interact Event a

    yi-core Yi.Types

    No documentation available.

  10. makeMapM :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Generates a lambda expression which behaves like mapM (without requiring a Traversable instance).

Page 77 of many | Previous | Next