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. readFileStrict :: (PandocMonad m, MonadIO m) => FilePath -> m ByteString

    pandoc Text.Pandoc.Class.IO

    Read the strict ByteString contents from a file path, raising an error on failure.

  2. readStdinStrict :: (PandocMonad m, MonadIO m) => m ByteString

    pandoc Text.Pandoc.Class.IO

    Read the strict ByteString contents from stdin, raising an error on failure.

  3. readDataFile :: PandocMonad m => FilePath -> m ByteString

    pandoc Text.Pandoc.Data

    No documentation available.

  4. readDefaultDataFile :: PandocMonad m => FilePath -> m ByteString

    pandoc Text.Pandoc.Data

    Read file from the default data files.

  5. readExtension :: String -> Extension

    pandoc Text.Pandoc.Extensions

    Reads a single extension from a string.

  6. readerAbbreviations :: ReaderOptions -> Set Text

    pandoc Text.Pandoc.Options

    Strings to treat as abbreviations

  7. readerColumns :: ReaderOptions -> Int

    pandoc Text.Pandoc.Options

    Number of columns in terminal

  8. readerDefaultImageExtension :: ReaderOptions -> Text

    pandoc Text.Pandoc.Options

    Default extension for images

  9. readerExtensions :: ReaderOptions -> Extensions

    pandoc Text.Pandoc.Options

    Syntax extensions

  10. readerIndentedCodeClasses :: ReaderOptions -> [Text]

    pandoc Text.Pandoc.Options

    Default classes for indented code blocks

Page 142 of many | Previous | Next