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