Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gmapT :: Data a => (forall b . Data b => b -> b) -> a -> ario 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.
augmentPathMap :: [FilePath] -> EnvVars -> Either ProcessException EnvVarsrio RIO.Process Apply augmentPath on the value of the PATH environment variable in the given EnvVars.
augmentPathMap' :: Text -> [FilePath] -> EnvVars -> Either ProcessException EnvVarsrio RIO.Process Apply augmentPath on the value of the given environment variable in the given EnvVars.
foldMapWithIndex :: Monoid m => (Int -> a -> m) -> Seq a -> mrio RIO.Seq No documentation available.
concatMap :: (Char -> Text) -> Text -> Textrio RIO.Text O(n) Map a function over a Text that results in a Text, and concatenate the results.
concatMap :: (Char -> Text) -> Text -> Textrio RIO.Text.Lazy O(n) Map a function over a Text that results in a Text, and concatenate the results.
concatMap :: (Vector v a, Vector v b) => (a -> v b) -> v a -> v brio RIO.Vector No documentation available.
imap :: (Vector v a, Vector v b) => (Int -> a -> b) -> v a -> v brio RIO.Vector No documentation available.
imapM :: (Monad m, Vector v a, Vector v b) => (Int -> a -> m b) -> v a -> m (v b)rio RIO.Vector No documentation available.
imapM_ :: (Monad m, Vector v a) => (Int -> a -> m b) -> v a -> m ()rio RIO.Vector No documentation available.