Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
9592e911
Commit
9592e911
authored
Oct 21, 1998
by
sof
Browse files
[project @ 1998-10-21 11:37:23 by sof]
StablePtr primops
parent
2ab7971a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelGHC.hi-boot
View file @
9592e911
...
...
@@ -199,6 +199,7 @@ PrelGHC
newFloatArray#
newDoubleArray#
newAddrArray#
newStablePtrArray#
indexArray#
indexCharArray#
...
...
@@ -207,6 +208,7 @@ PrelGHC
indexFloatArray#
indexDoubleArray#
indexAddrArray#
indexStablePtrArray#
indexInt64Array#
indexWord64Array#
...
...
@@ -217,6 +219,7 @@ indexWordOffAddr#
indexAddrOffAddr#
indexFloatOffAddr#
indexDoubleOffAddr#
indexStablePtrOffAddr#
indexInt64OffAddr#
indexWord64OffAddr#
...
...
@@ -224,8 +227,10 @@ writeCharOffAddr#
writeIntOffAddr#
writeWordOffAddr#
writeAddrOffAddr#
writeForeignObjOffAddr#
writeFloatOffAddr#
writeDoubleOffAddr#
writeStablePtrOffAddr#
writeInt64OffAddr#
writeWord64OffAddr#
...
...
@@ -236,6 +241,7 @@ indexWordOffForeignObj#
indexAddrOffForeignObj#
indexFloatOffForeignObj#
indexDoubleOffForeignObj#
indexStablePtrOffForeignObj#
indexInt64OffForeignObj#
indexWord64OffForeignObj#
...
...
@@ -246,6 +252,7 @@ indexWord64OffForeignObj#
writeFloatArray#
writeDoubleArray#
writeAddrArray#
writeStablePtrArray#
writeInt64Array#
writeWord64Array#
...
...
@@ -256,6 +263,7 @@ indexWord64OffForeignObj#
readFloatArray#
readDoubleArray#
readAddrArray#
readStablePtrArray#
readInt64Array#
readWord64Array#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment