base-compat-0.12.2: A compatibility layer for base
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Environment.Compat

Description

Miscellaneous information about the system environment.

Documentation

getArgs :: IO [String] #

lookupEnv :: String -> IO (Maybe String) #

setEnv :: String -> String -> IO () #

unsetEnv :: String -> IO () #

withArgs :: [String] -> IO a -> IO a #

withProgName :: String -> IO a -> IO a #