Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. getContents :: IO String

    hedgehog Hedgehog.Internal.Prelude

    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

    ghc GHC.Prelude.Basic

    No documentation available.

  3. getContents :: IO String

    strict System.IO.Strict

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

  4. getContents :: MonadIO m => m ByteString

    rio RIO.ByteString

    Lifted getContents

  5. getContents :: MonadIO m => m LByteString

    rio RIO.ByteString.Lazy

    Lifted getContents

  6. getContents :: IO String

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  7. getContents :: IO Text

    pandoc Text.Pandoc.UTF8

    No documentation available.

  8. getContents :: IO Text

    protolude Protolude

    Read all user input on stdin as a single string.

  9. getContents :: IO String

    ghc-internal GHC.Internal.System.IO

    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 :: IO String

    numeric-prelude NumericPrelude

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

Page 2 of many | Previous | Next