From 2c3d6429e4080b179b3fd9227691c2ee69360065 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 5 May 1998 10:01:35 +0000 Subject: [PATCH] [project @ 1998-05-05 10:01:35 by sof] Import list fix --- ghc/compiler/typecheck/TcBinds.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.4