Fix comment to not confuse haddock
authorIan Lynagh <igloo@earth.li>
Thu, 6 May 2010 11:36:42 +0000 (11:36 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 6 May 2010 11:36:42 +0000 (11:36 +0000)
compiler/basicTypes/DataCon.lhs

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