packages feed

hat-2.7.0.0: libraries/SystemBuiltinTypes.hs

module SystemBuiltinTypes where

data ExitCode = ExitSuccess | ExitFailure Int 
                deriving (Eq, Ord, Read, Show)