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/trans.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/trans.icl')
-rw-r--r-- | frontend/trans.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/trans.icl b/frontend/trans.icl index bfa2718..f8cc889 100644 --- a/frontend/trans.icl +++ b/frontend/trans.icl @@ -2,7 +2,7 @@ implementation module trans import StdEnv -import syntax, transform, checksupport, StdCompare, check, utilities, unitype, typesupport, type +import syntax, transform, checksupport, compare_types, check, utilities, unitype, typesupport, type import classify, partition SwitchCaseFusion fuse dont_fuse :== fuse |