Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6ca461678649a91a62c198424b207a6c67ed6d7b >--------------------------------------------------------------- commit 6ca461678649a91a62c198424b207a6c67ed6d7b Author: Simon Peyton Jones <simo...@microsoft.com> Date: Tue Nov 6 15:49:53 2012 +0000 Comments only >--------------------------------------------------------------- compiler/basicTypes/DataCon.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/basicTypes/DataCon.lhs b/compiler/basicTypes/DataCon.lhs index 6b918db..e244c0d 100644 --- a/compiler/basicTypes/DataCon.lhs +++ b/compiler/basicTypes/DataCon.lhs @@ -273,7 +273,7 @@ data DataCon -- dcExTyVars = [x,y] -- dcEqSpec = [a~(x,y)] -- dcOtherTheta = [x~y, Ord x] - -- dcOrigArgTys = [a,List b] + -- dcOrigArgTys = [x,y] -- dcRepTyCon = T dcVanilla :: Bool, -- True <=> This is a vanilla Haskell 98 data constructor _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc