diff options
author | johnvg | 2011-11-09 13:59:03 +0000 |
---|---|---|
committer | johnvg | 2011-11-09 13:59:03 +0000 |
commit | 35b995a5c9ea0123fe3b33b5ef8b6c6f8d1ee239 (patch) | |
tree | 6cd56a8b74515b18393063d5692d2328782196a5 /frontend/frontend.icl | |
parent | adjust 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/frontend.icl')
-rw-r--r-- | frontend/frontend.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl index c14b9c2..19ab547 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -3,7 +3,7 @@ */ implementation module frontend -import scanner, parse, postparse, check, type, trans, convertcases, overloading, utilities, convertDynamics, +import scanner, parse, postparse, check, type, trans, partition, convertcases, overloading, utilities, convertDynamics, convertimportedtypes, compilerSwitches, analtypes, generics1, typereify, compare_types |