Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : supercompiler
http://hackage.haskell.org/trac/ghc/changeset/8b96ed2c82cbb5e45ea975d9ee15e178fda7a497 >--------------------------------------------------------------- commit 8b96ed2c82cbb5e45ea975d9ee15e178fda7a497 Author: Max Bolingbroke <batterseapo...@hotmail.com> Date: Fri Apr 20 15:16:37 2012 +0100 Tweak comment only >--------------------------------------------------------------- compiler/supercompile/Supercompile/Drive/Match.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/supercompile/Supercompile/Drive/Match.hs b/compiler/supercompile/Supercompile/Drive/Match.hs index 4bcd4c6..d11ea4e 100644 --- a/compiler/supercompile/Supercompile/Drive/Match.hs +++ b/compiler/supercompile/Supercompile/Drive/Match.hs @@ -52,7 +52,7 @@ traceSC _ = id -- -- let x = v[x] in v -- --- Note that the new term matches against the previous one if we can do instance matching, so +-- Note that the new term matches against the previous one ([v/x]) if we can do instance matching, so -- if we are not careful we immediately build a loop. This really sucks. _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc