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. readPTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadP t

    rio RIO.Time

    Parse a time value given a format string. See parseTimeM for details.

  2. readSTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadS t

    rio RIO.Time

    Parse a time value given a format string. See parseTimeM for details.

  3. readPrec :: (Vector v a, Read a) => ReadPrec (v a)

    rio RIO.Vector

    No documentation available.

  4. readHamletTemplateFile :: (MonadThrow m, MonadIO m) => HamletSettings -> FilePath -> m HamletTemplate

    shakespeare Text.Hamlet.Runtime

    Same as parseHamletTemplate, but reads from a file. The file is assumed to be UTF-8 encoded (same assumption as compile-time Hamlet).

  5. readFileQ :: FilePath -> Q String

    shakespeare Text.Shakespeare.Base

    Embed file's content, converting newlines

  6. readFileRecompileQ :: FilePath -> Q String

    shakespeare Text.Shakespeare.Base

    Embed file's content, converting newlines and track file via ghc dependencies, recompiling on changes

  7. readUtf8File :: FilePath -> IO Text

    shakespeare Text.Shakespeare.Base

    No documentation available.

  8. readUtf8FileString :: FilePath -> IO String

    shakespeare Text.Shakespeare.Base

    Read file's content as String, converting newlines

  9. readTillEmpty1 :: BufferOp a -> IO (Result a) -> IO (Result [a])

    HTTP Network.HTTP.Base

    Remove leading crlfs then call readTillEmpty2 (not required by RFC)

  10. readTillEmpty2 :: BufferOp a -> IO (Result a) -> [a] -> IO (Result [a])

    HTTP Network.HTTP.Base

    Read lines until an empty line (CRLF), also accepts a connection close as end of input, which is not an HTTP/1.1 compliant thing to do - so probably indicates an error condition.

Page 123 of many | Previous | Next