Portability | portable |
---|---|
Stability | experimental |
Maintainer | emertens@galois.com |
System.Environment.UTF8
Description
Support for UTF-8 based environment manipulation
Documentation
getArgs :: IO [String]
getProgName :: IO String
getEnv :: String -> IO String
withArgs :: [String] -> IO a -> IO a
withProgName :: String -> IO a -> IO a
getEnvironment :: IO [(String, String)]