Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
75ae05b6
Commit
75ae05b6
authored
Feb 06, 1999
by
sof
Browse files
[project @ 1999-02-06 18:05:05 by sof]
The StablePtr dataCon is now a 'known' name
parent
3eb3ac1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/prelude/PrelInfo.lhs
View file @
75ae05b6
...
...
@@ -365,6 +365,7 @@ knownKeyNames
, (mutableByteArrayTyCon_RDR, mutableByteArrayTyConKey)
, (foreignObjTyCon_RDR, foreignObjTyConKey)
, (stablePtrTyCon_RDR, stablePtrTyConKey)
, (stablePtrDataCon_RDR, stablePtrDataConKey)
-- Classes. *Must* include:
-- classes that are grabbed by key (e.g., eqClassKey)
...
...
@@ -461,10 +462,11 @@ ratioDataCon_RDR = dataQual pREL_NUM SLIT(":%")
byteArrayTyCon_RDR = tcQual pREL_ARR SLIT("ByteArray")
mutableByteArrayTyCon_RDR = tcQual pREL_ARR SLIT("MutableByteArray")
foreignObjTyCon_RDR = tcQual pREL_IO_BASE SLIT("ForeignObj")
stablePtrTyCon_RDR = tcQual pREL_STABLE SLIT("StablePtr")
deRefStablePtr_RDR = varQual pREL_STABLE SLIT("deRefStablePtr")
makeStablePtr_RDR = varQual pREL_STABLE SLIT("makeStablePtr")
foreignObjTyCon_RDR = tcQual pREL_IO_BASE SLIT("ForeignObj")
stablePtrTyCon_RDR = tcQual pREL_STABLE SLIT("StablePtr")
stablePtrDataCon_RDR = dataQual pREL_STABLE SLIT("StablePtr")
deRefStablePtr_RDR = varQual pREL_STABLE SLIT("deRefStablePtr")
makeStablePtr_RDR = varQual pREL_STABLE SLIT("makeStablePtr")
eqClass_RDR = clsQual pREL_BASE SLIT("Eq")
ordClass_RDR = clsQual pREL_BASE SLIT("Ord")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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