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.
-
hledger-web Hledger.Web.Import readParen :: Bool -> ReadS a -> ReadS ahledger-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.
-
hledger-web Hledger.Web.Import equivalent to readsPrec with a precedence of 0.
readsPrec :: Read a => Int -> ReadS ahledger-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.readMix' :: [String] -> Either String TixModule -> IO Mixhpc-codecov Trace.Hpc.Codecov.Parser Read a .mix file. This function is similar to readMix, but internally uses ByteString to improve performance.
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.
readLitInt :: String -> Maybe CppInthpp 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.
readLines :: Stringy s => FilePath -> IO [s]hpp Hpp.StringSig No documentation available.
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.
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.