blob: f2360fd5bae21b44e4d477a187fdd187afa47054 (
plain)
1
2
3
4
5
6
|
T10384.hs:3:37: error:
Can't splice the polymorphic local variable ‘y’
In the Template Haskell quotation [|| y ||]
In the expression: [|| y ||]
In the expression: \ (y :: forall a. a -> a) -> [|| y ||]
|