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