35184c7afee7b2f91658ceb1758c7faf2574fccc
[ghc-hetmet.git] / ghc / tests / ghci / prog001 / D1.hs
1 module D where
2
3 data T = A Int | B Float deriving Eq
4
5 f x = x + x