summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/T11970.stderr
blob: 34f76c9fd24adf4dfc531fb36309770e4e89fa44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T11970.hs:6:40: error: [GHC-88993]
    • The type constructor ‘C’ is not the parent of the record selector ‘recSel’.
      Record selectors can only be exported with their parent type constructor.
      Parent: B
    • In the export: C(C, P, x, Q, B, recSel)

T11970.hs:6:40: error: [GHC-88993]
    • The type constructor ‘C’ is not the parent of the data constructor ‘B’.
      Data constructors can only be exported with their parent type constructor.
      Parent: B
    • In the export: C(C, P, x, Q, B, recSel)