[commit: ghc] cardinality: Comments only (c6621b4)

Simon Peyton Jones simonpj at microsoft.com
Thu Mar 21 17:04:54 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : cardinality

https://github.com/ghc/ghc/commit/c6621b48af1e99694b872d8048a716ffdb82cb8d

>---------------------------------------------------------------

commit c6621b48af1e99694b872d8048a716ffdb82cb8d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Mar 21 12:36:56 2013 +0000

    Comments only

>---------------------------------------------------------------

 compiler/simplCore/SimplUtils.lhs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/simplCore/SimplUtils.lhs b/compiler/simplCore/SimplUtils.lhs
index 7bc10de..0ce05b9 100644
--- a/compiler/simplCore/SimplUtils.lhs
+++ b/compiler/simplCore/SimplUtils.lhs
@@ -1124,6 +1124,7 @@ because the latter is not well-kinded.
 \begin{code}
 tryEtaExpand :: SimplEnv -> OutId -> OutExpr -> SimplM (Arity, OutExpr)
 -- See Note [Eta-expanding at let bindings]
+-- and Note [Eta expansion to manifest arity]
 tryEtaExpand env bndr rhs
   = do { dflags <- getDynFlags
        ; (new_arity, new_rhs) <- try_expand dflags





More information about the ghc-commits mailing list