Skip to content
Snippets Groups Projects
Commit 75ae05b6 authored by sof's avatar sof
Browse files

[project @ 1999-02-06 18:05:05 by sof]

The StablePtr dataCon is now a 'known' name
parent 3eb3ac1f
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment