HaRe-0.8.0.0: test/testdata/Cons.hs
data Foo = Ff {fooA :: Integer}
xx = 4
instance Eq Foo where
a == b = undefined
main = putStrLn "hello"
data Foo = Ff {fooA :: Integer}
xx = 4
instance Eq Foo where
a == b = undefined
main = putStrLn "hello"