Remember the free vars in HsRule.
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index 69b75b4..b5c2179 100644 (file)
@@ -40,6 +40,7 @@ data HsLocalBinds id  -- Bindings in a 'let' expression
                        -- or a 'where' clause
   = HsValBinds (HsValBinds id)
   | HsIPBinds  (HsIPBinds id)
+
   | EmptyLocalBinds
 
 data HsValBinds id     -- Value bindings (not implicit parameters)