From 85289ab5670891aa19b19456072fe2a697da881d Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 8 Dec 2008 12:43:10 +0000 Subject: [PATCH] White space only --- compiler/simplCore/Simplify.lhs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs index 5bcda0c..30cb321 100644 --- a/compiler/simplCore/Simplify.lhs +++ b/compiler/simplCore/Simplify.lhs @@ -636,7 +636,6 @@ addNonRecWithUnf env new_bndr new_rhs new_unfolding addNonRec env final_id new_rhs -- The addNonRec adds it to the in-scope set too - ------------------------------ simplUnfolding :: SimplEnv-> TopLevelFlag -> Id -- Debug output only @@ -652,7 +651,6 @@ simplUnfolding env top_lvl bndr occ_info old_unf new_rhs -- Note [Setting the ne omit_unfolding = isNonRuleLoopBreaker occ_info \end{code} - Note [Setting the new unfolding] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * If there's an INLINE pragma, we use substUnfolding to retain the -- 1.7.10.4