summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci044.stderr
blob: 625696a8bae7dce26ee58b899ad3b9add5944809 (plain)
1
2
3
4
5
6
7
8

<interactive>:10:1:
    Overlapping instances for C [Int] arising from a use of β€˜f’
    Matching instances:
      instance C [Int] -- Defined at <interactive>:7:10
      instance C a => C [a] -- Defined at <interactive>:9:10
    In the expression: f [4 :: Int]
    In an equation for β€˜it’: it = f [4 :: Int]