dot_files/vim-plugins/bundle/haskell-vim/tests/indent/test001/expected.hs
2018-10-01 19:00:02 +03:00

5 lines
60 B
Haskell

data Foo = Foo
{ foo :: Int
-- comment
, bar :: Int
}