Fixes for haddock 0.8
[ghc-hetmet.git] / compiler / basicTypes / DataCon.lhs
index 844c69b..a9faa2c 100644 (file)
@@ -275,7 +275,7 @@ data DataCon
        -- Reason: less confusing, and easier to generate IfaceSyn
 
        dcEqSpec :: [(TyVar,Type)],     -- Equalities derived from the result type, 
-                                       -- /as written by the programmer/
+                                       -- _as written by the programmer_
                -- This field allows us to move conveniently between the two ways
                -- of representing a GADT constructor's type:
                --      MkT :: forall a b. (a :=: [b]) => b -> T a