Skip to content
Snippets Groups Projects
Commit 341daf1c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-08-09 11:45:17 by simonmar]

remove unused import
parent 0bb99f85
No related merge requests found
......@@ -42,7 +42,6 @@ import Name ( Name, ExportFlag(..), ImportReason(..), Provenance(..),
)
import RdrName ( RdrName, rdrNameOcc, setRdrNameOcc, mkRdrQual, mkRdrUnqual, isQual, isUnqual )
import OccName ( setOccNameSpace, dataName )
import SrcLoc ( SrcLoc )
import NameSet ( elemNameSet, emptyNameSet )
import Outputable
import Maybes ( maybeToBool, catMaybes, mapMaybe )
......
......@@ -61,7 +61,6 @@ import Class ( Class, ClassOpItem, ClassContext, classTyCon )
import TcMonad
import BasicTypes ( Arity )
import IdInfo ( vanillaIdInfo )
import Name ( Name, OccName, Provenance(..), ExportFlag(..), NamedThing(..),
nameOccName, nameModule, getSrcLoc, mkGlobalName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment