From 4a1649a8718b3fbd79d9d68c29e2a3ca1106fbfc Mon Sep 17 00:00:00 2001 From: martinw Date: Tue, 13 Feb 2001 09:29:39 +0000 Subject: delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after checking of a whole dcl module component --> now cyclic module dependencies should work git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@294 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/explicitimports.dcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/explicitimports.dcl') diff --git a/frontend/explicitimports.dcl b/frontend/explicitimports.dcl index e1c5c64..86da888 100644 --- a/frontend/explicitimports.dcl +++ b/frontend/explicitimports.dcl @@ -4,7 +4,7 @@ import syntax, checksupport :: ImportNrAndIdents = { ini_symbol_nr :: !Index - , ini_belonging :: !Optional [ImportedIdent] + , ini_imp_decl :: !ImportDeclaration } :: SolvedImports = @@ -16,7 +16,7 @@ import syntax, checksupport markExplImpSymbols :: !Int !*(!*{!*{!u:ExplImpInfo}}, !*SymbolTable) -> (!.[Ident],!(!{!{!u:ExplImpInfo}},!.SymbolTable)) -updateExplImpForMarkedSymbol :: !Index Declaration !SymbolTableEntry !u:{#DclModule} !{!{!*ExplImpInfo}} !*SymbolTable +updateExplImpForMarkedSymbol :: !Index !Declaration !SymbolTableEntry !u:{#DclModule} !{!{!*ExplImpInfo}} !*SymbolTable -> (!u:{#DclModule}, !{!{!.ExplImpInfo}}, !.SymbolTable) solveExplicitImports :: !(IntKeyHashtable [(Int,Position,[ImportNrAndIdents])]) !{#Int} !Index -- cgit v1.2.3