summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog001/D1.hs
blob: 35184c7afee7b2f91658ceb1758c7faf2574fccc (plain)
1
2
3
4
5
module D where

data T = A Int | B Float deriving Eq

f x = x + x