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. writeHtmlStringForEPUB :: PandocMonad m => EPUBVersion -> WriterOptions -> Pandoc -> m Text

    pandoc Text.Pandoc.Writers.HTML

    Convert Pandoc document to Html appropriate for an epub version.

  2. escapeCharForXML :: Char -> Text

    pandoc Text.Pandoc.XML

    Escape one character as needed for XML.

  3. escapeStringForXML :: Text -> Text

    pandoc Text.Pandoc.XML

    Escape string as needed for XML. Entity references are not preserved.

  4. type InterpreterFor (e :: Effect) (r :: [Effect]) = forall a . () => Sem e ': r a -> Sem r a

    polysemy Polysemy

    Type synonym for interpreters that consume an effect without changing the return value. Offered for user convenience. r Is kept polymorphic so it's possible to place constraints upon it:

    teletypeToIO :: Member (Embed IO) r
    => InterpreterFor Teletype r
    

  5. type InterpretersFor (es :: [Effect]) (r :: [Effect]) = forall a . () => Sem Append es r a -> Sem r a

    polysemy Polysemy

    Variant of InterpreterFor that takes a list of effects. @since 1.5.0.0

  6. transform :: forall e1 e2 (r :: EffectRow) a . Member e2 r => (forall (rInitial :: EffectRow) x . () => e1 (Sem rInitial) x -> e2 (Sem rInitial) x) -> Sem (e1 ': r) a -> Sem r a

    polysemy Polysemy

    Transform an effect e1 into an effect e2 that is already somewhere inside of the stack.

  7. type InterpreterFor (e :: Effect) (r :: [Effect]) = forall a . () => Sem e ': r a -> Sem r a

    polysemy Polysemy.Internal

    Type synonym for interpreters that consume an effect without changing the return value. Offered for user convenience. r Is kept polymorphic so it's possible to place constraints upon it:

    teletypeToIO :: Member (Embed IO) r
    => InterpreterFor Teletype r
    

  8. type InterpretersFor (es :: [Effect]) (r :: [Effect]) = forall a . () => Sem Append es r a -> Sem r a

    polysemy Polysemy.Internal

    Variant of InterpreterFor that takes a list of effects. @since 1.5.0.0

  9. transform :: forall e1 e2 (r :: EffectRow) a . Member e2 r => (forall (rInitial :: EffectRow) x . () => e1 (Sem rInitial) x -> e2 (Sem rInitial) x) -> Sem (e1 ': r) a -> Sem r a

    polysemy Polysemy.Internal.Combinators

    Transform an effect e1 into an effect e2 that is already somewhere inside of the stack.

  10. fformat :: Result -> Column -> IO Format

    postgresql-libpq Database.PostgreSQL.LibPQ

    Returns the Format of the given column. Column numbers start at 0.

Page 600 of many | Previous | Next