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 /frontend/convertcases.dcl | |
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
Diffstat (limited to 'frontend/convertcases.dcl')
-rw-r--r-- | frontend/convertcases.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |