[commit: ghc] ghc-7.10: Another comment with a leading # (sigh) (3648e9f)
git at git.haskell.org
git at git.haskell.org
Sun Jul 19 08:47:26 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/3648e9fa36333e9e2c41ce8758988aac1390f33a/ghc
>---------------------------------------------------------------
commit 3648e9fa36333e9e2c41ce8758988aac1390f33a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jul 13 13:30:47 2015 +0100
Another comment with a leading # (sigh)
>---------------------------------------------------------------
3648e9fa36333e9e2c41ce8758988aac1390f33a
compiler/specialise/SpecConstr.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/specialise/SpecConstr.hs b/compiler/specialise/SpecConstr.hs
index c5d286d..6a69136 100644
--- a/compiler/specialise/SpecConstr.hs
+++ b/compiler/specialise/SpecConstr.hs
@@ -1740,8 +1740,8 @@ or
because both of these will be optimised by Simplify.simplRule. In the
former case such optimisation benign, because the rule will match more
terms; but in the latter we may lose a binding of 'g1' or 'g2', and
-end up with a rule LHS that doesn't bind the template variables (Trac
-#10602).
+end up with a rule LHS that doesn't bind the template variables
+(Trac #10602).
The simplifier eliminates such things, but SpecConstr itself constructs
new terms by substituting. So the 'mkCast' in the Cast case of scExpr
More information about the ghc-commits
mailing list