summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/bug1465/bug1465.stderr
blob: e4f5b107322ca50dfa3519ac3d31e797f72ddd3c (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: ‘bug1465-1.0:A.T’ is defined in ‘A’ in package ‘bug1465-1.0’
          ‘A.T’ is defined in ‘A’ in package ‘bug1465-2.0’
    • In the expression: B2.f
      In the expression: [B1.f, B2.f]
      In an equation for ‘x’: x = [B1.f, B2.f]