[project @ 1999-12-06 22:52:26 by lewie]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcPat.lhs
index a708509..1ece1c8 100644 (file)
@@ -17,8 +17,7 @@ import TcHsSyn                ( TcPat, TcId )
 import TcMonad
 import Inst            ( Inst, OverloadedLit(..), InstOrigin(..),
                          emptyLIE, plusLIE, LIE,
-                         newMethod, newOverloadedLit, 
-                         newDicts, instToIdBndr
+                         newMethod, newOverloadedLit, newDicts
                        )
 import Name            ( Name, getOccName, getSrcLoc )
 import FieldLabel      ( fieldLabelName )