From: simonm Date: Thu, 7 Jan 1999 11:13:29 +0000 (+0000) Subject: [project @ 1999-01-07 11:13:29 by simonm] X-Git-Tag: Approx_2487_patches~151 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ea6442eb3f849ad707d297a03a325cd875d9186c;p=ghc-hetmet.git [project @ 1999-01-07 11:13:29 by simonm] Sync up with .hi-boot file. --- diff --git a/ghc/compiler/types/Type.hi-boot-5 b/ghc/compiler/types/Type.hi-boot-5 index 1500a3b..971c926 100644 --- a/ghc/compiler/types/Type.hi-boot-5 +++ b/ghc/compiler/types/Type.hi-boot-5 @@ -1,6 +1,6 @@ __interface Type 1 0 where -__export Type Type GenType Kind ; -1 type Type = GenType BasicTypes.Unused ; +__export Type Type Kind SuperKind ; +1 data Type ; 1 type Kind = Type ; -1 data GenType a ; +1 type SuperKind = Type ;