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.
mconcatMap :: Stringable a => [b] -> (b -> a) -> aHStringTemplate Text.StringTemplate.Base Defaults to mconcatMap m k = foldr (mappend . k) mempty m
type
SMap a = Map String SElem aHStringTemplate Text.StringTemplate.Classes No documentation available.
mconcatMap :: Stringable a => [b] -> (b -> a) -> aHStringTemplate Text.StringTemplate.Classes Defaults to mconcatMap m k = foldr (mappend . k) mempty m
-
HaTeX Text.LaTeX.Base.Math symbol
texmap :: (LaTeX -> Bool) -> (LaTeX -> LaTeX) -> LaTeX -> LaTeXHaTeX Text.LaTeX.Base.Syntax The function texmap looks for subexpressions that match a given condition and applies a function to them.
texmap c f = runIdentity . texmapM c (pure . f)
texmapM :: (Applicative m, Monad m) => (LaTeX -> Bool) -> (LaTeX -> m LaTeX) -> LaTeX -> m LaTeXHaTeX Text.LaTeX.Base.Syntax Version of texmap where the function returns values in a Monad.
module Network.HaskellNet.
IMAP No documentation available.
connectIMAP :: String -> IO IMAPConnectionHaskellNet Network.HaskellNet.IMAP No documentation available.
connectIMAPPort :: String -> PortNumber -> IO IMAPConnectionHaskellNet Network.HaskellNet.IMAP No documentation available.
-
HaskellNet Network.HaskellNet.IMAP.Connection No documentation available.