diff options
author | johnvg | 2012-08-14 10:03:06 +0000 |
---|---|---|
committer | johnvg | 2012-08-14 10:03:06 +0000 |
commit | 8f235418ef16fc1341fef9698688c3fdee20b79f (patch) | |
tree | 74da14decf5a0709f3254af5780a740f823a7c32 /frontend/convertDynamics.icl | |
parent | remove VI_Expression pointer values after copying a case alternative in the f... (diff) |
add extendable algebraic data types (merged from iTask branch)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2149 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertDynamics.icl')
-rw-r--r-- | frontend/convertDynamics.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index 801e1ac..2780825 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -20,7 +20,7 @@ import type_io; :: DynamicRepresentation = !{ dr_type_ident :: SymbIdent - , dr_dynamic_type :: Global Index + , dr_dynamic_type :: GlobalIndex , dr_dynamic_symbol :: Global DefinedSymbol , dr_type_code_constructor_symb_ident :: SymbIdent } @@ -740,7 +740,7 @@ create_dynamic_and_selector_idents common_defs predefined_symbols # dynamic_defined_symbol = {glob_module = pds_module1, glob_object = rt_constructor} - # dynamic_type = {glob_module = pds_module1, glob_object = pds_def1} + # dynamic_type = {gi_module = pds_module1, gi_index = pds_def1} # dynamic_temp_symb_ident = { SymbIdent | |