Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readLn :: Read a => IO a

    hledger-web Hledger.Web.Import

    The readLn function combines getLine and readIO.

  2. readParen :: Bool -> ReadS a -> ReadS a

    hledger-web Hledger.Web.Import

    readParen True p parses what p parses, but surrounded with parentheses. readParen False p parses what p parses, but optionally surrounded with parentheses.

  3. reads :: Read a => ReadS a

    hledger-web Hledger.Web.Import

    equivalent to readsPrec with a precedence of 0.

  4. readsPrec :: Read a => Int -> ReadS a

    hledger-web Hledger.Web.Import

    attempts to parse a value from the front of the string, returning a list of (parsed value, remaining string) pairs. If there is no successful parse, the returned list is empty. Derived instances of Read and Show satisfy the following:

    That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.

  5. readMix' :: [String] -> Either String TixModule -> IO Mix

    hpc-codecov Trace.Hpc.Codecov.Parser

    Read a .mix file. This function is similar to readMix, but internally uses ByteString to improve performance.

  6. readTix' :: FilePath -> IO (Maybe Tix)

    hpc-codecov Trace.Hpc.Codecov.Parser

    Read a .tix File. This function is similar to readTix, but internally uses ByteString to improve performance.

  7. readLitInt :: String -> Maybe CppInt

    hpp Hpp.Expr

    Read a literal integer. These may be decimal, octal, or hexadecimal, and may have a case-insensitive suffix of u, l, or ul.

  8. readLines :: Stringy s => FilePath -> IO [s]

    hpp Hpp.StringSig

    No documentation available.

  9. readFile :: (Sample e, Buffer a e) => FilePath -> IO (Info, Maybe (a e))

    hsndfile Sound.File.Sndfile

    Return the contents of a file in a single buffer.

  10. readFile :: (Sample e, Buffer a e) => FilePath -> IO (Info, Maybe (a e))

    hsndfile Sound.File.Sndfile.Buffer

    Return the contents of a file in a single buffer.

Page 314 of many | Previous | Next