X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcTyDecls.lhs;fp=ghc%2Fcompiler%2Ftypecheck%2FTcTyDecls.lhs;h=29be17e2a6f8b960d9a901dd40ee72a0ee485dd1;hb=84ed91abfe3f9df43d5b33e404138e43a574beb8;hp=8c1b9da7e758d780305c0ad3a6aa3bc5b130aead;hpb=dfc75488f4cd1d4f6bf9896f5a901996c77bbc77;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcTyDecls.lhs b/ghc/compiler/typecheck/TcTyDecls.lhs index 8c1b9da..29be17e 100644 --- a/ghc/compiler/typecheck/TcTyDecls.lhs +++ b/ghc/compiler/typecheck/TcTyDecls.lhs @@ -27,8 +27,7 @@ import FieldLabel ( FieldLabel, fieldLabelName, fieldLabelType, allFieldLabelTag import MkId ( mkDataConWorkId, mkDataConWrapId, mkRecordSelId ) import Var ( TyVar ) import Name ( Name ) -import OccName ( mkDataConWrapperOcc, mkDataConWorkerOcc, - mkGenOcc1, mkGenOcc2, setOccNameSpace ) +import OccName ( mkDataConWrapperOcc, mkDataConWorkerOcc, mkGenOcc1, mkGenOcc2 ) import Outputable import TyCon ( TyCon, DataConDetails(..), visibleDataCons, tyConTyVars, tyConName )