Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readTWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.TWiki Read twiki from an input string and return a Pandoc document.
readTextile :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Textile Parse a Textile text and return a Pandoc document.
readTikiWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.TikiWiki Read TikiWiki from an input string and return a Pandoc document.
readTxt2Tags :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Txt2Tags Read Txt2Tags from an input string returning a Pandoc document
readTypst :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Typst Read Typst from an input string and return a Pandoc document.
readVimwiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.Vimwiki No documentation available.
readTranslations :: Text -> Either Text Translationspandoc Text.Pandoc.Translations Parse YAML translations.
readFile :: FilePath -> IO Textpandoc Text.Pandoc.UTF8 No documentation available.
-
sandwich Test.Sandwich.Logging Like readCreateProcess, but capture the stderr output to a file in the test tree. Returns the stdout output as a String.
-
sandwich Test.Sandwich.Logging Like readCreateProcessWithFileLogging, but accepting a name to use for the log files.