blob: d48c2255bd957ba6abe244da1cd0165e71a7dfb5 (
plain)
1
2
3
4
5
6
7
|
T5971.hs:6:7:
The exact Name ‘x’ is not in scope
Probable cause: you used a unique Template Haskell name (NameU),
perhaps via newName, but did not bind it
If that's it, then -ddump-splices might be useful
In the untyped splice: $(newName "x" >>= varE)
|