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-lib-parser GHC.Prelude.Basic Read a line from the standard input device (same as hGetLine stdin).
-
ghc-lib-parser GHC.Prelude.Basic The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).
getX11SelectionString :: IO StringGLFW-b Graphics.UI.GLFW -
prelude-compat Prelude2010 The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).
-
prelude-compat Prelude2010 Read a line from the standard input device (same as hGetLine stdin).
-
rebase Rebase.Prelude Read a line from the standard input device (same as hGetLine stdin).
-
rebase Rebase.Prelude The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).
-
mixed-types-num Numeric.MixedTypes.PreludeHiding Read a line from the standard input device (same as hGetLine stdin).
-
mixed-types-num Numeric.MixedTypes.PreludeHiding The getContents operation returns all user input as a single string, which is read lazily as it is needed (same as hGetContents stdin).
getLibraryVersion :: IO Stringmpi-hs Control.Distributed.MPI Return the version of the MPI library (MPI_Get_library_version). Note that the version of the MPI standard that this library implements is returned by getVersion.