Hoogle Search
Within LTS Haskell 24.21 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
hGetIODataContents :: KnownIODataMode mode => Handle -> IO modeCabal Distribution.Simple.Utils IOData Wrapper for hGetContents Note: This operation uses lazy I/O. Use NFData to force all data to be read and consequently the internal file handle to be closed.
hGetIODataContents :: KnownIODataMode mode => Handle -> IO modeCabal Distribution.Utils.IOData IOData Wrapper for hGetContents Note: This operation uses lazy I/O. Use NFData to force all data to be read and consequently the internal file handle to be closed.
hGetXml :: XmlContent a => Handle -> IO aHaXml Text.XML.HaXml.XmlContent Read a fully-typed XML document from a file handle.
hGetXml :: XmlContent a => Handle -> IO aHaXml Text.XML.HaXml.XmlContent.Haskell Read a fully-typed XML document from a file handle.
hGetLine :: ListLikeIO full item => Handle -> IO fullListLike Data.ListLike Reads a line from the specified handle
hGetContents :: ListLikeIO full item => Handle -> IO fullListLike Data.ListLike Read entire handle contents. May be done lazily like hGetContents.
hGetLine :: ListLikeIO full item => Handle -> IO fullListLike Data.ListLike.IO Reads a line from the specified handle
hGetContents :: ListLikeIO full item => Handle -> IO fullListLike Data.ListLike.IO Read entire handle contents. May be done lazily like hGetContents.
readAll :: Streamable a => Handle -> IO afilemanip System.FilePath.Manip Read the entire contents of a Handle.
hGetLine :: MonadHandle m => Handle -> m Textredact Redact.Monad.Handle Read a single line from a handle