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

tcfail139.hs:6:10:
    Illegal instance declaration for `Bounded Foo'
        (All instance types must be of the form (T t1 ... tn)
         where T is not a synonym.
         Use -XTypeSynonymInstances if you want to disable this.)
    In the instance declaration for `Bounded Foo'