blob: 829ae2f8caa49ca40f670fdd4034935f5f8b743f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<interactive>:2:68:
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 |]
|