From 82bd65297bb04bdd2b144e2c426b6a548024ff6e Mon Sep 17 00:00:00 2001 From: martinw Date: Wed, 1 Nov 2000 15:42:13 +0000 Subject: improved code for explicit imports, moved all switches to syntax module git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@277 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/type.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/type.icl') diff --git a/frontend/type.icl b/frontend/type.icl index e72d55d..bfe7033 100644 --- a/frontend/type.icl +++ b/frontend/type.icl @@ -1986,7 +1986,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 {dcl_ident, dcl_kind = STE_Imported STE_Instance mod_index, dcl_index } state + collect_imported_instance common_defs {dcl_ident, dcl_kind = STE_Imported (STE_Instance _) mod_index, dcl_index } state = update_instances_of_class common_defs mod_index dcl_index state collect_imported_instance common_defs _ state = state -- cgit v1.2.3