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. getEnvironment :: IO [(String, String)]

    base-compat System.Environment.Compat

    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.

  2. getEnvs :: TcPluginM (TcGblEnv, TcLclEnv)

    ghc GHC.Tc.Plugin

    No documentation available.

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

    ghc GHC.Tc.Utils.Monad

    No documentation available.

  4. getEnviron :: (HasCallStack, MonadIO m) => m [[Char]]

    gi-glib GI.GLib.Functions

    Gets the list of environment variables for the current process. The list is Nothing terminated and each item in the list is of the form 'NAME=VALUE'. This is equivalent to direct access to the 'environ' global variable, except portable. The return value is freshly allocated and it should be freed with strfreev when it is no longer needed. Since: 2.28

  5. getEnvelope :: Enveloped a => a -> Envelope (V a) (N a)

    diagrams-core Diagrams.Core

    Compute the envelope of an object. For types with an intrinsic notion of "local origin", the envelope will be based there. Other types (e.g. Trail) may have some other default reference point at which the envelope will be based; their instances should document what it is.

  6. getEnvelope :: Enveloped a => a -> Envelope (V a) (N a)

    diagrams-core Diagrams.Core.Envelope

    Compute the envelope of an object. For types with an intrinsic notion of "local origin", the envelope will be based there. Other types (e.g. Trail) may have some other default reference point at which the envelope will be based; their instances should document what it is.

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

    ghc-internal GHC.Internal.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.

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

    ghc-internal GHC.Internal.System.Environment.Blank

    Get an environment value or a default value.

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

    ghc-internal GHC.Internal.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.

  10. getEnvError :: Partial => String -> Action String

    shake Development.Shake

    A partial variant of getEnv that returns the environment variable variable or fails.

Page 5 of many | Previous | Next