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. getContents :: IO String

    ghc-internal GHC.Internal.System.IO

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

  2. getContents' :: IO String

    ghc-internal GHC.Internal.System.IO

    The getContents' operation returns all user input as a single string, which is fully read before being returned (same as hGetContents' stdin).

  3. defaultJournalPath :: IO String

    hledger-lib Hledger.Read

    Get the default journal file path specified by the environment. Like ledger, we look first for the LEDGER_FILE environment variable, and if that does not exist, for the legacy LEDGER environment variable. If neither is set, or the value is blank, return the hard-coded default, which is .hledger.journal in the users's home directory (or in the current directory, if we cannot determine a home directory).

  4. getLine :: IO String

    numeric-prelude NumericPrelude

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

  5. getContents :: IO String

    numeric-prelude NumericPrelude

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

  6. getContents :: IO String

    numeric-prelude NumericPrelude.Base

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

  7. getLine :: IO String

    numeric-prelude NumericPrelude.Base

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

  8. getLine :: IO String

    numhask NumHask.Prelude

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

  9. getContents :: IO String

    numhask NumHask.Prelude

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

  10. gitBranch :: IO String

    simple-cmd SimpleCmd.Git

    gitBranch returns the git branch of the current directory

Page 4 of many | Previous | Next