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.

  1. hGetIODataContents :: KnownIODataMode mode => Handle -> IO mode

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

  2. hGetIODataContents :: KnownIODataMode mode => Handle -> IO mode

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

  3. hGetXml :: XmlContent a => Handle -> IO a

    HaXml Text.XML.HaXml.XmlContent

    Read a fully-typed XML document from a file handle.

  4. hGetXml :: XmlContent a => Handle -> IO a

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Read a fully-typed XML document from a file handle.

  5. hGetLine :: ListLikeIO full item => Handle -> IO full

    ListLike Data.ListLike

    Reads a line from the specified handle

  6. hGetContents :: ListLikeIO full item => Handle -> IO full

    ListLike Data.ListLike

    Read entire handle contents. May be done lazily like hGetContents.

  7. hGetLine :: ListLikeIO full item => Handle -> IO full

    ListLike Data.ListLike.IO

    Reads a line from the specified handle

  8. hGetContents :: ListLikeIO full item => Handle -> IO full

    ListLike Data.ListLike.IO

    Read entire handle contents. May be done lazily like hGetContents.

  9. readAll :: Streamable a => Handle -> IO a

    filemanip System.FilePath.Manip

    Read the entire contents of a Handle.

  10. hGetLine :: MonadHandle m => Handle -> m Text

    redact Redact.Monad.Handle

    Read a single line from a handle

Page 2 of many | Previous | Next