diff options
author | johnvg | 2011-11-08 16:08:58 +0000 |
---|---|---|
committer | johnvg | 2011-11-08 16:08:58 +0000 |
commit | 3c43becbc1e7abb169949c6d078d82818b2fa325 (patch) | |
tree | e4b1698dc8c98de74790731cf03d07ce59e9cfde /frontend/overloading.icl | |
parent | rename module StdCompare to compare_types (diff) |
rename module StdCompare to compare_types
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2017 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 d5e61b7..f97389b 100644 --- a/frontend/overloading.icl +++ b/frontend/overloading.icl @@ -1,6 +1,6 @@ implementation module overloading -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, type, typesupport, utilities, unitype, predef, checktypes, convertDynamics import genericsupport, type_io_common |