Hoogle Search
Within LTS Haskell 23.24 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base Prelude -
base System.IO -
hedgehog Hedgehog.Internal.Prelude readLn :: forall (m :: Type -> Type) a . (MonadIO m, Read a) => Producer' a m ()pipes Pipes.Prelude -
Cabal-syntax Distribution.Compat.Prelude -
ghc-lib-parser GHC.Prelude.Basic readLn :: forall (m :: Type -> Type) a . (MonadIO m, Read a) => Stream (Of a) m ()streaming Streaming.Prelude Read values from stdin, ignoring failed parses.
>>> :set -XTypeApplications >>> S.sum $ S.take 2 (S.readLn @IO @Int) 10<Enter> 12<Enter> 22 :> ()
>>> S.toList $ S.take 2 (S.readLn @IO @Int) 10<Enter> 1@#$%^&*\<Enter> 12<Enter> [10,12] :> ()
-
numeric-prelude NumericPrelude -
numeric-prelude NumericPrelude.Base -
numhask NumHask.Prelude
Page 1 of many | Next