summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T4127a.stderr
blob: 58d1bb683e9a65fc0f9d7c40df70de213280fb0a (plain)
1
2
3
4
5
6
7
8
9
10
11

<interactive>:3:68:
    Multiple declarations of ‘f’
    Declared at: <interactive>:3:32
                 <interactive>:3:68
    In the Template Haskell quotation
      [d| f = undefined
          class Foo x where
            f :: x -> x
          instance Foo Int where
            f = id |]