process-1.6.27.0: Process libraries
Safe HaskellNone
LanguageHaskell2010

System.Process.Environment.OsString

Description

Miscellaneous information about the system environment, for OsString.

Since: 1.6.26.0

Synopsis

Documentation

getArgs :: IO [OsString] Source #

getArgs for OsString.

Since: 1.6.26.0

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

getEnv for OsString.

Since: 1.6.26.0