Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

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

    rio RIO.Time

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

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

    rio RIO.Vector

    No documentation available.

  3. 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).

  4. readFileQ :: FilePath -> Q String

    shakespeare Text.Shakespeare.Base

    Embed file's content, converting newlines

  5. readFileRecompileQ :: FilePath -> Q String

    shakespeare Text.Shakespeare.Base

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

  6. readUtf8File :: FilePath -> IO Text

    shakespeare Text.Shakespeare.Base

    No documentation available.

  7. readUtf8FileString :: FilePath -> IO String

    shakespeare Text.Shakespeare.Base

    Read file's content as String, converting newlines

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

    HTTP Network.HTTP.Base

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

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

  10. readBlock :: Stream x => x -> Int -> IO (Result String)

    HTTP Network.Stream

    No documentation available.

Page 123 of many | Previous | Next