From: simonpj@microsoft.com Date: Thu, 21 Oct 2010 08:54:20 +0000 (+0000) Subject: Fix haddock markup X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=97a4aaa04e2b42ecf5f582779286fa184c5e61ad Fix haddock markup --- diff --git a/compiler/typecheck/TcCanonical.lhs b/compiler/typecheck/TcCanonical.lhs index 42c2515..8f25f7e 100644 --- a/compiler/typecheck/TcCanonical.lhs +++ b/compiler/typecheck/TcCanonical.lhs @@ -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