[project @ 2005-03-31 10:16:33 by simonmar]
[ghc-hetmet.git] / ghc / compiler / specialise / Specialise.lhs
index c5d5d73..f276cae 100644 (file)
@@ -1007,7 +1007,7 @@ mkCallUDs subst f args
   || not (all isClassPred theta)       
        -- Only specialise if all overloading is on class params. 
        -- In ptic, with implicit params, the type args
-       -- *don't* say what the value of the implicit param is!
+       --  *don't* say what the value of the implicit param is!
   || not (spec_tys `lengthIs` n_tyvars)
   || not ( dicts   `lengthIs` n_dicts)
   || maybeToBool (lookupRule (\act -> True) (substInScope subst) emptyRuleBase f args)