From: sof Date: Mon, 26 May 1997 01:25:28 +0000 (+0000) Subject: [project @ 1997-05-26 01:25:28 by sof] X-Git-Tag: Approximately_1000_patches_recorded~569 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d232669eba43d207e3574924f96ecf2ab4fc4ef2;p=ghc-hetmet.git [project @ 1997-05-26 01:25:28 by sof] Import lists tightened up --- diff --git a/ghc/compiler/typecheck/TcType.lhs b/ghc/compiler/typecheck/TcType.lhs index f609e02..7902ace 100644 --- a/ghc/compiler/typecheck/TcType.lhs +++ b/ghc/compiler/typecheck/TcType.lhs @@ -65,11 +65,6 @@ import Unique ( Unique ) import UniqFM ( UniqFM ) import Maybes ( assocMaybe ) import Util ( zipEqual, nOfThem, panic{-, pprPanic, pprTrace ToDo:rm-} ) - ---import Outputable ( Outputable(..) ) -- Debugging messages ---import PprType ( GenTyVar, GenType ) ---import Pretty -- ditto ---import PprStyle ( PprStyle(..) ) -- ditto \end{code}