Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. gmapQi :: Data a => Int -> (forall d . Data d => d -> u) -> a -> u

    rio RIO.Prelude.Types

    A generic query that processes one child by index (zero-based)

  2. gmapQl :: Data a => (r -> r' -> r) -> r -> (forall d . Data d => d -> r') -> a -> r

    rio RIO.Prelude.Types

    A generic query with a left-associative binary operator

  3. gmapQr :: forall r r' . Data a => (r' -> r -> r) -> r -> (forall d . Data d => d -> r') -> a -> r

    rio RIO.Prelude.Types

    A generic query with a right-associative binary operator

  4. gmapT :: Data a => (forall b . Data b => b -> b) -> a -> a

    rio RIO.Prelude.Types

    A generic transformation that maps over the immediate subterms The default definition instantiates the type constructor c in the type of gfoldl to an identity datatype constructor, using the isomorphism pair as injection and projection.

  5. augmentPathMap :: [FilePath] -> EnvVars -> Either ProcessException EnvVars

    rio RIO.Process

    Apply augmentPath on the value of the PATH environment variable in the given EnvVars.

  6. augmentPathMap' :: Text -> [FilePath] -> EnvVars -> Either ProcessException EnvVars

    rio RIO.Process

    Apply augmentPath on the value of the given environment variable in the given EnvVars.

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

    rio RIO.Seq

    No documentation available.

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

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

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

    rio RIO.Vector

    No documentation available.

Page 493 of many | Previous | Next