Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. getEnv :: HasEnv m => m Env

    hpp Hpp.Types

    No documentation available.

  2. getEnv :: MonadAction m => String -> m (Maybe String)

    shake-plus Development.Shake.Plus.Env

    Lifted version of getEnv

  3. getEnv :: CmmParse Env

    ghc-lib GHC.StgToCmm.ExtCode

    Get the current environment from the monad.

  4. getEnvironment :: IO [(String, String)]

    base System.Environment

    getEnvironment retrieves the entire environment as a list of (key,value) pairs. If an environment entry does not contain an '=' character, the key is the whole entry and the value is the empty string.

  5. getEnvDefault :: String -> String -> IO String

    base System.Environment.Blank

    Get an environment value or a default value.

  6. getEnvironment :: IO [(String, String)]

    base System.Environment.Blank

    getEnvironment retrieves the entire environment as a list of (key,value) pairs. If an environment entry does not contain an '=' character, the key is the whole entry and the value is the empty string.

  7. getEnvOs :: OsString -> IO OsString

    directory System.Directory.Internal

    No documentation available.

  8. getEnvDefault :: String -> String -> IO String

    unix System.Posix.Env

    getEnvDefault is a wrapper around getEnv where the programmer can specify a fallback if the variable is not found in the environment.

  9. getEnvironment :: IO [(String, String)]

    unix System.Posix.Env

    getEnvironment retrieves the entire environment as a list of (key,value) pairs.

  10. getEnvironmentPrim :: IO [String]

    unix System.Posix.Env

    No documentation available.

Page 3 of many | Previous | Next