[commit: ghc] master: Comments only (edae31a)

git at git.haskell.org git at git.haskell.org
Fri Jul 11 13:42:08 UTC 2014


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

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

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

commit edae31ab65718f57a3f326175a9320dc456f30cf
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Fri Jul 11 14:33:38 2014 +0200

    Comments only


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

edae31ab65718f57a3f326175a9320dc456f30cf
 compiler/types/TyCon.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs
index d57ce12..c39f9d1 100644
--- a/compiler/types/TyCon.lhs
+++ b/compiler/types/TyCon.lhs
@@ -1210,7 +1210,7 @@ isDecomposableTyCon :: TyCon -> Bool
 -- Ultimately we may have injective associated types
 -- in which case this test will become more interesting
 --
--- It'd be unusual to call isInjectiveTyCon on a regular H98
+-- It'd be unusual to call isDecomposableTyCon on a regular H98
 -- type synonym, because you should probably have expanded it first
 -- But regardless, it's not decomposable
 isDecomposableTyCon (SynTyCon {}) = False



More information about the ghc-commits mailing list