[commit: ghc] ghc-generics1: Rephrase comment (d5afcf2)
José Pedro Magalhães
jpm at cs.uu.nl
Sun Apr 22 14:21:18 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-generics1
http://hackage.haskell.org/trac/ghc/changeset/d5afcf2bb0532e37e3b79fee3d1b6b752e89fdd7
>---------------------------------------------------------------
commit d5afcf2bb0532e37e3b79fee3d1b6b752e89fdd7
Author: Jose Pedro Magalhaes <jpm at cs.uu.nl>
Date: Sat Apr 21 13:39:34 2012 +0200
Rephrase comment
>---------------------------------------------------------------
compiler/typecheck/TcGenGenerics.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/typecheck/TcGenGenerics.lhs b/compiler/typecheck/TcGenGenerics.lhs
index 325f7bb..f3e33c0 100644
--- a/compiler/typecheck/TcGenGenerics.lhs
+++ b/compiler/typecheck/TcGenGenerics.lhs
@@ -386,7 +386,7 @@ mkBindsRep gk tycon =
where tyvars = tyConTyVars tycon
--------------------------------------------------------------------------------
--- The type instance synonym and synonym
+-- The type synonym instance and synonym
-- type instance Rep (D a b) = Rep_D a b
-- type Rep_D a b = ...representation type for D ...
--------------------------------------------------------------------------------
More information about the Cvs-ghc
mailing list