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