[commit: ghc] master: Comment typo (64224f1)
git at git.haskell.org
git at git.haskell.org
Fri Jun 20 07:17:11 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/64224f19d1cccd1104e323016a1481ddaa9db464/ghc
>---------------------------------------------------------------
commit 64224f19d1cccd1104e323016a1481ddaa9db464
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jun 19 14:11:07 2014 +0100
Comment typo
>---------------------------------------------------------------
64224f19d1cccd1104e323016a1481ddaa9db464
compiler/typecheck/TcSimplify.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcSimplify.lhs b/compiler/typecheck/TcSimplify.lhs
index 50fcbac..843e050 100644
--- a/compiler/typecheck/TcSimplify.lhs
+++ b/compiler/typecheck/TcSimplify.lhs
@@ -1124,7 +1124,7 @@ An alternative we considered was to
equalities mentions any of the ic_givens of this implication.
This seems like the Right Thing, but it's more code, and more work
at runtime, so we are using the FlatSkolOrigin idea intead. It's less
-obvious that it works, but I htink it does, and it's simple and efficient.
+obvious that it works, but I think it does, and it's simple and efficient.
Note [Float equalities from under a skolem binding]
More information about the ghc-commits
mailing list