utf8-string-0.3.7: Support for reading and writing UTF8 Strings

Portabilityportable
Stabilityexperimental
Maintaineremertens@galois.com
Safe HaskellSafe-Inferred

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)]