[project @ 1997-11-20 16:51:04 by simonm]
[ghc-hetmet.git] / ghc / lib / ghc / GHC.hi-boot
index 884bba0..b4b12d0 100644 (file)
@@ -10,6 +10,8 @@ _exports_
 GHC
   ->
 
+  All  -- Pseudo class used for universal quantification
+
   Void
 -- void CAF is defined in PrelBase
 
@@ -25,6 +27,8 @@ GHC
   parGlobal#
   parLocal#
   parAt#
+  parAtAbs#
+  parAtRel#
   parAtForNow#
 
   SynchVar#
@@ -70,9 +74,12 @@ GHC
   neWord#
   ltWord#
   leWord#
+  quotWord#
+  remWord#
   and#
   or#
   not#
+  xor#
   shiftL#
   shiftRA#
   shiftRL#
@@ -160,8 +167,6 @@ GHC
   integer2Int#
   int2Integer#
   
-  indexArray#
-  
   Array#
   ByteArray#
   MutableArray#
@@ -187,9 +192,16 @@ GHC
 --  indexOffAddr#
 indexCharOffAddr#
 indexIntOffAddr#
+indexAddrOffAddr#
 indexFloatOffAddr#
 indexDoubleOffAddr#
-indexAddrOffAddr#
+
+--  indexOffForeignObj#
+indexCharOffForeignObj#
+indexIntOffForeignObj#
+indexAddrOffForeignObj#
+indexFloatOffForeignObj#
+indexDoubleOffForeignObj#
   
   writeArray#
   writeCharArray#
@@ -210,8 +222,11 @@ indexAddrOffAddr#
   
   ForeignObj#
   makeForeignObj#
+  writeForeignObj#
   
   StablePtr#
   makeStablePtr#
   deRefStablePtr#
+
+  reallyUnsafePtrEquality#
 ;