From e2587381bec9e1ef5953c2596c4090af05d39aac Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 4 May 2010 16:34:57 +0000 Subject: [PATCH] Comments only --- compiler/basicTypes/DataCon.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/basicTypes/DataCon.lhs b/compiler/basicTypes/DataCon.lhs index e4da527..f367ada 100644 --- a/compiler/basicTypes/DataCon.lhs +++ b/compiler/basicTypes/DataCon.lhs @@ -342,7 +342,8 @@ data DataCon -- after unboxing and flattening, -- and *including* existential dictionaries - dcRepStrictness :: [StrictnessMark], -- One for each *representation* argument + dcRepStrictness :: [StrictnessMark], -- 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