blob: 9d647d1ea73e9f9dba98fe0235f0ae5904d835f8 (
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)
|