[commit: ghc] master: Comment only (1812f44)

git at git.haskell.org git at git.haskell.org
Wed Nov 27 12:44:36 UTC 2013


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

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

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

commit 1812f4491c393192c679a2e808f364251987302b
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Nov 27 13:43:35 2013 +0100

    Comment only


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

1812f4491c393192c679a2e808f364251987302b
 compiler/typecheck/TcInteract.lhs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcInteract.lhs b/compiler/typecheck/TcInteract.lhs
index 9bfbd76..31318d3 100644
--- a/compiler/typecheck/TcInteract.lhs
+++ b/compiler/typecheck/TcInteract.lhs
@@ -817,7 +817,7 @@ kickOutRewritable new_ev new_tv
 
 Note [Kicking out inert constraints]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Given a new (a -> ty) inert, wewant to kick out an existing inert
+Given a new (a -> ty) inert, we want to kick out an existing inert
 constraint if
   a) the new constraint can rewrite the inert one
   b) 'a' is free in the inert constraint (so that it *will*)



More information about the ghc-commits mailing list