6dc493aaa26f473976a9b5f2b4b1da12c4d9cca2
[ghc-hetmet.git] / ghc / tests / ghci / prog002 / A2.hs
1 module A where
2
3 data T = A Int | B Float deriving Eq
4
5 f :: Int -> Int
6 f x = x + 3