{-| Module : AWS Description : Defines screen resolution (Assumed Window Size) Copyright : (c) Christopher Howard, 2016 License : GPL-3 Maintainer : ch.howard@zoho.com -} module AWS where -- |Assumed Window Size. data AWS = W1280 | W1024 deriving (Show)