[commit: ghc] master: Comments only (e9a4c09)
git at git.haskell.org
git at git.haskell.org
Wed Nov 25 16:30:39 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e9a4c0995ad1f3c4bbe6252af7e3146dc740bb31/ghc
>---------------------------------------------------------------
commit e9a4c0995ad1f3c4bbe6252af7e3146dc740bb31
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Nov 25 16:26:58 2015 +0000
Comments only
>---------------------------------------------------------------
e9a4c0995ad1f3c4bbe6252af7e3146dc740bb31
compiler/coreSyn/CoreArity.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/coreSyn/CoreArity.hs b/compiler/coreSyn/CoreArity.hs
index 79e3463..30bc962 100644
--- a/compiler/coreSyn/CoreArity.hs
+++ b/compiler/coreSyn/CoreArity.hs
@@ -826,7 +826,6 @@ So the costs of evaluating 'e' (not 'e y') are attributed to "foo"
Note [Eta expansion and source notes]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
CorePrep puts floatable ticks outside of value applications, but not
type applications. As a result we might be trying to eta-expand an
expression like
More information about the ghc-commits
mailing list