[commit: ghc] supercompiler: Tweak comment only (8b96ed2)
Max Bolingbroke <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : supercompiler http://hackage.haskell.org/trac/ghc/changeset/8b96ed2c82cbb5e45ea975d9ee15e178fda7a497 >--------------------------------------------------------------- commit 8b96ed2c82cbb5e45ea975d9ee15e178fda7a497 Author: Max Bolingbroke <[email protected]> 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.