From: sof Date: Tue, 5 May 1998 10:01:35 +0000 (+0000) Subject: [project @ 1998-05-05 10:01:35 by sof] X-Git-Tag: Approx_2487_patches~726 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2c3d6429e4080b179b3fd9227691c2ee69360065;p=ghc-hetmet.git [project @ 1998-05-05 10:01:35 by sof] Import list fix --- diff --git a/ghc/compiler/typecheck/TcBinds.lhs b/ghc/compiler/typecheck/TcBinds.lhs index 5ab2d1d..f711ef7 100644 --- a/ghc/compiler/typecheck/TcBinds.lhs +++ b/ghc/compiler/typecheck/TcBinds.lhs @@ -16,9 +16,7 @@ import {-# SOURCE #-} TcExpr ( tcExpr ) import HsSyn ( HsExpr(..), HsBinds(..), MonoBinds(..), Sig(..), InPat(..), collectMonoBinders, andMonoBinds ) -import RnHsSyn ( RenamedHsBinds, RenamedSig(..), - RenamedMonoBinds - ) +import RnHsSyn ( RenamedHsBinds, RenamedSig, RenamedMonoBinds ) import TcHsSyn ( TcHsBinds, TcMonoBinds, TcIdOcc(..), TcIdBndr, tcIdType