From 97a4aaa04e2b42ecf5f582779286fa184c5e61ad Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 21 Oct 2010 08:54:20 +0000 Subject: [PATCH] Fix haddock markup --- compiler/typecheck/TcCanonical.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4