summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/Ghci025D.hs
blob: 94a6e85292b75b939beacf57af78f03136da0a33 (plain)
1
2
3
4
5
module Ghci025D where

data T = A Int | B Float deriving Eq

f x = x + x