5 lines
58 B
Haskell
5 lines
58 B
Haskell
data Foo = Foo
|
|
{ foo :: Int
|
|
-- comment
|
|
, bar :: Int
|
|
}
|