Fix haddock markup
authorsimonpj@microsoft.com <unknown>
Thu, 21 Oct 2010 08:54:20 +0000 (08:54 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 21 Oct 2010 08:54:20 +0000 (08:54 +0000)
compiler/typecheck/TcCanonical.lhs

index 42c2515..8f25f7e 100644 (file)
@@ -498,7 +498,7 @@ inert set is an idempotent subustitution...
 \begin{code}
 data TypeClassifier 
   = FskCls TcTyVar      -- ^ Flatten skolem 
-  | VarCls TcTyVar      -- ^ *Non-flatten-skolem* variable 
+  | VarCls TcTyVar      -- ^ Non-flatten-skolem variable 
   | FunCls TyCon [Type] -- ^ Type function, exactly saturated
   | OtherCls TcType     -- ^ Neither of the above