Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. getEnvWithDefault :: String -> String -> Action String

    shake Development.Shake

    getEnvWithDefault def var returns the value of the environment variable var, or the default value def if it is not set. Similar to getEnv.

    flags <- getEnvWithDefault "-Wall" "CFLAGS"
    cmd "gcc -c" [out] flags
    

  2. getEnvironment :: Environment -> Text

    katip Katip

    No documentation available.

  3. getEnvironment :: Environment -> Text

    katip Katip.Core

    No documentation available.

  4. getEnvs :: TcRnIf gbl lcl (gbl, lcl)

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  5. getEnvironment :: Interactive m => m [(String, String)]

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  6. getEnvVar :: HKEY -> Exp String -> Exp String

    nsis Development.NSIS.Plugins.EnvVarUpdate

    Read a variable from the registry. If you are not modifying the variable you should use envVar instead.

  7. getEnvConfig :: MonadIO m => m (Maybe LightstepConfig)

    opentelemetry-lightstep OpenTelemetry.Lightstep.Config

    No documentation available.

  8. getEnvTagsWithPrefix :: Text -> IO [(Text, Text)]

    opentelemetry-lightstep OpenTelemetry.Lightstep.Config

    No documentation available.

  9. getEnvironment :: Initializer b v String

    snap Snap.Snaplet

    Return the current environment string. This will be the environment given to runSnaplet or from the command line when using serveSnaplet. Useful for changing behavior during development and testing.

  10. getEnvToken :: String -> IO Token

    telegram-bot-simple Telegram.Bot.Simple.BotApp

    Get a Token from environment variable. Common use:

    getEnvToken TELEGRAM_BOT_TOKEN
    

Page 6 of many | Previous | Next