summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T16666.stderr
blob: 82649673969d6b7b7592712edb8b3ccf0f58e594 (plain)
1
2
3
4
5
6
7
T16666.hs:(9,3)-(11,6): 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