module Test.Sandwich.Types.General where data ExitReason = NormalExit | SignalExit deriving (Show, Eq)