summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail019.stderr
blob: 0f24d012f63404d394ff86e75ed850982f2323ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12

tcfail019.hs:18:10:
    No instance for (B [a])
      arising from the superclasses of an instance declaration
    Possible fix: add an instance declaration for (B [a])
    In the instance declaration for `D [a]'

tcfail019.hs:18:10:
    No instance for (C [a])
      arising from the superclasses of an instance declaration
    Possible fix: add an instance declaration for (C [a])
    In the instance declaration for `D [a]'