diff options
author | diederik | 2002-07-29 11:48:28 +0000 |
---|---|---|
committer | diederik | 2002-07-29 11:48:28 +0000 |
commit | cefeb6493a9695fc1dfa664ebbc4c3811c08e15c (patch) | |
tree | 982f9d623e514635a61bf972691b111b3643855f /frontend/convertDynamics.icl | |
parent | add to exports for unused strict let removal after fusion (diff) |
move typedefs from trans to syntax; allow for uncurried instances; fix compare for PR_Unused
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1177 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertDynamics.icl')
-rw-r--r-- | frontend/convertDynamics.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index 1b4d617..b1b0877 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -3,7 +3,7 @@ */ implementation module convertDynamics -import syntax, transform, utilities, convertcases, compilerSwitches +import syntax, transform, utilities, convertcases, compilerSwitches, trans from type_io_common import PredefinedModuleName // Optional USE_TUPLES tuple b :== b; // change also StdDynamic.icl and recompile all applications |