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.
getContents :: forall (m :: Type -> Type) . MonadIO m => ByteStream m ()streaming-bytestring Streaming.ByteString Equivalent to hGetContents stdin. Will read lazily.
getContents :: forall (m :: Type -> Type) . MonadIO m => ByteStream m ()streaming-bytestring Streaming.ByteString.Char8 Equivalent to hGetContents stdin. Will read lazily.
-
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).
-
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).
-
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).
getContents :: (Encoding e, ?enc :: e) => IO Stringencoding System.IO.Encoding No documentation available.
-
ihaskell IHaskellPrelude The getContents operation returns all user input as a single string, which is read stirctly (same as hGetContents stdin).
-
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).
-
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).
-
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).