From 1e35c2b288932771c19470338c3e1fb21ff5c14c Mon Sep 17 00:00:00 2001 From: ronny Date: Fri, 20 Sep 2002 11:10:02 +0000 Subject: 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 --- frontend/convertDynamics.icl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/convertDynamics.icl') 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 -- cgit v1.2.3