Fix doc syntax
authorIan Lynagh <igloo@earth.li>
Tue, 21 Oct 2008 18:33:17 +0000 (18:33 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 21 Oct 2008 18:33:17 +0000 (18:33 +0000)
compiler/typecheck/TcTyClsDecls.lhs

index f7b5f83..76e7426 100644 (file)
@@ -896,7 +896,7 @@ tcResultType (tmpl_tvs, res_tmpl) dc_tvs (ResTyGADT res_ty)
   = do { res_ty' <- tcHsKindedType res_ty
        ; let Just subst = tcMatchTy (mkVarSet tmpl_tvs) res_tmpl res_ty'
 
-               -- *Lazily* figure out the univ_tvs etc
+               -- /Lazily/ figure out the univ_tvs etc
                -- Each univ_tv is either a dc_tv or a tmpl_tv
              (univ_tvs, eq_spec) = foldr choose ([], []) tidy_tmpl_tvs
              choose tmpl (univs, eqs)