atom-beautify/examples/nested-jsbeautifyrc/haskell/expected/test.hs

11 lines
160 B
Haskell
Raw Normal View History

2015-10-29 13:41:57 -06:00
{-# LANGUAGE Wat #-}
import Bar
import Foo
import qualified Baz as Bang
data Person = Person {
name :: String,
address :: String
}