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/typeproperties.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/typeproperties.icl')
-rw-r--r-- | frontend/typeproperties.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typeproperties.icl b/frontend/typeproperties.icl index 5f6e04d..1b8ab5a 100644 --- a/frontend/typeproperties.icl +++ b/frontend/typeproperties.icl @@ -2,7 +2,7 @@ implementation module typeproperties import StdEnv -import general, StdCompare +import general, compare_types :: TypeClassification = { tc_signs :: TypeSignTree |