aboutsummaryrefslogtreecommitdiff
path: root/frontend/convertcases.icl
diff options
context:
space:
mode:
authorjohnvg2011-11-09 13:59:03 +0000
committerjohnvg2011-11-09 13:59:03 +0000
commit35b995a5c9ea0123fe3b33b5ef8b6c6f8d1ee239 (patch)
tree6cd56a8b74515b18393063d5692d2328782196a5 /frontend/convertcases.icl
parentadjust more imports after moving types Group and Component to module checksup... (diff)
add module expand_types containing some functions from module trans and module typesupport
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2025 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertcases.icl')
-rw-r--r--frontend/convertcases.icl3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/convertcases.icl b/frontend/convertcases.icl
index a6c68d7..ab38c6d 100644
--- a/frontend/convertcases.icl
+++ b/frontend/convertcases.icl
@@ -1,8 +1,7 @@
implementation module convertcases
-import syntax, compare_types, utilities, typesupport, general
+import syntax, compare_types, utilities, expand_types, general
from checksupport import ::Component(..),::ComponentMembers(..)
-from trans import convertSymbolType
// exactZip fails when its arguments are of unequal length
exactZip` :: ![.a] ![.b] -> [(.a,.b)]