summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail148.stderr
blob: 13d4293807135544296b585b740f4a8db9c1cb93 (plain)
1
2
3
4
5
6
7

tcfail148.hs:5:28:
    `List' is not applied to enough type arguments
    Expected kind `?', but `List' has kind `* -> *'
    In the type `List'
    In the definition of data constructor `Cons'
    In the data type declaration for `List'