blob: 07bae41015a44bffa7fc8ab4ba1647c21911fcff (
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 splice: $(newName "x" >>= varE)
|