summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog001/D2.hs
blob: 997171cdb63d49503ab66221051e6acb15d0a593 (plain)
1
2
3
4
5
module D where

data T = A Int | B Float deriving Eq

f x = x + 1