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

git at git.haskell.org git at git.haskell.org
Fri Jun 26 16:53:09 UTC 2015


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

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

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

commit cbd9278c45929f8e680e5c711a4502e9ee345e56
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Jun 26 08:35:11 2015 +0100

    Comments only


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

cbd9278c45929f8e680e5c711a4502e9ee345e56
 compiler/typecheck/TcRules.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcRules.hs b/compiler/typecheck/TcRules.hs
index f36c476..3625db1 100644
--- a/compiler/typecheck/TcRules.hs
+++ b/compiler/typecheck/TcRules.hs
@@ -282,7 +282,7 @@ Deciding which equalities to quantify over is tricky:
    F is a type function.
 
 The difficulty is that it's hard to tell what is insoluble!
-So we see whether the simplificaiotn step yielded any type errors,
+So we see whether the simplification step yielded any type errors,
 and if so refrain from quantifying over *any* equalities.
 -}
 



More information about the ghc-commits mailing list