summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail151.stderr
blob: 3e675c2ef0b6984ff2501b94ebe1c0ff7dff1325 (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:
    Expecting one more argument to ‘Name a’
    Expected a constraint, but ‘Name a’ has kind ‘* -> Constraint’
    In the data declaration for ‘Exp’