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

5 lines
140 B
Haskell

data Customer = Customer
{ customerID :: CustomerID
, customerName :: String
, customerAddress :: Address
} deriving (Show)