basement-0.0.0: Foundation scrap box of array & string

Safe HaskellNone
LanguageHaskell2010

Basement.Environment

Synopsis

Documentation

getArgs :: IO [String] Source #

Returns a list of the program's command line arguments (not including the program name).

lookupEnv :: String -> IO (Maybe String) Source #

Lookup variable in the environment