From 28e44e226b7b93f823857dc6514f296a3c5ee91d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 6 May 2010 11:36:42 +0000 Subject: [PATCH] Fix comment to not confuse haddock --- compiler/basicTypes/DataCon.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/basicTypes/DataCon.lhs b/compiler/basicTypes/DataCon.lhs index f367ada..6c4d583 100644 --- a/compiler/basicTypes/DataCon.lhs +++ b/compiler/basicTypes/DataCon.lhs @@ -342,8 +342,8 @@ data DataCon -- after unboxing and flattening, -- and *including* existential dictionaries - dcRepStrictness :: [StrictnessMark], -- One for each *representation* - -- *value* 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