ibis/src/Types.hs

9 lines
140 B
Haskell
Raw Normal View History

2019-01-29 22:55:45 +00:00
module Types where
data Options = Options
{ optFullScreen :: Bool
, optFlipScreens :: Bool
, optFile :: String
}
deriving (Show)