Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getLine :: IO String

    constrained-categories Control.Category.Hask

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

  2. getContents :: IO String

    constrained-categories Control.Category.Hask

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

  3. getLine :: IO String

    copilot-language Copilot.Language.Prelude

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

  4. getContents :: IO String

    copilot-language Copilot.Language.Prelude

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

  5. processD1 :: IO String

    dobutokO2 DobutokO.Sound.Process

    No documentation available.

  6. fasIdFromKrb :: IO String

    fedora-krb Fedora.Krb

    No documentation available.

  7. getLine :: IO String

    xmonad-contrib XMonad.Config.Prime

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

  8. getContents :: IO String

    xmonad-contrib XMonad.Config.Prime

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

  9. getBrowser :: IO String

    xmonad-contrib XMonad.Prompt.Shell

    Ask the shell what browser the user likes. If the user hasn't defined any $BROWSER, defaults to returning "firefox", since that seems to be the most common X web browser. Note that if you don't specify a GUI browser but a textual one, that'll be a problem as getBrowser will be called by functions expecting to be able to just execute the string or pass it to a shell; so in that case, define $BROWSER as something like "xterm -e elinks" or as the name of a shell script doing much the same thing.

  10. getEditor :: IO String

    xmonad-contrib XMonad.Prompt.Shell

    Like getBrowser, but should be of a text editor. This gets the $EDITOR variable, defaulting to "emacs".

Page 10 of many | Previous | Next