diff options
author | johnvg | 2005-04-21 15:52:50 +0000 |
---|---|---|
committer | johnvg | 2005-04-21 15:52:50 +0000 |
commit | 0f8ae96110f200a1c40409e887a849508fb433b3 (patch) | |
tree | 40897b33e57f3108b19c15e846eab19410837da7 /frontend/type.icl | |
parent | remove unused field support_generics (diff) |
remove support for 1.3 import syntax
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1536 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.icl')
-rw-r--r-- | frontend/type.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/type.icl b/frontend/type.icl index f29bbf5..f318cfb 100644 --- a/frontend/type.icl +++ b/frontend/type.icl @@ -2261,7 +2261,7 @@ where collect_imported_instances imports common_defs dummy error class_instances type_var_heap td_infos = foldSt (collect_imported_instance common_defs) imports (dummy, error, class_instances, type_var_heap, td_infos) - collect_imported_instance common_defs (Declaration {decl_kind = STE_Imported (STE_Instance _) mod_index, decl_index }) state + collect_imported_instance common_defs (Declaration {decl_kind = STE_Imported STE_Instance mod_index, decl_index }) state = update_instances_of_class common_defs mod_index decl_index state collect_imported_instance common_defs _ state = state |