diff options
author | johnvg | 2011-11-09 11:23:40 +0000 |
---|---|---|
committer | johnvg | 2011-11-09 11:23:40 +0000 |
commit | 982e73960d97e9658fe73418edc8d2e7d3d7ec6f (patch) | |
tree | 3ca0f160e277952c181d81a572568627dde39f8e | |
parent | move types Group and Component to module checksupport (diff) |
adjust more imports after moving types Group and Component to module checksupport
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2021 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | frontend/convertDynamics.dcl | 6 | ||||
-rw-r--r-- | frontend/convertcases.dcl | 2 | ||||
-rw-r--r-- | frontend/type_io.dcl | 1 |
3 files changed, 2 insertions, 7 deletions
diff --git a/frontend/convertDynamics.dcl b/frontend/convertDynamics.dcl index 7c8f44e..8ce0b52 100644 --- a/frontend/convertDynamics.dcl +++ b/frontend/convertDynamics.dcl @@ -1,10 +1,6 @@ -/* - module owner: Ronny Wichers Schreur -*/ definition module convertDynamics -import syntax , checksupport -from partition import ::Component +import syntax, checksupport :: TypeCodeVariableInfo :: DynamicValueAliasInfo diff --git a/frontend/convertcases.dcl b/frontend/convertcases.dcl index 2648812..dab97d7 100644 --- a/frontend/convertcases.dcl +++ b/frontend/convertcases.dcl @@ -4,7 +4,7 @@ definition module convertcases import syntax -from partition import ::Component +from checksupport import ::Component :: LetVarInfo :: LetExpressionInfo diff --git a/frontend/type_io.dcl b/frontend/type_io.dcl index 114d0a3..e22afbe 100644 --- a/frontend/type_io.dcl +++ b/frontend/type_io.dcl @@ -5,7 +5,6 @@ definition module type_io import scanner, general, Heap, typeproperties, utilities, checksupport import StdEnv -import trans :: WriteTypeInfoState = { wtis_n_type_vars :: !Int |