X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs-boot;fp=compiler%2Ftypes%2FTypeRep.lhs-boot;h=b259005823c595f82803aa67aa9e82daec284329;hb=712a6f8a506402b887efda3a2db70a1e5907ff13;hp=376aa684dd8ff098961d711e9af3895ae69545e7;hpb=77ccc59a243ea419d5f04046599c3fcd2638cb21;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot index 376aa68..b259005 100644 --- a/compiler/types/TypeRep.lhs-boot +++ b/compiler/types/TypeRep.lhs-boot @@ -11,9 +11,11 @@ type Coercion = Type type Kind = Type -tySuperKind :: Kind -coSuperKind :: Kind +type SuperKind = Type -isCoSuperKind :: Kind -> Bool +tySuperKind :: SuperKind +coSuperKind :: SuperKind + +isCoSuperKind :: SuperKind -> Bool \end{code}