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

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