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

tcfail151.hs:1:14:
    Warning: -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

tcfail151.hs:8:6:
    `Name a' is not applied to enough type arguments
    Expected kind `?', but `Name a' has kind `* -> *'
    In the data type declaration for `Exp'