summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail209a.stderr
blob: d3da3df44ccc818a09758a3befc93f464d91841b (plain)
1
2
3
4
5

tcfail209a.hs:3:6: error:
    Illegal tuple constraint: (Show a, Num a)
      (Use ConstraintKinds to permit this)
    In the type signature: g :: ((Show a, Num a), Eq a) => a -> a