diff options
| author | johnvg | 2001-10-18 11:33:45 +0000 | 
|---|---|---|
| committer | johnvg | 2001-10-18 11:33:45 +0000 | 
| commit | ddda5856e49c82fb6d5a4a94dae46a93ceade138 (patch) | |
| tree | 9a230fd07c464bed267be66bab103c62901860ec /frontend/explicitimports.dcl | |
| parent | Bug fixes: too many error messages were printed (diff) | |
store macros and local functions in macros in separate {#{#FunDef}},
remove conversion table, except for macros
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@863 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 fe0030a..8562e5e 100644 --- a/frontend/explicitimports.dcl +++ b/frontend/explicitimports.dcl @@ -26,6 +26,6 @@ solveExplicitImports :: !(IntKeyHashtable [(Int,Position,[ImportNrAndIdents])])  				!*(!v:{#DclModule},!*{#Int},!{!*ExplImpInfo},!*CheckState)  			-> (!.SolvedImports,!(!v:{#DclModule},!.{#Int},!{!.ExplImpInfo},!.CheckState)) -checkExplicitImportCompleteness :: ![([Declaration], Position)] !*{#DclModule} !*{#FunDef} !*ExpressionHeap !*CheckState -			-> (!.{#DclModule},!.{#FunDef},!.ExpressionHeap,!.CheckState) +checkExplicitImportCompleteness :: ![([Declaration], Position)] !*{#DclModule} !*{#FunDef} !*{#*{#FunDef}} !*ExpressionHeap !*CheckState +															-> (!.{#DclModule},!.{#FunDef},!*{#*{#FunDef}},!.ExpressionHeap,!.CheckState) | 
