[commit: ghc] master: Comment only (1b37a38)
Simon Peyton Jones
simonpj at microsoft.com
Wed Mar 27 15:23:31 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/1b37a386d310278096e2697fd8df425587560aee
>---------------------------------------------------------------
commit 1b37a386d310278096e2697fd8df425587560aee
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Mar 27 14:22:35 2013 +0000
Comment only
>---------------------------------------------------------------
compiler/coreSyn/CorePrep.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/coreSyn/CorePrep.lhs b/compiler/coreSyn/CorePrep.lhs
index 458b192..985f7f8 100644
--- a/compiler/coreSyn/CorePrep.lhs
+++ b/compiler/coreSyn/CorePrep.lhs
@@ -270,7 +270,7 @@ partial applications. But it's easier to let them through.
Note [Dead code in CorePrep]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Imagine that we got an input program like this:
+Imagine that we got an input program like this (see Trac #4962):
f :: Show b => Int -> (Int, b -> Maybe Int -> Int)
f x = (g True (Just x) + g () (Just x), g)
More information about the ghc-commits
mailing list