diff options
author | johnvg | 2011-11-08 16:01:04 +0000 |
---|---|---|
committer | johnvg | 2011-11-08 16:01:04 +0000 |
commit | 97ef780031870948f16c2d28c2fd2d8165ebf63c (patch) | |
tree | 100f4327634a56b23506a22e6dc7f5d7d210bb74 /frontend/type.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@2016 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.icl')
-rw-r--r-- | frontend/type.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/type.icl b/frontend/type.icl index 4312ba9..393ee27 100644 --- a/frontend/type.icl +++ b/frontend/type.icl @@ -1,6 +1,6 @@ implementation module type -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, typesupport, check, analtypes, overloading, unitype, refmark, predef, utilities, compare_constructor import genericsupport |