summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail110.stderr
blob: 840dc29deea3ba76a9a04a5654aaae7e63528c34 (plain)
1
2
3
4
5
6

tcfail110.hs:8:30:
    Expecting one more argument to ‛Foo a’
    Expected a type, but ‛Foo a’ has kind ‛* -> *’
    In the type signature for ‛bar’:
      bar :: String -> (forall a. Foo a) -> IO ()