diff options
author | alimarin | 2001-04-25 15:57:41 +0000 |
---|---|---|
committer | alimarin | 2001-04-25 15:57:41 +0000 |
commit | 36aaf5c047be8b363b5e0ea9cdb35bf69c3652e1 (patch) | |
tree | 497776e2c0d8c17070794f0285088e6f9ec00c80 /frontend/predef.dcl | |
parent | *** empty log message *** (diff) |
added support for constructors (for toString like usage),
fromString is not yet supported
some error handling improved
parial instances are temporary disabled
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@368 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/predef.dcl')
-rw-r--r-- | frontend/predef.dcl | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/frontend/predef.dcl b/frontend/predef.dcl index cfa0c04..ad7ff6f 100644 --- a/frontend/predef.dcl +++ b/frontend/predef.dcl @@ -105,20 +105,26 @@ PD_ConsPAIR :== 145 PD_TypeARROW :== 146 PD_ConsARROW :== 147 -PD_isomap_ARROW_ :== 148 -PD_isomap_ID :== 149 +PD_TypeCONSInfo :== 148 +PD_ConsCONSInfo :== 149 +PD_cons_info :== 150 +PD_TypeCONS :== 151 +PD_ConsCONS :== 152 + +PD_isomap_ARROW_ :== 153 +PD_isomap_ID :== 154 /* StdMisc */ -PD_StdMisc :== 150 -PD_abort :== 151 -PD_undef :== 152 +PD_StdMisc :== 155 +PD_abort :== 156 +PD_undef :== 157 -PD_Start :== 153 +PD_Start :== 158 // MW.. -PD_DummyForStrictAliasFun :== 154 +PD_DummyForStrictAliasFun :== 159 -PD_NrOfPredefSymbols :== 155 +PD_NrOfPredefSymbols :== 160 // ..MW GetTupleConsIndex tup_arity :== PD_Arity2TupleSymbol + tup_arity - 2 |