diff options
author | ronny | 2002-09-20 11:10:02 +0000 |
---|---|---|
committer | ronny | 2002-09-20 11:10:02 +0000 |
commit | 1e35c2b288932771c19470338c3e1fb21ff5c14c (patch) | |
tree | 1fe68847f8594372a0f8478db6e977185a3d4c5f /frontend/convertDynamics.icl | |
parent | removed unnecessary exports (diff) |
moved var info definitions to the modules where they are used
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1204 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertDynamics.icl')
-rw-r--r-- | frontend/convertDynamics.icl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index 9ab46a1..3c04535 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -17,6 +17,9 @@ import type_io; from type_io_common import class toString (..),instance toString GlobalTCType; 0.2*/ +:: TypeCodeVariableInfo = TCI_TypeTerm | TCI_TypeVar !Expression +:: DynamicValueAliasInfo :== BoundVar + :: *ConversionState = { ci_predef_symb :: !*PredefinedSymbols , ci_var_heap :: !*VarHeap |