brittany/data/Test63.hs

6 lines
70 B
Haskell

data MyRecord = MyRecord
{ a :: Int
-- comment
, b :: Int
}