[project @ 1998-12-21 09:41:09 by simonpj]
authorsimonpj <unknown>
Mon, 21 Dec 1998 09:41:09 +0000 (09:41 +0000)
committersimonpj <unknown>
Mon, 21 Dec 1998 09:41:09 +0000 (09:41 +0000)
Forgot to commit PrelGHC.hi-boot; changes to syntax of open kind in CCallable

ghc/lib/std/PrelGHC.hi-boot

index b121a44..8af2609 100644 (file)
@@ -307,6 +307,9 @@ indexWord64OffForeignObj#
   unsafeCoerce#
 ;
 
-1 class CCallable a :: ** ;
-1 class CReturnable a :: ** ;
+-- CCallable and CReturnable have kind (Type AnyBox) so that
+-- things like Int# can be instances of CCallable. 
+1 class CCallable a :: ? ;
+1 class CReturnable a :: ? ;
+
 1 assert :: __forall [a] => PrelBase.Bool -> a -> a ;