summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T4912.stderr
blob: 891ca527d814ee2c8d2a4f71c97af6aa5389c31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T4912.hs:10:1: warning: [-Worphans (in -Wall)]
    Orphan instance: instance Foo TheirData
    Suggested fix:
        Move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

T4912.hs:13:1: warning: [-Worphans (in -Wall)]
    Orphan instance: instance Bar OurData
    Suggested fix:
        Move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.