From: simonpj@microsoft.com Date: Thu, 6 May 2010 16:38:29 +0000 (+0000) Subject: Comments only X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3b2e1a519c80e6113a661cdefab8de6eb34be73e Comments only --- 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