projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec78518
)
[project @ 1998-12-21 09:41:09 by simonpj]
author
simonpj
<unknown>
Mon, 21 Dec 1998 09:41:09 +0000
(09:41 +0000)
committer
simonpj
<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
patch
|
blob
|
history
diff --git
a/ghc/lib/std/PrelGHC.hi-boot
b/ghc/lib/std/PrelGHC.hi-boot
index
b121a44
..
8af2609
100644
(file)
--- 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 ;