[project @ 2005-03-31 10:16:33 by simonmar]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index 5a0da8f..47302c5 100644 (file)
@@ -48,7 +48,7 @@ instance OutputableBndr id => Outputable (HsBindGroup id) where
      = vcat [ppr_isrec,
             vcat (map ppr sigs),
             vcat (map ppr (bagToList binds))
-               -- *not* pprLHsBinds because we don't want braces; 'let' and
+               --  *not* pprLHsBinds because we don't want braces; 'let' and
                -- 'where' include a list of HsBindGroups and we don't want
                -- several groups of bindings each with braces around.
        ]