diff options
author | johnvg | 2011-11-08 16:00:02 +0000 |
---|---|---|
committer | johnvg | 2011-11-08 16:00:02 +0000 |
commit | 109ede91c28841b9f496a3f40274741043f7ab3c (patch) | |
tree | 040c564f7981f39e182818bcc9f7b1351acf0989 /frontend/unitype.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@2015 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.icl')
-rw-r--r-- | frontend/unitype.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/unitype.icl b/frontend/unitype.icl index cf81e82..db6d77d 100644 --- a/frontend/unitype.icl +++ b/frontend/unitype.icl @@ -1,6 +1,6 @@ implementation module unitype -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, analunitypes, type, utilities, checktypes |