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 :: forall (m :: Type -> Type) . MonadIO m => ByteStream m ()

    streaming-bytestring Streaming.ByteString

    Equivalent to hGetContents stdin. Will read lazily.

  2. getContents :: forall (m :: Type -> Type) . MonadIO m => ByteStream m ()

    streaming-bytestring Streaming.ByteString.Char8

    Equivalent to hGetContents stdin. Will read lazily.

  3. getContents :: IO String

    mixed-types-num Numeric.MixedTypes.PreludeHiding

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

  4. getContents :: IO String

    LambdaHack Game.LambdaHack.Core.Prelude

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

  5. getContents :: IO String

    cabal-install-solver Distribution.Solver.Compat.Prelude

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

  6. getContents :: (Encoding e, ?enc :: e) => IO String

    encoding System.IO.Encoding

    No documentation available.

  7. getContents :: IO String

    ihaskell IHaskellPrelude

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

  8. getContents :: IO String

    clash-prelude Clash.HaskellPrelude

    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

    dimensional Numeric.Units.Dimensional.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 :: IO String

    distribution-opensuse OpenSuse.Prelude

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

Page 4 of many | Previous | Next