aboutsummaryrefslogtreecommitdiff
path: root/frontend/explicitimports.dcl
diff options
context:
space:
mode:
authormartinw2001-02-22 15:21:33 +0000
committermartinw2001-02-22 15:21:33 +0000
commit2d0ef89b760d22ed6fc02ce2c7bf2b331ecf180a (patch)
tree5bdcb5c3c277d078d078a569ef9277f80dd9f10c /frontend/explicitimports.dcl
parentbugfix: a function that made some types in StdArray.dcl more strict had (diff)
bugfix: explicit imports of instances did not work in conjunction with dcl
caching git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@300 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/explicitimports.dcl')
-rw-r--r--frontend/explicitimports.dcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/explicitimports.dcl b/frontend/explicitimports.dcl
index 86da888..fe0030a 100644
--- a/frontend/explicitimports.dcl
+++ b/frontend/explicitimports.dcl
@@ -19,6 +19,9 @@ markExplImpSymbols :: !Int !*(!*{!*{!u:ExplImpInfo}}, !*SymbolTable)
updateExplImpForMarkedSymbol :: !Index !Declaration !SymbolTableEntry !u:{#DclModule} !{!{!*ExplImpInfo}} !*SymbolTable
-> (!u:{#DclModule}, !{!{!.ExplImpInfo}}, !.SymbolTable)
+optStoreInstanceWithClassSymbol :: Declaration !Ident !*SymbolTable
+ -> .SymbolTable
+
solveExplicitImports :: !(IntKeyHashtable [(Int,Position,[ImportNrAndIdents])]) !{#Int} !Index
!*(!v:{#DclModule},!*{#Int},!{!*ExplImpInfo},!*CheckState)
-> (!.SolvedImports,!(!v:{#DclModule},!.{#Int},!{!.ExplImpInfo},!.CheckState))