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.
-
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).
-
ghc GHC.Prelude.Basic No documentation available.
-
strict System.IO.Strict The getContents operation returns all user input as a single string, which is read stirctly (same as hGetContents stdin).
getContents :: MonadIO m => m ByteStringrio RIO.ByteString Lifted getContents
getContents :: MonadIO m => m LByteStringrio RIO.ByteString.Lazy Lifted getContents
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
pandoc Text.Pandoc.UTF8 No documentation available.
-
protolude Protolude Read all user input on stdin as a single 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).
-
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).