X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcTyDecls.lhs;fp=compiler%2Ftypecheck%2FTcTyDecls.lhs;h=86d4a2b830d698d2a45577981ca2f2463d5d6b82;hp=f45af9e5cebd7702c741219d05477d5c19b89c50;hb=e8a591c1a3dbdeccec2dd2aacccd7435004b0d51;hpb=202ac08f3e2afde0620e889cc81a95b2fd0ad9e1 diff --git a/compiler/typecheck/TcTyDecls.lhs b/compiler/typecheck/TcTyDecls.lhs index f45af9e..86d4a2b 100644 --- a/compiler/typecheck/TcTyDecls.lhs +++ b/compiler/typecheck/TcTyDecls.lhs @@ -22,7 +22,7 @@ import RnHsSyn ( extractHsTyNames ) import Type ( predTypeRep, tcView ) import HscTypes ( TyThing(..), ModDetails(..) ) import TyCon ( TyCon, tyConArity, tyConDataCons, tyConTyVars, - synTyConDefn, isSynTyCon, isAlgTyCon, + isSynTyCon, isAlgTyCon, tyConName, isNewTyCon, isProductTyCon, newTyConRhs ) import Class ( classTyCon ) import DataCon ( dataConOrigArgTys )