summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail162.stderr
blob: 3d1e79879be97aff5811b174a9c52106abac635b (plain)
1
2
3
4
5
6
7

tcfail162.hs:10:33:
    Expecting one more argument to ‘ForeignPtr’
    Expected a type, but ‘ForeignPtr’ has kind ‘* -> *’
    In the type ‘ForeignPtr’
    In the definition of data constructor ‘Foo’
    In the data declaration for ‘Foo’