diff options
Diffstat (limited to 'compiler/simplCore')
| -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) |
