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

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