Fix comment to not confuse haddock
[ghc-hetmet.git] / 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