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

T12035.hs-boot:2:1: error:
    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