summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail209a.hs
blob: 90abb73520ee5542a497252efc79fab97ad9178b (plain)
1
2
3
4
module TcFail209a where

g :: ((Show a, Num a), Eq a) => a -> a
g = undefined