module System (
ExitCode(ExitSuccess,ExitFailure),
getArgs, getProgName, getEnv, system, exitWith, exitFailure
) where
import System.Exit
import System.Environment
import System.Cmd
(HTML for this module was generated on 2006-08-12. About the conversion tool.)