From 3b2e1a519c80e6113a661cdefab8de6eb34be73e Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 6 May 2010 16:38:29 +0000 Subject: [PATCH] Comments only --- compiler/basicTypes/DataCon.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/basicTypes/DataCon.lhs b/compiler/basicTypes/DataCon.lhs index 406d02a..5a62326 100644 --- a/compiler/basicTypes/DataCon.lhs +++ b/compiler/basicTypes/DataCon.lhs @@ -343,7 +343,7 @@ data DataCon -- and *including* existential dictionaries dcRepStrictness :: [StrictnessMark], - -- One for each *representation* *value* argument + -- One for each *representation* *value* argument -- See also Note [Data-con worker strictness] in MkId.lhs -- Result type of constructor is T t1..tn -- 1.7.10.4