Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5e54d55738d2144ab99e7b483bc4d237c1657251 >--------------------------------------------------------------- commit 5e54d55738d2144ab99e7b483bc4d237c1657251 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Fri Oct 19 00:48:41 2012 +0100 Fix conversion of HsRule to TH syntax We weren't doing the binders right, and were creating NameLs rather than NameUs for the binders of the Rule. That gave very funny output for T7064. compiler/deSugar/DsMeta.hs | 132 ++++++++++++++++++++++---------------------- 1 files changed, 67 insertions(+), 65 deletions(-) Diff suppressed because of size. To see it, use: git show 5e54d55738d2144ab99e7b483bc4d237c1657251 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc