module System.Utility.H9Clock.Type (Rectangle(..)) where data Rectangle = Rectangle { min :: (Int, Int) , max :: (Int, Int) } deriving (Show, Eq)