summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1999-01-07 11:13:29 +0000
committersimonm <unknown>1999-01-07 11:13:29 +0000
commitea6442eb3f849ad707d297a03a325cd875d9186c (patch)
tree24cef8ffefce3608afeb39b631d973ec4816b3cf
parent6403231d17e5f9db2746474a09c22df6ba1f44c2 (diff)
downloadhaskell-ea6442eb3f849ad707d297a03a325cd875d9186c.tar.gz
[project @ 1999-01-07 11:13:29 by simonm]
Sync up with .hi-boot file.
-rw-r--r--ghc/compiler/types/Type.hi-boot-56
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/compiler/types/Type.hi-boot-5 b/ghc/compiler/types/Type.hi-boot-5
index 1500a3bef2..971c926cd5 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 ;