Skip to content
Snippets Groups Projects
Commit 46cbc79c authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1998-12-21 09:41:09 by simonpj]

Forgot to commit PrelGHC.hi-boot; changes to syntax of open kind in CCallable
parent ec785180
No related merge requests found
......@@ -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 ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment