summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail160.hs
blob: 79b75df305e9945206929781d87a781ef1312620 (plain)
1
2
3
4
5
6
7
8
-- Kind error message

module ShouldFail where

data T k = T (k Int)

g :: T Int
g x = x