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

module T8806 where

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

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