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

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