[project @ 2000-03-23 17:45:17 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index 60a2996..49dc371 100644 (file)
@@ -182,6 +182,7 @@ andMonoBindList binds
     loop2 acc (b:bs) = loop2 (acc `AndMonoBinds` b) bs
 \end{code}
 
+
 \begin{code}
 instance (Outputable id, Outputable pat) =>
                Outputable (MonoBinds id pat) where
@@ -261,7 +262,6 @@ data Sig name
   | DeprecSig  (Deprecation name)      -- DEPRECATED
                SrcLoc
 
-
 data FixitySig name  = FixitySig name Fixity SrcLoc
 
 -- We use exported entities for things to deprecate. Cunning trick (hack?):