summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/T3468.stderr
blob: 020d10457a3772307f004dbcca9be90cdd535bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11

T3468.hs-boot:3:6:
    Type constructor `Tool' has conflicting definitions in the module and its hs-boot file
    Main module: data Tool d
                     RecFlag Recursive
                     = F :: forall d a r. a -> Tool d Stricts: _
                     FamilyInstance: none
    Boot file:   data Tool
                     RecFlag NonRecursive
                     {- abstract -}
                     FamilyInstance: none