[commit: ghc] master: Comment typo (392924c)
Simon Peyton Jones
simonpj at microsoft.com
Tue Apr 23 10:12:50 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/392924c90c2c2135b6b4f2e55a1bf2df8b36b84a
>---------------------------------------------------------------
commit 392924c90c2c2135b6b4f2e55a1bf2df8b36b84a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Apr 22 13:47:46 2013 +0100
Comment typo
>---------------------------------------------------------------
compiler/typecheck/TcRnTypes.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs
index c13d013..e2b9cf8 100644
--- a/compiler/typecheck/TcRnTypes.lhs
+++ b/compiler/typecheck/TcRnTypes.lhs
@@ -988,7 +988,7 @@ see dropDerivedWC. For example,
* If we have kind-incompatible (a::* ~ Int#::#) equality, we
don't want to complain about the kind error twice.
-Arguably, for *some* derived contraints we might want to report errors.
+Arguably, for *some* derived constraints we might want to report errors.
Notably, functional dependencies. If we have
class C a b | a -> b
and we have
More information about the ghc-commits
mailing list