[project @ 1998-01-08 18:03:08 by simonm]
[ghc-hetmet.git] / ghc / lib / ghc / GHC.hi-boot
index b4b12d0..35e2fc2 100644 (file)
@@ -11,6 +11,8 @@ GHC
   ->
 
   All  -- Pseudo class used for universal quantification
+  CCallable
+  CReturnable
 
   Void
 -- void CAF is defined in PrelBase
@@ -60,6 +62,7 @@ GHC
   +#
   -#
   *#
+  /#
   quotInt#
   remInt#
   negateInt#
@@ -227,6 +230,10 @@ indexDoubleOffForeignObj#
   StablePtr#
   makeStablePtr#
   deRefStablePtr#
-
   reallyUnsafePtrEquality#
 ;
+
+_declarations_
+
+1 class CCallable a :: ** ;
+1 class CReturnable a :: ** ;