summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T16666.stderr
blob: fcacf770761f7eee3c70d348591bd39bad795ce8 (plain)
1
2
3
4
5
6
7
T16666.hs:(9,2)-(11,7): Splicing declarations
    [d| class (c => d) => Implies c d
        
        instance (c => d) => Implies c d |]
  ======>
    class (c => d) => Implies c d
    instance (c => d) => Implies c d