diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2017-02-28 17:29:22 -0800 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2017-03-04 20:51:20 +0100 |
commit | 2e58c3b21b40ec40649bae8925f2a977022a80c3 (patch) | |
tree | b00369dc5521e26fc491c0a35a8caef601a01e55 | |
parent | 0fd8340517a7a582bc5adb15771d82a69e3e4348 (diff) | |
download | haskell-2e58c3b21b40ec40649bae8925f2a977022a80c3.tar.gz |
Update dangling Note reference
-rw-r--r-- | compiler/simplCore/Simplify.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/Simplify.hs b/compiler/simplCore/Simplify.hs index d18eda7f18..df77742bc4 100644 --- a/compiler/simplCore/Simplify.hs +++ b/compiler/simplCore/Simplify.hs @@ -3245,7 +3245,7 @@ substitute the RULES and add them back onto the binders; this is done cases where he really, really wanted a RULE for a recursive function to apply in that function's own right-hand side. -See Note [Loop breaking and RULES] in OccAnal. +See Note [Forming Rec groups] in OccurAnal -} addBndrRules :: SimplEnv -> InBndr -> OutBndr -> SimplM (SimplEnv, OutBndr) |