summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5971.stderr
blob: c06561b8532e165593443682992feea564cc860f (plain)
1
2
3
4
5
6
7
8

T5971.hs:6:6: error:
    • The Name ‘x’ is not in scope.
    • In the untyped splice: $(newName "x" >>= varE)
    Suggested fix:
      If you bound a unique Template Haskell name (NameU)
      perhaps via newName,
      then -ddump-splices might be useful.