[commit: ghc] wip/T9968: Typos in comments (0086487)
git at git.haskell.org
git at git.haskell.org
Tue Feb 24 08:57:48 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9968
Link : http://ghc.haskell.org/trac/ghc/changeset/0086487906f0235b9f009afdfa67a7dadda7ac2a/ghc
>---------------------------------------------------------------
commit 0086487906f0235b9f009afdfa67a7dadda7ac2a
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Fri Feb 20 09:09:02 2015 +0000
Typos in comments
>---------------------------------------------------------------
0086487906f0235b9f009afdfa67a7dadda7ac2a
compiler/typecheck/TcDeriv.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/typecheck/TcDeriv.hs b/compiler/typecheck/TcDeriv.hs
index 166d2f9..bbe2308 100644
--- a/compiler/typecheck/TcDeriv.hs
+++ b/compiler/typecheck/TcDeriv.hs
@@ -2125,13 +2125,13 @@ The 'deriving C' clause generates, in effect
instance (C [a], Eq a) => C (N a) where
f = coerce (f :: [a] -> [a])
-This generates a cast for each method, but allows the superclasse to
+This generates a cast for each method, but allows the superclasses to
be worked out in the usual way. In this case the superclass (Eq (N
a)) will be solved by the explicit Eq (N a) instance. We do *not*
create the superclasses by casting the superclass dictionaries for the
representation type.
-See the paper "Safe zero-cost coercions for Hsakell".
+See the paper "Safe zero-cost coercions for Haskell".
************************************************************************
More information about the ghc-commits
mailing list