Hoogle Search

Within LTS Haskell 22.23 (ghc-9.6.5)

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

  1. getEnv :: IOEnv env env

    ghc-lib-parser GHC.Data.IOEnv

    No documentation available.

  2. getEnv :: String -> Action (Maybe String)

    shake Development.Shake

    Return Just the value of the environment variable, or Nothing if the variable is not set. The environment variable is tracked as a dependency, and if it changes the rule will rerun in subsequent builds. This function is a tracked version of getEnv / lookupEnv from the base library.

    flags <- getEnv "CFLAGS"
    cmd "gcc -c" [out] (maybe [] words flags)
    

  3. getEnv :: String -> IO String

    base-prelude BasePrelude

    Computation getEnv var returns the value of the environment variable var. For the inverse, the setEnv function can be used. This computation may fail with:

  4. getenv :: LuaError e => DocumentedFunction e

    hslua-module-system HsLua.Module.System

    Returns the value of an environment variable

  5. getEnv :: String -> IO String

    rebase Rebase.Prelude

    Computation getEnv var returns the value of the environment variable var. For the inverse, the setEnv function can be used. This computation may fail with:

  6. getenv :: Text -> Sh Text

    shelly Shelly

    Deprecated: use get_env or get_env_text

  7. getEnv :: String -> IO String

    hledger Hledger.Cli.Script

    Computation getEnv var returns the value of the environment variable var. For the inverse, the setEnv function can be used. This computation may fail with:

  8. getEnv :: TCM TCEnv

    Agda Agda.Compiler.Backend

    Get the current environment

  9. getEnv :: TCM TCEnv

    Agda Agda.TypeChecking.Monad.Env

    Get the current environment

  10. getEnv :: IOEnv env env

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

Page 2 of many | Previous | Next