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.
readPTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadP trio RIO.Time Parse a time value given a format string. See parseTimeM for details.
readSTime :: ParseTime t => Bool -> TimeLocale -> String -> ReadS trio RIO.Time Parse a time value given a format string. See parseTimeM for details.
readPrec :: (Vector v a, Read a) => ReadPrec (v a)rio RIO.Vector No documentation available.
-
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).
readFileQ :: FilePath -> Q Stringshakespeare Text.Shakespeare.Base Embed file's content, converting newlines
readFileRecompileQ :: FilePath -> Q Stringshakespeare Text.Shakespeare.Base Embed file's content, converting newlines and track file via ghc dependencies, recompiling on changes
readUtf8File :: FilePath -> IO Textshakespeare Text.Shakespeare.Base No documentation available.
readUtf8FileString :: FilePath -> IO Stringshakespeare Text.Shakespeare.Base Read file's content as String, converting newlines
readTillEmpty1 :: BufferOp a -> IO (Result a) -> IO (Result [a])HTTP Network.HTTP.Base Remove leading crlfs then call readTillEmpty2 (not required by RFC)
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.