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. mconcatMap :: Stringable a => [b] -> (b -> a) -> a

    HStringTemplate Text.StringTemplate.Base

    Defaults to mconcatMap m k = foldr (mappend . k) mempty m

  2. type SMap a = Map String SElem a

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  3. mconcatMap :: Stringable a => [b] -> (b -> a) -> a

    HStringTemplate Text.StringTemplate.Classes

    Defaults to mconcatMap m k = foldr (mappend . k) mempty m

  4. longmapsto :: LaTeXC l => l

    HaTeX Text.LaTeX.Base.Math

    symbol

  5. texmap :: (LaTeX -> Bool) -> (LaTeX -> LaTeX) -> LaTeX -> LaTeX

    HaTeX 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)
    

  6. texmapM :: (Applicative m, Monad m) => (LaTeX -> Bool) -> (LaTeX -> m LaTeX) -> LaTeX -> m LaTeX

    HaTeX Text.LaTeX.Base.Syntax

    Version of texmap where the function returns values in a Monad.

  7. module Network.HaskellNet.IMAP

    No documentation available.

  8. connectIMAP :: String -> IO IMAPConnection

    HaskellNet Network.HaskellNet.IMAP

    No documentation available.

  9. connectIMAPPort :: String -> PortNumber -> IO IMAPConnection

    HaskellNet Network.HaskellNet.IMAP

    No documentation available.

  10. data IMAPConnection

    HaskellNet Network.HaskellNet.IMAP.Connection

    No documentation available.

Page 1004 of many | Previous | Next