aboutsummaryrefslogtreecommitdiff
path: root/frontend/checktypes.icl
diff options
context:
space:
mode:
authorsjakie2000-02-16 13:03:36 +0000
committersjakie2000-02-16 13:03:36 +0000
commit8aa50b713eefca70fe5bd4e909690a7da1218b58 (patch)
tree345a5a023bf31329c308e55a42a27301ea2fd306 /frontend/checktypes.icl
parentadded Boolean to FunctionKind to mark genetared functions (diff)
buf fix (dictionary types in dcl modules)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@91 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checktypes.icl')
-rw-r--r--frontend/checktypes.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl
index 49651fb..4802ced 100644
--- a/frontend/checktypes.icl
+++ b/frontend/checktypes.icl
@@ -226,7 +226,7 @@ decodeTopConsVar cv :== ~(inc cv)
checkTypeDef type_index module_index ts=:{ts_type_defs} ti=:{ti_type_heaps} cs=:{cs_error}
#! type_def = ts_type_defs.[type_index]
- # {td_name,td_pos,td_args,td_attribute,td_properties} = type_def
+ # {td_name,td_pos,td_args,td_attribute} = type_def
position = newPosition td_name td_pos
cs_error = pushErrorAdmin position cs_error
(td_attribute, attr_vars, th_attrs) = determine_root_attribute td_attribute td_name.id_name ti_type_heaps.th_attrs