#5410: Template Haskell - splicing quoted instance decls mangles names
---------------------------------+------------------------------------------
Reporter: mokus | Owner:
Type: bug | Status: new
Priority: normal | Component: Template Haskell
Version: | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Incorrect result at runtime
---------------------------------+------------------------------------------
Comment(by simonpj@…):
commit ddfba75f8e2f819ad45adce1cc167b7d94c9cb11
{{{
Author: Simon Peyton Jones <[email protected]>
Date: Mon Aug 15 08:41:02 2011 +0100
In instance declarations, the method names are *occurrences* not
*binders*
A long standing bug. The patch fixes Trac #5410
compiler/deSugar/DsMeta.hs | 57
++++++++++++++++++++++---------------------
1 files changed, 29 insertions(+), 28 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5410#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs