• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. readLn :: Read a => IO a

    numhask NumHask.Prelude

    The readLn function combines getLine and readIO.

  2. readLn :: (MonadIO m, Read a) => m a

    basic-prelude BasicPrelude

    The readLn function combines getLine and readIO.

  3. readLn :: Read a => IO a

    ghc-lib-parser GHC.Prelude.Basic

    The readLn function combines getLine and readIO.

  4. readLn :: Read a => IO a

    prelude-compat Prelude2010

    The readLn function combines getLine and readIO.

  5. readLn :: Read a => IO a

    rebase Rebase.Prelude

    The readLn function combines getLine and readIO.

  6. readLn :: Read a => IO a

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    The readLn function combines getLine and readIO.

  7. readLn :: Read a => IO a

    LambdaHack Game.LambdaHack.Core.Prelude

    The readLn function combines getLine and readIO.

  8. readLn :: Read a => IO a

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

    The readLn function combines getLine and readIO.

  9. readLn :: Read a => IO a

    clash-prelude Clash.HaskellPrelude

    The readLn function combines getLine and readIO.

  10. readLn :: Read a => IO a

    dimensional Numeric.Units.Dimensional.Prelude

    The readLn function combines getLine and readIO.

Page 2 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete