Be less noisy in a debug trace (Arity decrease)
authorsimonpj@microsoft.com <unknown>
Fri, 30 Oct 2009 17:59:43 +0000 (17:59 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 30 Oct 2009 17:59:43 +0000 (17:59 +0000)
compiler/simplCore/Simplify.lhs

index 1f691ea..2050f4d 100644 (file)
@@ -632,7 +632,7 @@ addNonRecWithUnf env new_bndr new_rhs new_unfolding
     ASSERT( isId new_bndr )
     WARN( new_arity < old_arity || new_arity < dmd_arity, 
           (ptext (sLit "Arity decrease:") <+> ppr final_id <+> ppr old_arity
-               <+> ppr new_arity <+> ppr dmd_arity) $$ ppr new_rhs )
+               <+> ppr new_arity <+> ppr dmd_arity) )
        -- Note [Arity decrease]
 
     final_id `seq`   -- This seq forces the Id, and hence its IdInfo,