[commit: ghc] wip/T11970: comment (436385a)
git at git.haskell.org
git at git.haskell.org
Fri Jun 17 20:11:07 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11970
Link : http://ghc.haskell.org/trac/ghc/changeset/436385a34f89456912a47a1008ec6e8d05fbb01e/ghc
>---------------------------------------------------------------
commit 436385a34f89456912a47a1008ec6e8d05fbb01e
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Tue May 24 11:35:42 2016 +0100
comment
>---------------------------------------------------------------
436385a34f89456912a47a1008ec6e8d05fbb01e
compiler/typecheck/TcRnDriver.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnDriver.hs b/compiler/typecheck/TcRnDriver.hs
index 70b24c5..728acd6 100644
--- a/compiler/typecheck/TcRnDriver.hs
+++ b/compiler/typecheck/TcRnDriver.hs
@@ -2269,7 +2269,7 @@ them to be bundled with any type or class. Here we then check that
2) Are the correct type, for example if P is a synonym
then if we export Foo(P) then P should be an instance of Foo.
-We also check for normal parent, children relationships here as well.
+We also check for normal parent-child relationships here as well.
******************************************************************************
-}
More information about the ghc-commits
mailing list