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.
-
ghc GHC.Prelude.Basic No documentation available.
-
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).
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
-
yi-core Yi.Process Run a command using the system shell, returning stdout, stderr and exit code
-
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.
-
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.
-
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.
-
ghc-internal GHC.Internal.System.IO Read a line from the standard input device (same as hGetLine stdin).