From: simonmar Date: Mon, 21 Aug 2000 14:12:17 +0000 (+0000) Subject: [project @ 2000-08-21 14:12:17 by simonmar] X-Git-Tag: Approximately_9120_patches~3849 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=601bd95083aae24e43d1ec724da83774b04e130b;p=ghc-hetmet.git [project @ 2000-08-21 14:12:17 by simonmar] remove an unused import --- diff --git a/ghc/compiler/types/TyCon.lhs b/ghc/compiler/types/TyCon.lhs index 48445e4..ada8cef 100644 --- a/ghc/compiler/types/TyCon.lhs +++ b/ghc/compiler/types/TyCon.lhs @@ -53,7 +53,6 @@ import {-# SOURCE #-} DataCon ( DataCon, isExistentialDataCon ) import Class ( Class, ClassContext ) import Var ( TyVar ) import BasicTypes ( Arity, NewOrData(..), RecFlag(..), Boxity(..), isBoxed ) -import Maybes import Name ( Name, nameUnique, NamedThing(getName) ) import Unique ( Unique, Uniquable(..), anyBoxConKey ) import PrimRep ( PrimRep(..), isFollowableRep )