packages feed

sandwich-0.1.0.0: src/Test/Sandwich/Types/General.hs

module Test.Sandwich.Types.General where

data ExitReason = NormalExit | InterruptExit
  deriving (Show, Eq)