summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8806.hs
blob: 6b80f15ee1995c4d4e3c056e1561f4233c1c6272 (plain)
1
2
3
4
5
6
7
8
9
-- Trac #8806

module T8806 where

f :: Int => Int
f x = x + 1

g :: (Int => Show a) => Int
g = undefined