Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readRTF :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.RTF

    Read RTF from an input string and return a Pandoc document.

  2. readTWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.TWiki

    Read twiki from an input string and return a Pandoc document.

  3. readTextile :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.Textile

    Parse a Textile text and return a Pandoc document.

  4. readTikiWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.TikiWiki

    Read TikiWiki from an input string and return a Pandoc document.

  5. readTxt2Tags :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.Txt2Tags

    Read Txt2Tags from an input string returning a Pandoc document

  6. readTypst :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.Typst

    Read Typst from an input string and return a Pandoc document.

  7. readVimwiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.Vimwiki

    No documentation available.

  8. readTranslations :: Text -> Either Text Translations

    pandoc Text.Pandoc.Translations

    Parse YAML translations.

  9. readFile :: FilePath -> IO Text

    pandoc Text.Pandoc.UTF8

    No documentation available.

  10. readCreateProcessWithLogging :: (HasCallStack, MonadUnliftIO m, MonadLogger m) => CreateProcess -> String -> m String

    sandwich Test.Sandwich.Logging

    Like readCreateProcess, but capture the stderr output in the logs. Every line output by the process will be fed to a debug call.

Page 151 of many | Previous | Next