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

tcfail087.hs:6:14:
    Kind mis-match
    Expected kind `??', but `(# Int, Int #)' has kind `(#)'
    In the type `(# Int, Int #)'
    In the definition of data constructor `Ex'
    In the data type declaration for `Ex'