From 46cbc79ccd0a4887de8c515a65079f21d923cb74 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 21 Dec 1998 09:41:09 +0000 Subject: [PATCH] [project @ 1998-12-21 09:41:09 by simonpj] Forgot to commit PrelGHC.hi-boot; changes to syntax of open kind in CCallable --- ghc/lib/std/PrelGHC.hi-boot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ; -- 1.7.10.4