summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3468.stderr
blob: c8aa7622f8377755987ae6a379b67c8f4b6131d9 (plain)
1
2
3
4
5
6
7
8
9
10

T3468.hs-boot:3:1: error:
    Type constructor ‘Tool’ has conflicting definitions in the module
    and its hs-boot file
    Main module: type role Tool phantom
                 type Tool :: * -> *
                 data Tool d = forall a r. F a
    Boot file:   type Tool :: *
                 data Tool
    The types have different kinds