{-# LANGUAGE StandaloneDeriving, Safe #-} module Types where data Classification = Low | Medium | High | SuperHigh deriving (Show, Eq)