process-1.6.29.0: Process libraries
Safe HaskellNone
LanguageHaskell2010

System.Process.Environment.OsString

Description

Miscellaneous information about the system environment, for OsString.

Since: process-1.6.26.0

Synopsis

Documentation

getArgs :: IO [OsString] Source #

getArgs for OsString.

Since: process-1.6.26.0

getEnv :: OsString -> IO (Maybe OsString) Source #

getEnv for OsString.

Since: process-1.6.26.0

getEnvironment :: IO [(OsString, OsString)] Source #

getEnvironment for OsString.

Since: process-1.6.26.0