[commit: ghc] master: Comment wibble (4dda4ed)
git at git.haskell.org
git at git.haskell.org
Thu Jan 7 08:36:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4dda4edb34af321ac966c0b45d06ccf52ad8104e/ghc
>---------------------------------------------------------------
commit 4dda4edb34af321ac966c0b45d06ccf52ad8104e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jan 6 17:14:41 2016 +0000
Comment wibble
>---------------------------------------------------------------
4dda4edb34af321ac966c0b45d06ccf52ad8104e
compiler/typecheck/TcValidity.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcValidity.hs b/compiler/typecheck/TcValidity.hs
index 98b78db..2f5ccc3 100644
--- a/compiler/typecheck/TcValidity.hs
+++ b/compiler/typecheck/TcValidity.hs
@@ -1022,7 +1022,7 @@ It checks for three things
Note that 'b' isn't a parameter of T. This gives rise to all sorts of
problems; in particular, it's hard to compare solutions for equality
when finding the fixpoint, and that means the inferContext loop does
- not converge. See Trac #5287.
+ not converge. See Trac #5287.
Note [Equality class instances]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list