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.
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.
getEnvs :: TcPluginM (TcGblEnv, TcLclEnv)ghc GHC.Tc.Plugin No documentation available.
getEnvs :: TcRnIf gbl lcl (gbl, lcl)ghc GHC.Tc.Utils.Monad No documentation available.
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
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.
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.
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.
getEnvDefault :: String -> String -> IO Stringghc-internal GHC.Internal.System.Environment.Blank Get an environment value or a default value.
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.
getEnvError :: Partial => String -> Action Stringshake Development.Shake A partial variant of getEnv that returns the environment variable variable or fails.