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.

  1. foldMapWithIndex :: Monoid m => (Int -> a -> m) -> Seq a -> m

    rio RIO.Seq

    No documentation available.

  2. concatMap :: (Char -> Text) -> Text -> Text

    rio RIO.Text

    O(n) Map a function over a Text that results in a Text, and concatenate the results.

  3. concatMap :: (Char -> Text) -> Text -> Text

    rio RIO.Text.Lazy

    O(n) Map a function over a Text that results in a Text, and concatenate the results.

  4. concatMap :: (Vector v a, Vector v b) => (a -> v b) -> v a -> v b

    rio RIO.Vector

    No documentation available.

  5. imap :: (Vector v a, Vector v b) => (Int -> a -> b) -> v a -> v b

    rio RIO.Vector

    No documentation available.

  6. imapM :: (Monad m, Vector v a, Vector v b) => (Int -> a -> m b) -> v a -> m (v b)

    rio RIO.Vector

    No documentation available.

  7. imapM_ :: (Monad m, Vector v a) => (Int -> a -> m b) -> v a -> m ()

    rio RIO.Vector

    No documentation available.

  8. imapMaybe :: (Vector v a, Vector v b) => (Int -> a -> Maybe b) -> v a -> v b

    rio RIO.Vector

    No documentation available.

  9. concatMap :: (a -> Vector b) -> Vector a -> Vector b

    rio RIO.Vector.Boxed

    No documentation available.

  10. imap :: (Int -> a -> b) -> Vector a -> Vector b

    rio RIO.Vector.Boxed

    No documentation available.

Page 494 of many | Previous | Next