[commit: ghc] master: Another comment with a leading # (sigh) (946c8b1)
git at git.haskell.org
git at git.haskell.org
Mon Jul 13 12:30:09 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/946c8b10f0a9f085800e922c89e3b0b40e3be9b4/ghc
>---------------------------------------------------------------
commit 946c8b10f0a9f085800e922c89e3b0b40e3be9b4
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jul 13 13:30:47 2015 +0100
Another comment with a leading # (sigh)
>---------------------------------------------------------------
946c8b10f0a9f085800e922c89e3b0b40e3be9b4
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 d7172a9..5435920 100644
--- a/compiler/specialise/SpecConstr.hs
+++ b/compiler/specialise/SpecConstr.hs
@@ -1777,8 +1777,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