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.
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
-
polysemy Polysemy.Internal.Combinators Transform an effect e1 into an effect e2 that is already somewhere inside of the stack.
fformat :: Result -> Column -> IO Formatpostgresql-libpq Database.PostgreSQL.LibPQ Returns the Format of the given column. Column numbers start at 0.