X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FKind.lhs;fp=compiler%2Ftypes%2FKind.lhs;h=668ddda92a44cbd7839b2d10c24878bce821d616;hp=32a9eac481cceeabeab289fa20747549d9b93f6c;hb=41cecc14547b049cec20e827ceae8ff312c9ff4f;hpb=b2524b3960999fffdb3767900f58825903f6560f diff --git a/compiler/types/Kind.lhs b/compiler/types/Kind.lhs index 32a9eac..668ddda 100644 --- a/compiler/types/Kind.lhs +++ b/compiler/types/Kind.lhs @@ -15,7 +15,6 @@ module Kind ( -- Kind constructors... liftedTypeKindTyCon, openTypeKindTyCon, unliftedTypeKindTyCon, argTypeKindTyCon, ubxTupleKindTyCon, - ecKind, -- Super Kinds tySuperKind, tySuperKindTyCon, @@ -234,5 +233,4 @@ defaultKind k | isSubArgTypeKind k = liftedTypeKind | otherwise = k -ecKind = liftedTypeKind `mkArrowKind` (liftedTypeKind `mkArrowKind` liftedTypeKind) \end{code} \ No newline at end of file