[commit: ghc] master: OccurAnal.hs: Fix "Adjusting for lambdas" note name (763f43e)

git at git.haskell.org git at git.haskell.org
Sat Mar 18 06:57:51 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/763f43e6d31ade7a17bd03340ed02ddbd96fcd20/ghc

>---------------------------------------------------------------

commit 763f43e6d31ade7a17bd03340ed02ddbd96fcd20
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Sat Mar 18 09:56:37 2017 +0300

    OccurAnal.hs: Fix "Adjusting for lambdas" note name


>---------------------------------------------------------------

763f43e6d31ade7a17bd03340ed02ddbd96fcd20
 compiler/simplCore/OccurAnal.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/simplCore/OccurAnal.hs b/compiler/simplCore/OccurAnal.hs
index c828249..baa5c24 100644
--- a/compiler/simplCore/OccurAnal.hs
+++ b/compiler/simplCore/OccurAnal.hs
@@ -732,8 +732,8 @@ It's not clear that this comes up often, however. TODO: Measure how often and
 add this analysis if necessary.
 
 ------------------------------------------------------------
-Note [Adjusting for lambdas]
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Note [Adjusting right-hand sides]
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 There's a bit of a dance we need to do after analysing a lambda expression or
 a right-hand side. In particular, we need to
 



More information about the ghc-commits mailing list