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-lib-parser GHC.Prelude.Basic

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

  2. getContents :: IO String

    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).

  3. getX11SelectionString :: IO String

    GLFW-b Graphics.UI.GLFW

    See glfwGetX11SelectionString

  4. getContents :: IO String

    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).

  5. getLine :: IO String

    prelude-compat Prelude2010

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

  6. getLine :: IO String

    rebase Rebase.Prelude

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

  7. getContents :: IO String

    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).

  8. getLine :: IO String

    mixed-types-num Numeric.MixedTypes.PreludeHiding

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

  9. getContents :: IO String

    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).

  10. getLibraryVersion :: IO String

    mpi-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.

Page 5 of many | Previous | Next