aboutsummaryrefslogtreecommitdiff
path: root/frontend/explicitimports.icl
diff options
context:
space:
mode:
authorjohnvg2001-12-13 12:27:32 +0000
committerjohnvg2001-12-13 12:27:32 +0000
commit83a334aa9824aff2756925db9f3fadc94a2c140a (patch)
tree5a41f0b156342a1e37ab0abd1534d1629c92576c /frontend/explicitimports.icl
parentLifting of dynamic expressions repaired (diff)
remove tuple symbol from UniqueSelector (! selector) and MatchExpr
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@935 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/explicitimports.icl')
-rw-r--r--frontend/explicitimports.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/explicitimports.icl b/frontend/explicitimports.icl
index 2076eab..107e5b7 100644
--- a/frontend/explicitimports.icl
+++ b/frontend/explicitimports.icl
@@ -660,7 +660,7 @@ instance check_completeness Expression where
= ccs
check_completeness (ABCCodeExpr _ _) _ ccs
= ccs
- check_completeness (MatchExpr _ constructor expression) cci ccs
+ check_completeness (MatchExpr constructor expression) cci ccs
= check_completeness expression cci
(check_whether_ident_is_imported constructor.glob_object.ds_ident STE_Constructor cci ccs)
check_completeness (FreeVar _) _ ccs