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-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).
-
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).
defaultJournalPath :: IO Stringhledger-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).
-
numeric-prelude NumericPrelude Read a line from the standard input device (same as hGetLine stdin).
-
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).
-
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).
-
numeric-prelude NumericPrelude.Base Read a line from the standard input device (same as hGetLine stdin).
-
numhask NumHask.Prelude Read a line from the standard input device (same as hGetLine stdin).
-
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).
-
simple-cmd SimpleCmd.Git gitBranch returns the git branch of the current directory