base-compat-0.10.5: A compatibility layer for base

Safe HaskellSafe
LanguageHaskell98

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 #