summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_fail/T9204.stderr
blob: 998f17c28414cdcf66a7ddb563b10b8d88a68c7e (plain)
1
2
3
4
5
6
7
8
9

T9204.hs:6:1: error:
    Type constructor ‘D’ has conflicting definitions in the module
    and its hs-boot file
    Main module: type role D phantom
                 data D a
    Boot file:   data D a
    The roles do not match.
    Roles on abstract types default to ‘representational’ in boot files.