summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14232.hs
blob: 79da2cc7b5d986594ffb76f79be3dbcc923877f4 (plain)
1
2
3
4
module T14232 where

f :: (String -> a) String -> a
f g s = g s