Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHC.PrimopWrappers
Documentation
mulIntMayOflo# :: Int# -> Int# -> Int# #
negateInt# :: Int# -> Int# #
int2Float# :: Int# -> Float# #
int2Double# :: Int# -> Double# #
word2Float# :: Word# -> Float# #
word2Double# :: Word# -> Double# #
uncheckedIShiftL# :: Int# -> Int# -> Int# #
uncheckedIShiftRA# :: Int# -> Int# -> Int# #
uncheckedIShiftRL# :: Int# -> Int# -> Int# #
extendInt8# :: Int8# -> Int# #
narrowInt8# :: Int# -> Int8# #
negateInt8# :: Int8# -> Int8# #
timesInt8# :: Int8# -> Int8# -> Int8# #
extendWord8# :: Word8# -> Word# #
narrowWord8# :: Word# -> Word8# #
plusWord8# :: Word8# -> Word8# -> Word8# #
timesWord8# :: Word8# -> Word8# -> Word8# #
quotWord8# :: Word8# -> Word8# -> Word8# #
extendInt16# :: Int16# -> Int# #
narrowInt16# :: Int# -> Int16# #
negateInt16# :: Int16# -> Int16# #
plusInt16# :: Int16# -> Int16# -> Int16# #
timesInt16# :: Int16# -> Int16# -> Int16# #
quotInt16# :: Int16# -> Int16# -> Int16# #
extendWord16# :: Word16# -> Word# #
narrowWord16# :: Word# -> Word16# #
notWord16# :: Word16# -> Word16# #
plusWord16# :: Word16# -> Word16# -> Word16# #
subWord16# :: Word16# -> Word16# -> Word16# #
timesWord16# :: Word16# -> Word16# -> Word16# #
quotWord16# :: Word16# -> Word16# -> Word16# #
remWord16# :: Word16# -> Word16# -> Word16# #
minusWord# :: Word# -> Word# -> Word# #
timesWord# :: Word# -> Word# -> Word# #
uncheckedShiftL# :: Word# -> Int# -> Word# #
uncheckedShiftRL# :: Word# -> Int# -> Word# #
byteSwap16# :: Word# -> Word# #
byteSwap32# :: Word# -> Word# #
byteSwap64# :: Word# -> Word# #
narrow8Int# :: Int# -> Int# #
narrow16Int# :: Int# -> Int# #
narrow32Int# :: Int# -> Int# #
narrow8Word# :: Word# -> Word# #
narrow16Word# :: Word# -> Word# #
narrow32Word# :: Word# -> Word# #
negateDouble# :: Double# -> Double# #
fabsDouble# :: Double# -> Double# #
double2Int# :: Double# -> Int# #
double2Float# :: Double# -> Float# #
expDouble# :: Double# -> Double# #
logDouble# :: Double# -> Double# #
sqrtDouble# :: Double# -> Double# #
sinDouble# :: Double# -> Double# #
cosDouble# :: Double# -> Double# #
tanDouble# :: Double# -> Double# #
asinDouble# :: Double# -> Double# #
acosDouble# :: Double# -> Double# #
atanDouble# :: Double# -> Double# #
sinhDouble# :: Double# -> Double# #
coshDouble# :: Double# -> Double# #
tanhDouble# :: Double# -> Double# #
asinhDouble# :: Double# -> Double# #
acoshDouble# :: Double# -> Double# #
atanhDouble# :: Double# -> Double# #
decodeDouble_Int64# :: Double# -> (# Int#, Int# #) #
plusFloat# :: Float# -> Float# -> Float# #
minusFloat# :: Float# -> Float# -> Float# #
timesFloat# :: Float# -> Float# -> Float# #
divideFloat# :: Float# -> Float# -> Float# #
negateFloat# :: Float# -> Float# #
fabsFloat# :: Float# -> Float# #
float2Int# :: Float# -> Int# #
sqrtFloat# :: Float# -> Float# #
asinFloat# :: Float# -> Float# #
acosFloat# :: Float# -> Float# #
atanFloat# :: Float# -> Float# #
sinhFloat# :: Float# -> Float# #
coshFloat# :: Float# -> Float# #
tanhFloat# :: Float# -> Float# #
asinhFloat# :: Float# -> Float# #
acoshFloat# :: Float# -> Float# #
atanhFloat# :: Float# -> Float# #
powerFloat# :: Float# -> Float# -> Float# #
float2Double# :: Float# -> Double# #
decodeFloat_Int# :: Float# -> (# Int#, Int# #) #
sameMutableArray# :: MutableArray# s a -> MutableArray# s a -> Int# #
readArray# :: MutableArray# s a -> Int# -> State# s -> (# State# s, a #) #
writeArray# :: MutableArray# s a -> Int# -> a -> State# s -> State# s #
sizeofArray# :: Array# a -> Int# #
sizeofMutableArray# :: MutableArray# s a -> Int# #
indexArray# :: Array# a -> Int# -> (# a #) #
unsafeFreezeArray# :: MutableArray# s a -> State# s -> (# State# s, Array# a #) #
unsafeThawArray# :: Array# a -> State# s -> (# State# s, MutableArray# s a #) #
copyArray# :: Array# a -> Int# -> MutableArray# s a -> Int# -> Int# -> State# s -> State# s #
copyMutableArray# :: MutableArray# s a -> Int# -> MutableArray# s a -> Int# -> Int# -> State# s -> State# s #
cloneMutableArray# :: MutableArray# s a -> Int# -> Int# -> State# s -> (# State# s, MutableArray# s a #) #
freezeArray# :: MutableArray# s a -> Int# -> Int# -> State# s -> (# State# s, Array# a #) #
thawArray# :: Array# a -> Int# -> Int# -> State# s -> (# State# s, MutableArray# s a #) #
newSmallArray# :: Int# -> a -> State# s -> (# State# s, SmallMutableArray# s a #) #
sameSmallMutableArray# :: SmallMutableArray# s a -> SmallMutableArray# s a -> Int# #
readSmallArray# :: SmallMutableArray# s a -> Int# -> State# s -> (# State# s, a #) #
writeSmallArray# :: SmallMutableArray# s a -> Int# -> a -> State# s -> State# s #
sizeofSmallArray# :: SmallArray# a -> Int# #
sizeofSmallMutableArray# :: SmallMutableArray# s a -> Int# #
indexSmallArray# :: SmallArray# a -> Int# -> (# a #) #
unsafeFreezeSmallArray# :: SmallMutableArray# s a -> State# s -> (# State# s, SmallArray# a #) #
unsafeThawSmallArray# :: SmallArray# a -> State# s -> (# State# s, SmallMutableArray# s a #) #
copySmallArray# :: SmallArray# a -> Int# -> SmallMutableArray# s a -> Int# -> Int# -> State# s -> State# s #
copySmallMutableArray# :: SmallMutableArray# s a -> Int# -> SmallMutableArray# s a -> Int# -> Int# -> State# s -> State# s #
cloneSmallArray# :: SmallArray# a -> Int# -> Int# -> SmallArray# a #
cloneSmallMutableArray# :: SmallMutableArray# s a -> Int# -> Int# -> State# s -> (# State# s, SmallMutableArray# s a #) #
freezeSmallArray# :: SmallMutableArray# s a -> Int# -> Int# -> State# s -> (# State# s, SmallArray# a #) #
thawSmallArray# :: SmallArray# a -> Int# -> Int# -> State# s -> (# State# s, SmallMutableArray# s a #) #
casSmallArray# :: SmallMutableArray# s a -> Int# -> a -> a -> State# s -> (# State# s, Int#, a #) #
newByteArray# :: Int# -> State# s -> (# State# s, MutableByteArray# s #) #
newPinnedByteArray# :: Int# -> State# s -> (# State# s, MutableByteArray# s #) #
newAlignedPinnedByteArray# :: Int# -> Int# -> State# s -> (# State# s, MutableByteArray# s #) #
isByteArrayPinned# :: ByteArray# -> Int# #
byteArrayContents# :: ByteArray# -> Addr# #
sameMutableByteArray# :: MutableByteArray# s -> MutableByteArray# s -> Int# #
shrinkMutableByteArray# :: MutableByteArray# s -> Int# -> State# s -> State# s #
resizeMutableByteArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, MutableByteArray# s #) #
unsafeFreezeByteArray# :: MutableByteArray# s -> State# s -> (# State# s, ByteArray# #) #
sizeofByteArray# :: ByteArray# -> Int# #
getSizeofMutableByteArray# :: MutableByteArray# s -> State# s -> (# State# s, Int# #) #
indexCharArray# :: ByteArray# -> Int# -> Char# #
indexWideCharArray# :: ByteArray# -> Int# -> Char# #
indexIntArray# :: ByteArray# -> Int# -> Int# #
indexWordArray# :: ByteArray# -> Int# -> Word# #
indexAddrArray# :: ByteArray# -> Int# -> Addr# #
indexFloatArray# :: ByteArray# -> Int# -> Float# #
indexDoubleArray# :: ByteArray# -> Int# -> Double# #
indexStablePtrArray# :: ByteArray# -> Int# -> StablePtr# a #
indexInt8Array# :: ByteArray# -> Int# -> Int# #
indexInt16Array# :: ByteArray# -> Int# -> Int# #
indexInt32Array# :: ByteArray# -> Int# -> Int# #
indexInt64Array# :: ByteArray# -> Int# -> Int# #
indexWord8Array# :: ByteArray# -> Int# -> Word# #
indexWord16Array# :: ByteArray# -> Int# -> Word# #
indexWord32Array# :: ByteArray# -> Int# -> Word# #
indexWord64Array# :: ByteArray# -> Int# -> Word# #
indexWord8ArrayAsChar# :: ByteArray# -> Int# -> Char# #
indexWord8ArrayAsWideChar# :: ByteArray# -> Int# -> Char# #
indexWord8ArrayAsAddr# :: ByteArray# -> Int# -> Addr# #
indexWord8ArrayAsFloat# :: ByteArray# -> Int# -> Float# #
indexWord8ArrayAsDouble# :: ByteArray# -> Int# -> Double# #
indexWord8ArrayAsStablePtr# :: ByteArray# -> Int# -> StablePtr# a #
indexWord8ArrayAsInt16# :: ByteArray# -> Int# -> Int# #
indexWord8ArrayAsInt32# :: ByteArray# -> Int# -> Int# #
indexWord8ArrayAsInt64# :: ByteArray# -> Int# -> Int# #
indexWord8ArrayAsInt# :: ByteArray# -> Int# -> Int# #
indexWord8ArrayAsWord16# :: ByteArray# -> Int# -> Word# #
indexWord8ArrayAsWord32# :: ByteArray# -> Int# -> Word# #
indexWord8ArrayAsWord64# :: ByteArray# -> Int# -> Word# #
indexWord8ArrayAsWord# :: ByteArray# -> Int# -> Word# #
readCharArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #) #
readWideCharArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #) #
readIntArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readWordArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readAddrArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Addr# #) #
readFloatArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Float# #) #
readDoubleArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Double# #) #
readStablePtrArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, StablePtr# a #) #
readInt8Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readInt16Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readInt32Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readInt64Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readWord8Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord16Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord32Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord64Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord8ArrayAsChar# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #) #
readWord8ArrayAsWideChar# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #) #
readWord8ArrayAsAddr# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Addr# #) #
readWord8ArrayAsFloat# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Float# #) #
readWord8ArrayAsDouble# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Double# #) #
readWord8ArrayAsStablePtr# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, StablePtr# a #) #
readWord8ArrayAsInt16# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readWord8ArrayAsInt32# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readWord8ArrayAsInt64# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readWord8ArrayAsInt# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
readWord8ArrayAsWord16# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord8ArrayAsWord32# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord8ArrayAsWord64# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
readWord8ArrayAsWord# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word# #) #
writeCharArray# :: MutableByteArray# s -> Int# -> Char# -> State# s -> State# s #
writeWideCharArray# :: MutableByteArray# s -> Int# -> Char# -> State# s -> State# s #
writeIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeWordArray# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeAddrArray# :: MutableByteArray# s -> Int# -> Addr# -> State# s -> State# s #
writeFloatArray# :: MutableByteArray# s -> Int# -> Float# -> State# s -> State# s #
writeDoubleArray# :: MutableByteArray# s -> Int# -> Double# -> State# s -> State# s #
writeStablePtrArray# :: MutableByteArray# s -> Int# -> StablePtr# a -> State# s -> State# s #
writeInt8Array# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeInt16Array# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeInt32Array# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeInt64Array# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeWord8Array# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord16Array# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord32Array# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord64Array# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord8ArrayAsChar# :: MutableByteArray# s -> Int# -> Char# -> State# s -> State# s #
writeWord8ArrayAsWideChar# :: MutableByteArray# s -> Int# -> Char# -> State# s -> State# s #
writeWord8ArrayAsAddr# :: MutableByteArray# s -> Int# -> Addr# -> State# s -> State# s #
writeWord8ArrayAsFloat# :: MutableByteArray# s -> Int# -> Float# -> State# s -> State# s #
writeWord8ArrayAsDouble# :: MutableByteArray# s -> Int# -> Double# -> State# s -> State# s #
writeWord8ArrayAsStablePtr# :: MutableByteArray# s -> Int# -> StablePtr# a -> State# s -> State# s #
writeWord8ArrayAsInt16# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeWord8ArrayAsInt32# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeWord8ArrayAsInt64# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeWord8ArrayAsInt# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
writeWord8ArrayAsWord16# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord8ArrayAsWord32# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord8ArrayAsWord64# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
writeWord8ArrayAsWord# :: MutableByteArray# s -> Int# -> Word# -> State# s -> State# s #
compareByteArrays# :: ByteArray# -> Int# -> ByteArray# -> Int# -> Int# -> Int# #
copyByteArray# :: ByteArray# -> Int# -> MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
copyMutableByteArray# :: MutableByteArray# s -> Int# -> MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
copyByteArrayToAddr# :: ByteArray# -> Int# -> Addr# -> Int# -> State# s -> State# s #
copyMutableByteArrayToAddr# :: MutableByteArray# s -> Int# -> Addr# -> Int# -> State# s -> State# s #
copyAddrToByteArray# :: Addr# -> MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
setByteArray# :: MutableByteArray# s -> Int# -> Int# -> Int# -> State# s -> State# s #
atomicReadIntArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #) #
atomicWriteIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> State# s #
casIntArray# :: MutableByteArray# s -> Int# -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
fetchAddIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
fetchSubIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
fetchAndIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
fetchNandIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
fetchOrIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
fetchXorIntArray# :: MutableByteArray# s -> Int# -> Int# -> State# s -> (# State# s, Int# #) #
newArrayArray# :: Int# -> State# s -> (# State# s, MutableArrayArray# s #) #
sameMutableArrayArray# :: MutableArrayArray# s -> MutableArrayArray# s -> Int# #
unsafeFreezeArrayArray# :: MutableArrayArray# s -> State# s -> (# State# s, ArrayArray# #) #
sizeofArrayArray# :: ArrayArray# -> Int# #
indexByteArrayArray# :: ArrayArray# -> Int# -> ByteArray# #
indexArrayArrayArray# :: ArrayArray# -> Int# -> ArrayArray# #
readByteArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, ByteArray# #) #
readMutableByteArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, MutableByteArray# s #) #
readArrayArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, ArrayArray# #) #
readMutableArrayArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, MutableArrayArray# s #) #
writeByteArrayArray# :: MutableArrayArray# s -> Int# -> ByteArray# -> State# s -> State# s #
writeMutableByteArrayArray# :: MutableArrayArray# s -> Int# -> MutableByteArray# s -> State# s -> State# s #
writeArrayArrayArray# :: MutableArrayArray# s -> Int# -> ArrayArray# -> State# s -> State# s #
writeMutableArrayArrayArray# :: MutableArrayArray# s -> Int# -> MutableArrayArray# s -> State# s -> State# s #
copyArrayArray# :: ArrayArray# -> Int# -> MutableArrayArray# s -> Int# -> Int# -> State# s -> State# s #
copyMutableArrayArray# :: MutableArrayArray# s -> Int# -> MutableArrayArray# s -> Int# -> Int# -> State# s -> State# s #
minusAddr# :: Addr# -> Addr# -> Int# #
indexCharOffAddr# :: Addr# -> Int# -> Char# #
indexWideCharOffAddr# :: Addr# -> Int# -> Char# #
indexIntOffAddr# :: Addr# -> Int# -> Int# #
indexWordOffAddr# :: Addr# -> Int# -> Word# #
indexAddrOffAddr# :: Addr# -> Int# -> Addr# #
indexFloatOffAddr# :: Addr# -> Int# -> Float# #
indexDoubleOffAddr# :: Addr# -> Int# -> Double# #
indexStablePtrOffAddr# :: Addr# -> Int# -> StablePtr# a #
indexInt8OffAddr# :: Addr# -> Int# -> Int# #
indexInt16OffAddr# :: Addr# -> Int# -> Int# #
indexInt32OffAddr# :: Addr# -> Int# -> Int# #
indexInt64OffAddr# :: Addr# -> Int# -> Int# #
indexWord8OffAddr# :: Addr# -> Int# -> Word# #
indexWord16OffAddr# :: Addr# -> Int# -> Word# #
indexWord32OffAddr# :: Addr# -> Int# -> Word# #
indexWord64OffAddr# :: Addr# -> Int# -> Word# #
readStablePtrOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, StablePtr# a #) #
writeStablePtrOffAddr# :: Addr# -> Int# -> StablePtr# a -> State# s -> State# s #
newMutVar# :: a -> State# s -> (# State# s, MutVar# s a #) #
readMutVar# :: MutVar# s a -> State# s -> (# State# s, a #) #
writeMutVar# :: MutVar# s a -> a -> State# s -> State# s #
sameMutVar# :: MutVar# s a -> MutVar# s a -> Int# #
atomicModifyMutVar2# :: MutVar# s a -> (a -> c) -> State# s -> (# State# s, a, c #) #
atomicModifyMutVar_# :: MutVar# s a -> (a -> a) -> State# s -> (# State# s, a, a #) #
catch# :: (State# RealWorld -> (# State# RealWorld, a #)) -> (b -> State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
maskAsyncExceptions# :: (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
maskUninterruptible# :: (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
unmaskAsyncExceptions# :: (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
atomically# :: (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
catchRetry# :: (State# RealWorld -> (# State# RealWorld, a #)) -> (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
catchSTM# :: (State# RealWorld -> (# State# RealWorld, a #)) -> (b -> State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, a #) #
readTVarIO# :: TVar# s a -> State# s -> (# State# s, a #) #
writeTVar# :: TVar# s a -> a -> State# s -> State# s #
waitWrite# :: Int# -> State# s -> State# s #
noDuplicate# :: State# s -> State# s #
mkWeak# :: o -> b -> (State# RealWorld -> (# State# RealWorld, c #)) -> State# RealWorld -> (# State# RealWorld, Weak# b #) #
addCFinalizerToWeak# :: Addr# -> Addr# -> Int# -> Addr# -> Weak# b -> State# RealWorld -> (# State# RealWorld, Int# #) #
finalizeWeak# :: Weak# a -> State# RealWorld -> (# State# RealWorld, Int#, State# RealWorld -> (# State# RealWorld, b #) #) #
makeStablePtr# :: a -> State# RealWorld -> (# State# RealWorld, StablePtr# a #) #
deRefStablePtr# :: StablePtr# a -> State# RealWorld -> (# State# RealWorld, a #) #
eqStablePtr# :: StablePtr# a -> StablePtr# a -> Int# #
makeStableName# :: a -> State# RealWorld -> (# State# RealWorld, StableName# a #) #
eqStableName# :: StableName# a -> StableName# b -> Int# #
stableNameToInt# :: StableName# a -> Int# #
compactGetNextBlock# :: Compact# -> Addr# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #) #
compactFixupPointers# :: Addr# -> Addr# -> State# RealWorld -> (# State# RealWorld, Compact#, Addr# #) #
reallyUnsafePtrEquality# :: a -> a -> Int# #
numSparks# :: State# s -> (# State# s, Int# #) #
dataToTag# :: a -> Int# #
addrToAny# :: Addr# -> (# a #) #
newBCO# :: ByteArray# -> ByteArray# -> Array# a -> Int# -> ByteArray# -> State# s -> (# State# s, BCO# #) #
unpackClosure# :: a -> (# Addr#, ByteArray#, Array# b #) #
getApStackVal# :: a -> Int# -> (# Int#, b #) #
getCurrentCCS# :: a -> State# s -> (# State# s, Addr# #) #
traceEvent# :: Addr# -> State# s -> State# s #
traceMarker# :: Addr# -> State# s -> State# s #
prefetchByteArray3# :: ByteArray# -> Int# -> State# s -> State# s #
prefetchMutableByteArray3# :: MutableByteArray# s -> Int# -> State# s -> State# s #
prefetchValue3# :: a -> State# s -> State# s #
prefetchByteArray2# :: ByteArray# -> Int# -> State# s -> State# s #
prefetchMutableByteArray2# :: MutableByteArray# s -> Int# -> State# s -> State# s #
prefetchValue2# :: a -> State# s -> State# s #
prefetchByteArray1# :: ByteArray# -> Int# -> State# s -> State# s #
prefetchMutableByteArray1# :: MutableByteArray# s -> Int# -> State# s -> State# s #
prefetchValue1# :: a -> State# s -> State# s #
prefetchByteArray0# :: ByteArray# -> Int# -> State# s -> State# s #
prefetchMutableByteArray0# :: MutableByteArray# s -> Int# -> State# s -> State# s #
prefetchValue0# :: a -> State# s -> State# s #