[commit: ghc] master: Fix Haddock formatting (f6ed2f5)
git at git.haskell.org
git at git.haskell.org
Mon Aug 19 10:50:13 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f6ed2f51d0b3fbb6d6049e9c7673b21946213700/ghc
>---------------------------------------------------------------
commit f6ed2f51d0b3fbb6d6049e9c7673b21946213700
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Aug 19 09:45:08 2013 +0100
Fix Haddock formatting
>---------------------------------------------------------------
f6ed2f51d0b3fbb6d6049e9c7673b21946213700
compiler/coreSyn/CoreUtils.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/coreSyn/CoreUtils.lhs b/compiler/coreSyn/CoreUtils.lhs
index 7c0a2d4..ddf4406 100644
--- a/compiler/coreSyn/CoreUtils.lhs
+++ b/compiler/coreSyn/CoreUtils.lhs
@@ -1626,7 +1626,7 @@ tryEtaReduce bndrs body
, let result = mkCast fun co
, not (any (`elemVarSet` exprFreeVars result) bndrs)
= Just result -- Check for any of the binders free in the result
- -- *including* the accumulated coercion
+ -- including the accumulated coercion
go (b : bs) (App fun arg) co
| Just co' <- ok_arg b arg co
More information about the ghc-commits
mailing list