newtype
Id = MkId Int
data
Weather = Sunny | Cloudy | Rainy
BoardGame = Stats { name :: Text , maxPlayers :: Int , genre :: Genre }
Unicorn