Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readMetadataFile :: PandocMonad m => FilePath -> m ByteString

    pandoc Text.Pandoc.Class

    Read metadata file from the working directory or, if not found there, from the metadata subdirectory of the user data directory.

  2. readStdinStrict :: PandocMonad m => m ByteString

    pandoc Text.Pandoc.Class

    Read the contents of stdin as a strict ByteString, raising an error on failure.

  3. readFileLazy :: (PandocMonad m, MonadIO m) => FilePath -> m ByteString

    pandoc Text.Pandoc.Class.IO

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

  4. 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.

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

    pandoc Text.Pandoc.Class.IO

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

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

    pandoc Text.Pandoc.Data

    No documentation available.

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

    pandoc Text.Pandoc.Data

    Read file from the default data files.

  8. readExtension :: String -> Extension

    pandoc Text.Pandoc.Extensions

    Reads a single extension from a string.

  9. readerAbbreviations :: ReaderOptions -> Set Text

    pandoc Text.Pandoc.Options

    Strings to treat as abbreviations

  10. readerColumns :: ReaderOptions -> Int

    pandoc Text.Pandoc.Options

    Number of columns in terminal

Page 139 of many | Previous | Next