haddock 2 doc fixes
authorIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 14:22:10 +0000 (14:22 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 14:22:10 +0000 (14:22 +0000)
compiler/basicTypes/Var.lhs
compiler/cmm/Cmm.hs
compiler/coreSyn/CoreUtils.lhs

index 0c30ab4..cb0a11b 100644 (file)
@@ -289,7 +289,7 @@ mkTcTyVar name kind details
 %************************************************************************
 
 \begin{code}
-type CoVar = Var       -- ^ A coercion variable is simply a type 
+type CoVar = Var -- A coercion variable is simply a type 
                        -- variable of kind @ty1 :=: ty2@. Hence its
                        -- 'varType' is always @PredTy (EqPred t1 t2)@
 
index 38dc5b3..9dcaf84 100644 (file)
@@ -183,7 +183,7 @@ type ConstrDescription = CmmLit
 type FunType = StgHalfWord
 type FunArity = StgHalfWord
 type SlowEntry = CmmLit
-  -- ^We would like this to be a CLabel but
+  -- We would like this to be a CLabel but
   -- for now the parser sets this to zero on an INFO_TABLE_FUN.
 type SelectorOffset = StgWord
 
index 0fe04cb..a769dcd 100644 (file)
@@ -1474,7 +1474,7 @@ hashExpr :: CoreExpr -> Int
 hashExpr e = fromIntegral (hash_expr (1,emptyVarEnv) e .&. 0x7fffffff)
              -- UniqFM doesn't like negative Ints
 
-type HashEnv = (Int, VarEnv Int)  -- ^ Hash code for bound variables
+type HashEnv = (Int, VarEnv Int)  -- Hash code for bound variables
 
 hash_expr :: HashEnv -> CoreExpr -> Word32
 -- Word32, because we're expecting overflows here, and overflowing