Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. getContents :: IO String

    numeric-prelude NumericPrelude.Base

    The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).

  2. getContents :: IO String

    numhask NumHask.Prelude

    The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).

  3. getContents :: ListLikeIO full item => IO full

    ListLike Data.ListLike

    Read entire content from stdin. See hGetContents.

  4. getContents :: ListLikeIO full item => IO full

    ListLike Data.ListLike.IO

    Read entire content from stdin. See hGetContents.

  5. getContents :: MonadIO m => m LText

    basic-prelude BasicPrelude

    No documentation available.

  6. getContents :: MonadIO m => m LText

    classy-prelude ClassyPrelude

    Read all input from stdin into a lazy Text (LText) Uses system locale settings

  7. getContents :: IO String

    ghc-lib-parser GHC.Prelude.Basic

    The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).

  8. getContents :: IO String

    prelude-compat Prelude2010

    The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).

  9. getContents :: IO String

    rebase Rebase.Prelude

    The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).

  10. getContents :: Storable a => Handle -> IO (Exceptional IOReadException [a])

    sox Sound.Sox.Signal.List

    No documentation available.

Page 3 of many | Previous | Next