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/postparse.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/postparse.icl')
-rw-r--r-- | frontend/postparse.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.icl b/frontend/postparse.icl index 872f30e..d547327 100644 --- a/frontend/postparse.icl +++ b/frontend/postparse.icl @@ -1,7 +1,7 @@ implementation module postparse import StdEnv -import syntax, parse, utilities, containers, StdCompare +import syntax, parse, utilities, containers, compare_types import genericsupport :: *CollectAdmin = |