diff options
author | johnvg | 2007-04-11 12:38:08 +0000 |
---|---|---|
committer | johnvg | 2007-04-11 12:38:08 +0000 |
commit | a16c85383f0c271a58273354e9a71321e5725128 (patch) | |
tree | 33f4818b1a3c060d1120bedf525d46cf22cf0430 /frontend/classify.icl | |
parent | remove updateExpression instance for removed type (diff) |
remove import of module checksupport
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1662 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/classify.icl')
-rw-r--r-- | frontend/classify.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/classify.icl b/frontend/classify.icl index 6ef3cd5..f14072f 100644 --- a/frontend/classify.icl +++ b/frontend/classify.icl @@ -6,7 +6,7 @@ implementation module classify SwitchMultimatchClassification multi no_multi :== multi SwitchNewOld new old :== new -import syntax, checksupport, transform +import syntax, transform import StdStrictLists :: CleanupInfo :== [ExprInfoPtr] |