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

[project @ 1998-08-14 11:38:35 by sof]

Word* and Int*  tycons added to data_tycons
parent 55097a5b
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ prim_tycons
, doublePrimTyCon
, floatPrimTyCon
, intPrimTyCon
, int64PrimTyCon
, foreignObjPrimTyCon
, mutableArrayPrimTyCon
, mutableByteArrayPrimTyCon
......@@ -133,6 +134,7 @@ prim_tycons
, stablePtrPrimTyCon
, statePrimTyCon
, wordPrimTyCon
, word64PrimTyCon
]
tuple_tycons = unitTyCon : [tupleTyCon i | i <- [2..37] ]
......@@ -147,6 +149,10 @@ data_tycons
, floatTyCon
, foreignObjTyCon
, intTyCon
, int8TyCon
, int16TyCon
, int32TyCon
, int64TyCon
, integerTyCon
, liftTyCon
, return2GMPsTyCon
......@@ -170,6 +176,10 @@ data_tycons
, stateAndWordPrimTyCon
, voidTyCon
, wordTyCon
, word8TyCon
, word16TyCon
, word32TyCon
, word64TyCon
]
\end{code}
......@@ -203,7 +213,7 @@ wired_in_ids
, rEC_CON_ERROR_ID
, rEC_UPD_ERROR_ID
, realWorldPrimId
, tRACE_ID
-- , tRACE_ID
, unpackCString2Id
, unpackCStringAppendId
, unpackCStringFoldrId
......
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