aboutsummaryrefslogtreecommitdiff
path: root/frontend/overloading.dcl
diff options
context:
space:
mode:
authorjohnvg2011-11-08 12:59:28 +0000
committerjohnvg2011-11-08 12:59:28 +0000
commite599ee809d75a1b529204475b29657039a44dc8b (patch)
tree59db0d038ff23e55707afdca7238df642b37c72e /frontend/overloading.dcl
parentremove differences in layout between the compiler and the iTask compiler (diff)
remove unnecessary imports of module check,
remove import of StdCompare in checksupport.dcl, changed some other imports git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2010 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/overloading.dcl')
-rw-r--r--frontend/overloading.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/overloading.dcl b/frontend/overloading.dcl
index 3104acb..32088a6 100644
--- a/frontend/overloading.dcl
+++ b/frontend/overloading.dcl
@@ -1,7 +1,7 @@
definition module overloading
import StdEnv
-import syntax, check, typesupport
+import syntax, typesupport
:: InstanceTree = IT_Node !(Global Index) !InstanceTree !InstanceTree | IT_Empty