summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T20666b.stderr
blob: 59445bcf93226a7135bebbe5301696058d6126fd (plain)
1
2
3
4
5
6
7
8
9
10

T20666b.hs:11:10: warning: [GHC-36038] [-Wloopy-superclass-solve (in -Wdefault)]
    I am solving the constraint ‘Eq (F [a])’,
      arising from the superclasses of an instance declaration,
    in a way that might turn out to loop at runtime.
    Starting from GHC 9.10, this warning will turn into an error.
    See the user manual, § Undecidable instances and loopy superclasses.
    Suggested fix:
      Add the constraint ‘Eq (F [a])’ to the instance context,
      even though it seems logically implied by other constraints in the context.