atom-beautify/examples/nested-jsbeautifyrc/haskell/original/_test.hs

11 lines
140 B
Haskell
Raw Normal View History

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