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.
-
constrained-categories Control.Category.Hask Read a line from the standard input device (same as hGetLine stdin).
-
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).
-
copilot-language Copilot.Language.Prelude Read a line from the standard input device (same as hGetLine stdin).
-
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).
-
dobutokO2 DobutokO.Sound.Process No documentation available.
-
fedora-krb Fedora.Krb No documentation available.
-
xmonad-contrib XMonad.Config.Prime Read a line from the standard input device (same as hGetLine stdin).
-
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).
-
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.
-
xmonad-contrib XMonad.Prompt.Shell Like getBrowser, but should be of a text editor. This gets the $EDITOR variable, defaulting to "emacs".