summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12035.stderr
blob: c6113ea2079e8b583e0a065b1ce793cc5b1113f4 (plain)
1
2
3
4
5
6

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