summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/bug1465/bug1465.stderr
blob: 4e31c7f195e50a8c8bfe3add3f3ee3c2cfce047f (plain)
1
2
3
4
5
6
7
8
9

C.hs:6:11: error:
    Couldn't match expected type ‘bug1465-1.0:A.T’
                with actual type ‘A.T’
    NB: ‘A.T’ is defined in ‘A’ in package ‘bug1465-2.0’
        ‘bug1465-1.0:A.T’ is defined in ‘A’ in package ‘bug1465-1.0’
    In the expression: B2.f
    In the expression: [B1.f, B2.f]
    In an equation for ‘x’: x = [B1.f, B2.f]