summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14232.stderr
blob: 0612940928996d85813b275c24d5ceb3554f800d (plain)
1
2
3
4

T14232.hs:3:6: error: [GHC-83865]
    • Expected kind ‘* -> *’, but ‘String -> a’ has kind ‘*’
    • In the type signature: f :: (String -> a) String -> a