diff options
author | martijnv | 2001-02-15 10:59:50 +0000 |
---|---|---|
committer | martijnv | 2001-02-15 10:59:50 +0000 |
commit | 896a57f96db5602861f61f5fcb858c70a461c8ed (patch) | |
tree | db26fd0d3fbffa34de4de9524eaa5ffe4f71293c /frontend/predef.dcl | |
parent | bugfix: the algorithm couldn't handle applications that were (curried) (diff) |
DynamicTemp added to the compiler. You will be needing a new
StdEnv 2.0 in which DynamicTemp is added.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@297 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/predef.dcl')
-rw-r--r-- | frontend/predef.dcl | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/frontend/predef.dcl b/frontend/predef.dcl index 66f032c..8115648 100644 --- a/frontend/predef.dcl +++ b/frontend/predef.dcl @@ -34,7 +34,14 @@ PD_Arity32TupleSymbol :== 69 PD_TypeVar_a0 :== 70 PD_TypeVar_a31 :== 101 +/* Dynamics */ + PD_TypeCodeMember :== 123 +// MV ... +PD_DynamicTemp :== 131 +PD_DynamicValue :== 132 +PD_DynamicType :== 133 +// ... MV /* identifiers present in the hastable */ @@ -75,17 +82,18 @@ PD_TypeCodeClass :== 122 PD_TypeObjectType :== 124 PD_TypeConsSymbol :== 125 PD_unify :== 126 +// MV .. PD_coerce :== 127 PD_variablePlaceholder :== 128 PD_StdDynamics :== 129 PD_undo_indirections :== 130 -PD_Start :== 131 +PD_Start :== 134 // MW.. -PD_DummyForStrictAliasFun :== 132 +PD_DummyForStrictAliasFun :== 135 -PD_NrOfPredefSymbols :== 133 +PD_NrOfPredefSymbols :== 136 // ..MW GetTupleConsIndex tup_arity :== PD_Arity2TupleSymbol + tup_arity - 2 |