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. getLine :: IO String

    ghc GHC.Prelude.Basic

    No documentation available.

  2. getContents :: IO String

    ghc GHC.Prelude.Basic

    No documentation available.

  3. getContents :: IO String

    strict System.IO.Strict

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

  4. getLine :: IO String

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  5. getContents :: IO String

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  6. shellFileName :: IO String

    yi-core Yi.Process

    Run a command using the system shell, returning stdout, stderr and exit code

  7. getDefaultName :: IO String

    text-icu Data.Text.ICU.Convert

    Returns the current default converter name. If you want to open a default converter, you do not need to use this function. It is faster to pass the empty string to open the default converter.

  8. getProgName :: IO String

    ghc-internal GHC.Internal.System.Environment

    Computation getProgName returns the name of the program as it was invoked. However, this is hard-to-impossible to implement on some non-Unix OSes, so instead, for maximum portability, we just return the leafname of the program as invoked. Even then there are some differences between platforms: on Windows, for example, a program invoked as foo is probably really FOO.EXE, and that is what getProgName will return.

  9. getProgName :: IO String

    ghc-internal GHC.Internal.System.Environment.Blank

    Computation getProgName returns the name of the program as it was invoked. However, this is hard-to-impossible to implement on some non-Unix OSes, so instead, for maximum portability, we just return the leafname of the program as invoked. Even then there are some differences between platforms: on Windows, for example, a program invoked as foo is probably really FOO.EXE, and that is what getProgName will return.

  10. getLine :: IO String

    ghc-internal GHC.Internal.System.IO

    Read a line from the standard input device (same as hGetLine stdin).

Page 3 of many | Previous | Next