[project @ 1997-05-26 04:38:49 by sof]
authorsof <unknown>
Mon, 26 May 1997 04:38:49 +0000 (04:38 +0000)
committersof <unknown>
Mon, 26 May 1997 04:38:49 +0000 (04:38 +0000)
Replaced HsBinds with HsMatches

ghc/compiler/hsSyn/HsLoop.hs

index 6a67984..2122fbf 100644 (file)
@@ -1,9 +1,8 @@
 module HsLoop
-
        (
-        module HsExpr,
-       module HsBinds
+        module HsMatches,
+        module HsExpr
        ) where
 
+import HsMatches
 import HsExpr
-import HsBinds