X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcTyDecls.lhs;h=29be17e2a6f8b960d9a901dd40ee72a0ee485dd1;hb=d6b7d200353e0bcc5a19a43caf252f37dee5bc6c;hp=8c1b9da7e758d780305c0ad3a6aa3bc5b130aead;hpb=42b63073fb5e71fcd539ab80289cf6cf2a5b9641;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 )