Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/63efe3550a1d5a63846825f3ee7f5aeed3e4427a >--------------------------------------------------------------- commit 63efe3550a1d5a63846825f3ee7f5aeed3e4427a Author: Jose Pedro Magalhaes <[email protected]> Date: Thu Jun 21 12:23:34 2012 +0100 Remove duplicated comment >--------------------------------------------------------------- compiler/types/TyCon.lhs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index c129479..147e16d 100644 --- a/compiler/types/TyCon.lhs +++ b/compiler/types/TyCon.lhs @@ -156,8 +156,6 @@ See also Note [Wrappers for data instance tycons] in MkId.lhs * Reply "yes" to isDataFamilyTyCon, and isFamilyTyCon -* Reply "yes" to isDataFamilyTyCon, and isFamilyTyCon - * The user does not see any "equivalent types" as he did with type synonym families. He just sees constructors with types T1 :: T Int _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
