[commit: ghc] master: Comments only (995ab74)

git at git.haskell.org git at git.haskell.org
Mon Mar 6 15:21:00 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/995ab74b3c55fe3a0299bd94b49e948c942e76d6/ghc

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

commit 995ab74b3c55fe3a0299bd94b49e948c942e76d6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Mar 3 12:51:46 2017 +0000

    Comments only


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

995ab74b3c55fe3a0299bd94b49e948c942e76d6
 compiler/basicTypes/Demand.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/basicTypes/Demand.hs b/compiler/basicTypes/Demand.hs
index eab01d0..1ba25c6 100644
--- a/compiler/basicTypes/Demand.hs
+++ b/compiler/basicTypes/Demand.hs
@@ -1327,7 +1327,7 @@ splitDmdTy ty@(DmdType _ [] res_ty)       = (resTypeArgDmd res_ty, ty)
 -- what of this demand should we consider, given that the IO action can cleanly
 -- exit?
 -- * We have to kill all strictness demands (i.e. lub with a lazy demand)
--- * We can keep demand information (i.e. lub with an absent demand)
+-- * We can keep usage information (i.e. lub with an absent demand)
 -- * We have to kill definite divergence
 -- * We can keep CPR information.
 -- See Note [IO hack in the demand analyser] in DmdAnal



More information about the ghc-commits mailing list