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.

  1. reader :: forall (m :: Type -> Type) . MonadIO m => Reader m

    hledger-lib Hledger.Read.TimedotReader

    No documentation available.

  2. readFileOrStdinPortably :: String -> IO Text

    hledger-lib Hledger.Utils.IO

    Like readFilePortably, but read from standard input if the path is "-".

  3. readFileOrStdinPortably' :: Maybe DynEncoding -> String -> IO Text

    hledger-lib Hledger.Utils.IO

    Like readFileOrStdinPortably, but take an optional converter.

  4. readFilePortably :: FilePath -> IO Text

    hledger-lib Hledger.Utils.IO

    Read text from a file, converting any rn line endings to n,, using the system locale's text encoding, ignoring any utf8 BOM prefix (as seen in paypal's 2018 CSV, eg) if that encoding is utf8.

  5. readFileStrictly :: FilePath -> IO Text

    hledger-lib Hledger.Utils.IO

    Like readFilePortably, but read all of the file before proceeding.

  6. readHandlePortably :: Handle -> IO Text

    hledger-lib Hledger.Utils.IO

    No documentation available.

  7. readHandlePortably' :: Maybe DynEncoding -> Handle -> IO Text

    hledger-lib Hledger.Utils.IO

    Read text from a handle with a specified encoding, using the encoding package. Or if no encoding is specified, it uses the handle's current encoding, after first changing it to UTF-8BOM if it was UTF-8, to allow a Byte Order Mark at the start. Also it converts Windows line endings to newlines. If decoding fails, this throws an IOException (or possibly a UnicodeException or something else from the encoding package).

  8. readDecimal :: Text -> Integer

    hledger-lib Hledger.Utils.Text

    Read a decimal number from a Text. Assumes the input consists only of digit characters.

  9. readMix :: [FilePath] -> Either String TixModule -> IO Mix

    hpc Trace.Hpc.Mix

    Read a mix file.

  10. readTix :: FilePath -> IO (Maybe Tix)

    hpc Trace.Hpc.Tix

    Read a .tix File.

Page 204 of many | Previous | Next