summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail139.stderr
blob: e97ff3bf8a06261b2f9a423e81932c1c0cd4aedc (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 TypeSynonymInstances if you want to disable this.)
    In the instance declaration for ‘Bounded Foo’