X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FType.lhs;h=0d7767b5aa61f6f562d48ed05316308ab4cc23a7;hp=e872d6a8eb10cf835689e900f5e9ad130a091543;hb=f37e239fb5e81fc493e0ea1af98178bf1f7ceaba;hpb=2c5337d3f05b1cfb70e2fa63818c453cfc09eb42 diff --git a/compiler/types/Type.lhs b/compiler/types/Type.lhs index e872d6a..0d7767b 100644 --- a/compiler/types/Type.lhs +++ b/compiler/types/Type.lhs @@ -117,12 +117,12 @@ import PrelNames( openTypeKindTyConKey, unliftedTypeKindTyConKey, ubxTupleKindTyConKey, argTypeKindTyConKey ) import TyCon ( TyCon, isRecursiveTyCon, isPrimTyCon, isUnboxedTupleTyCon, isUnLiftedTyCon, - isFunTyCon, isNewTyCon, isClosedNewTyCon, isOpenTyCon, + isFunTyCon, isNewTyCon, isClosedNewTyCon, newTyConRep, newTyConRhs, isAlgTyCon, tyConArity, isSuperKindTyCon, tcExpandTyCon_maybe, coreExpandTyCon_maybe, tyConKind, PrimRep(..), tyConPrimRep, tyConUnique, - isCoercionTyCon_maybe, isCoercionTyCon + isCoercionTyCon ) -- others