From: simonpj Date: Mon, 21 Dec 1998 09:41:09 +0000 (+0000) Subject: [project @ 1998-12-21 09:41:09 by simonpj] X-Git-Tag: Approx_2487_patches~174 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46cbc79ccd0a4887de8c515a65079f21d923cb74;p=ghc-hetmet.git [project @ 1998-12-21 09:41:09 by simonpj] Forgot to commit PrelGHC.hi-boot; changes to syntax of open kind in CCallable --- diff --git a/ghc/lib/std/PrelGHC.hi-boot b/ghc/lib/std/PrelGHC.hi-boot index b121a44..8af2609 100644 --- a/ghc/lib/std/PrelGHC.hi-boot +++ b/ghc/lib/std/PrelGHC.hi-boot @@ -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 ;