[commit: ghc] master: Oops. Add missing close-comment (0373a84)

git at git.haskell.org git at git.haskell.org
Wed Jan 20 09:29:35 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0373a8458a9d5ed0732d06ffd082b939c11b6adc/ghc

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

commit 0373a8458a9d5ed0732d06ffd082b939c11b6adc
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Jan 20 09:27:31 2016 +0000

    Oops.  Add missing close-comment
    
    This fixes 514bac2 for Trac #11172.  Sorry!


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

0373a8458a9d5ed0732d06ffd082b939c11b6adc
 compiler/coreSyn/CoreUtils.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler/coreSyn/CoreUtils.hs b/compiler/coreSyn/CoreUtils.hs
index b3931c8..3664d8e 100644
--- a/compiler/coreSyn/CoreUtils.hs
+++ b/compiler/coreSyn/CoreUtils.hs
@@ -708,6 +708,8 @@ we need delete from the "impossible-default-constructors" all the
 known-con alternatives that we have eliminated. (In Trac #11172 we
 missed the first one.)
 
+-}
+
 combineIdenticalAlts :: [AltCon]    -- Constructors that cannot match DEFAULT
                      -> [CoreAlt]
                      -> (Bool,      -- True <=> something happened



More information about the ghc-commits mailing list