Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
getEnvironment :: IO [(String, String)] #
getEnvironment
retrieves the entire environment as a
list of (key,value)
pairs.
If an environment entry does not contain an '='
character,
the key
is the whole entry and the value
is the empty string.