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

6 lines
86 B
Haskell

data Foo
= Foo
{ foo :: Int
, bar :: Char
, baz :: Int
} deriving (Eq, Ord)