From ea6442eb3f849ad707d297a03a325cd875d9186c Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Thu, 7 Jan 1999 11:13:29 +0000 Subject: [PATCH] [project @ 1999-01-07 11:13:29 by simonm] Sync up with .hi-boot file. --- ghc/compiler/types/Type.hi-boot-5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/types/Type.hi-boot-5 b/ghc/compiler/types/Type.hi-boot-5 index 1500a3bef21f..971c926cd502 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 ; -- GitLab