base-compat-0.11.1: A compatibility layer for base

Safe HaskellSafe
LanguageHaskell98

System.Environment.Compat

Description

Miscellaneous information about the system environment.

Documentation

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

unsetEnv :: String -> IO () #

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

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