Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
Transform = Pandoc -> Pandocpandoc Text.Pandoc.Transforms Transformation of a Pandoc document post-parsing
applyTransforms :: Monad m => [Transform] -> Pandoc -> m Pandocpandoc Text.Pandoc.Transforms Apply a list of transforms to a document, in order.
writeHtmlStringForEPUB :: PandocMonad m => EPUBVersion -> WriterOptions -> Pandoc -> m Textpandoc Text.Pandoc.Writers.HTML Convert Pandoc document to Html appropriate for an epub version.
escapeCharForXML :: Char -> Textpandoc Text.Pandoc.XML Escape one character as needed for XML.
escapeStringForXML :: Text -> Textpandoc Text.Pandoc.XML Escape string as needed for XML. Entity references are not preserved.
type
InterpreterFor (e :: Effect) (r :: [Effect]) = forall a . () => Sem e ': r a -> Sem r apolysemy 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
-
polysemy Polysemy Variant of InterpreterFor that takes a list of effects. @since 1.5.0.0
-
polysemy Polysemy Transform an effect e1 into an effect e2 that is already somewhere inside of the stack.
type
InterpreterFor (e :: Effect) (r :: [Effect]) = forall a . () => Sem e ': r a -> Sem r apolysemy 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
-
polysemy Polysemy.Internal Variant of InterpreterFor that takes a list of effects. @since 1.5.0.0