diff options
author | johnvg | 2011-11-09 11:12:31 +0000 |
---|---|---|
committer | johnvg | 2011-11-09 11:12:31 +0000 |
commit | 2c5041661277ee4fbd2729f3fa03e754c60cc238 (patch) | |
tree | 2d1f5a9f7c7b3beaf2d697dfce9fe2c0323ef5f5 /frontend/convertcases.icl | |
parent | rename module StdCompare to compare_types (diff) |
move types Group and Component to module checksupport
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2019 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertcases.icl')
-rw-r--r-- | frontend/convertcases.icl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/frontend/convertcases.icl b/frontend/convertcases.icl index 9c5c8a9..a6c68d7 100644 --- a/frontend/convertcases.icl +++ b/frontend/convertcases.icl @@ -1,10 +1,7 @@ -/* - module owner: Ronny Wichers Schreur -*/ implementation module convertcases -import syntax, transform, compare_types, utilities, typesupport, general -from partition import ::Component(..),::ComponentMembers(..) +import syntax, compare_types, utilities, typesupport, general +from checksupport import ::Component(..),::ComponentMembers(..) from trans import convertSymbolType // exactZip fails when its arguments are of unequal length |