summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-11-06 15:49:53 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-11-06 15:49:53 +0000
commit6ca461678649a91a62c198424b207a6c67ed6d7b (patch)
treed40bbea1dee3f01b1637f0afbdaa43c94d778a46
parent232f1a2702684fe7f82a084213714adfa6162392 (diff)
downloadhaskell-6ca461678649a91a62c198424b207a6c67ed6d7b.tar.gz
Comments only
-rw-r--r--compiler/basicTypes/DataCon.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/DataCon.lhs b/compiler/basicTypes/DataCon.lhs
index 6b918dbc08..e244c0db65 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