[commit: ghc] master: Typos in notes (36bba47)
git at git.haskell.org
git at git.haskell.org
Fri Sep 2 09:51:45 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/36bba475130509d6fe531277770b4c8226361961/ghc
>---------------------------------------------------------------
commit 36bba475130509d6fe531277770b4c8226361961
Author: ggreif <ggreif at gmail.com>
Date: Mon Jun 15 18:10:24 2015 +0200
Typos in notes
>---------------------------------------------------------------
36bba475130509d6fe531277770b4c8226361961
compiler/typecheck/TcSMonad.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcSMonad.hs b/compiler/typecheck/TcSMonad.hs
index 687168b..7da1939 100644
--- a/compiler/typecheck/TcSMonad.hs
+++ b/compiler/typecheck/TcSMonad.hs
@@ -1631,7 +1631,7 @@ After solving the Givens we take two things out of the inert set
We get [D] 1 <= n, and we must remove it!
Otherwise we unflatten it more then once, and assign
to its fmv more than once...disaster.
- It's ok to remove them because they turned not not to
+ It's ok to remove them because they turned out not to
yield an insoluble, and hence have now done their work.
-}
More information about the ghc-commits
mailing list