Safe Haskell | None |
---|
Access.System.Environment
Documentation
module System.Environment
class Access io => EnvironmentAccess io whereSource
Methods
getProgName' :: io StringSource
getExecutablePath' :: io FilePathSource
getEnv' :: String -> io StringSource
lookupEnv' :: String -> io (Maybe String)Source
withArgs' :: [String] -> IO a -> io aSource
withProgName' :: String -> IO a -> io aSource
getEnvironment' :: io [(String, String)]Source
Instances