summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12035j.stderr
blob: b1bce2d3d027fd234ddb1b4d78b69f53ec5bef02 (plain)
1
2
3
4
5
6
7
8

T12035.hs-boot:2:1: error: [GHC-15843]
    Type constructor ‘T’ has conflicting definitions in the module
    and its hs-boot file.
    Main module: type T :: *
                 type T = Bool
      Boot file: type T :: *
                 data T