brittany/data/Test49.hs

6 lines
69 B
Haskell

data Foo = Bar
{ fooz :: Baz
, bar :: Bizzz
}
deriving Show