diff options
author | martijnv | 2001-11-19 12:18:42 +0000 |
---|---|---|
committer | martijnv | 2001-11-19 12:18:42 +0000 |
commit | 3fb78ca35912b7a553d61ae803ca9bed881b77ff (patch) | |
tree | f7820961b5439f1653d4d42dad8390fb0d33e656 /frontend/overloading.icl | |
parent | fix bug in exporting record labels for Dynamics (diff) |
Changes:
* predef; replace *some* strings by macro's
* small changes
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@892 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/overloading.icl')
-rw-r--r-- | frontend/overloading.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/overloading.icl b/frontend/overloading.icl index d3ac1fd..a50210c 100644 --- a/frontend/overloading.icl +++ b/frontend/overloading.icl @@ -3,7 +3,7 @@ implementation module overloading import StdEnv import syntax, check, type, typesupport, utilities, unitype, predef, checktypes, convertDynamics -import generics, compilerSwitches +import generics, compilerSwitches, type_io_common :: InstanceTree = IT_Node !(Global Index) !InstanceTree !InstanceTree | IT_Empty |