X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FDataCon.lhs;fp=compiler%2FbasicTypes%2FDataCon.lhs;h=5a62326718bf8673821de53f1e23c6485cbf5843;hp=406d02a9df17207d3fc43c4f9ac81fd0cfa20a04;hb=3b2e1a519c80e6113a661cdefab8de6eb34be73e;hpb=dcad0717256d926dcc3ff35e9752a2e9fba70faa 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