summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail209a.hs
blob: ba0b19299107fc006b8d707cc80fa19a7a7f07cc (plain)
1
2
3
4
5
{-# LANGUAGE Haskell2010 #-}
module TcFail209a where

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