Another run at binders in Template Haskell (fixes Trac #5379)
TH quotation was using mkName rather than newName for top-level definitions, which is plain wrong as #5379 points out.
Please register or sign in to comment
TH quotation was using mkName rather than newName for top-level definitions, which is plain wrong as #5379 points out.