dot_files/vim-plugins/bundle/haskell-vim/tests/indent/test003/expected.hs

5 lines
79 B
Haskell
Raw Permalink Normal View History

2018-10-01 19:00:02 +03:00
data Test = Test
{ x :: {-# UNPACK #-} !Int
, y :: {-# UNPACK #-} !Int
}