[commit: ghc] master: Comments only (c94528a)
Simon Peyton Jones
simonpj at microsoft.com
Fri Jan 25 13:50:22 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c94528a696126c6502ea9ccfe143a7fabd97662b
>---------------------------------------------------------------
commit c94528a696126c6502ea9ccfe143a7fabd97662b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jan 22 22:39:39 2013 +0000
Comments only
>---------------------------------------------------------------
compiler/simplCore/SimplUtils.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/simplCore/SimplUtils.lhs b/compiler/simplCore/SimplUtils.lhs
index 02e9a1b..00c55e5 100644
--- a/compiler/simplCore/SimplUtils.lhs
+++ b/compiler/simplCore/SimplUtils.lhs
@@ -1141,7 +1141,7 @@ tryEtaExpand env bndr rhs
| sm_eta_expand (getMode env) -- Provided eta-expansion is on
, let new_arity = findArity dflags bndr rhs old_arity
, new_arity > manifest_arity -- And the curent manifest arity isn't enough
- -- See Note [Eta expansion to manifes arity]
+ -- See Note [Eta expansion to manifest arity]
= do { tick (EtaExpansion bndr)
; return (new_arity, etaExpand new_arity rhs) }
| otherwise
More information about the ghc-commits
mailing list