From: sof Date: Mon, 26 May 1997 04:38:49 +0000 (+0000) Subject: [project @ 1997-05-26 04:38:49 by sof] X-Git-Tag: Approximately_1000_patches_recorded~498 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f86fad412089a3702dbdd27f54dd9a51d0558bdd;p=ghc-hetmet.git [project @ 1997-05-26 04:38:49 by sof] Replaced HsBinds with HsMatches --- diff --git a/ghc/compiler/hsSyn/HsLoop.hs b/ghc/compiler/hsSyn/HsLoop.hs index 6a67984..2122fbf 100644 --- a/ghc/compiler/hsSyn/HsLoop.hs +++ b/ghc/compiler/hsSyn/HsLoop.hs @@ -1,9 +1,8 @@ module HsLoop - ( - module HsExpr, - module HsBinds + module HsMatches, + module HsExpr ) where +import HsMatches import HsExpr -import HsBinds