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

tcfail028.hs:4:17:
    `A a' is not applied to enough type arguments
    Expected kind `?', but `A a' has kind `k0 -> *'
    In the type `A a'
    In the definition of data constructor `B'
    In the data type declaration for `A'