diff options
author | martinw | 2001-02-13 09:29:39 +0000 |
---|---|---|
committer | martinw | 2001-02-13 09:29:39 +0000 |
commit | 4a1649a8718b3fbd79d9d68c29e2a3ca1106fbfc (patch) | |
tree | d313c1e1bb960ff1d669ec53b7e9976165002c9f /frontend/explicitimports.dcl | |
parent | Removed pretty printing of types in instances (diff) |
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
Diffstat (limited to 'frontend/explicitimports.dcl')
-rw-r--r-- | frontend/explicitimports.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |