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

T11970.hs:6:40: error:
    • 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)

T11970.hs:6:40: error:
    • 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)