Comments only
authorsimonpj@microsoft.com <unknown>
Tue, 4 May 2010 16:34:57 +0000 (16:34 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 4 May 2010 16:34:57 +0000 (16:34 +0000)
compiler/basicTypes/DataCon.lhs

index e4da527..f367ada 100644 (file)
@@ -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