diff options
author | ronny | 2002-09-20 08:40:45 +0000 |
---|---|---|
committer | ronny | 2002-09-20 08:40:45 +0000 |
commit | 97560231e2b243d0dd3cac4b689c8cf37eaa192f (patch) | |
tree | 168bca9727288fc90dda4baac8e9159a1098d24a /backend/backendconvert.icl | |
parent | bug fixed: check if overloading is solved in type codes, removed some unused ... (diff) |
switch to 2.0 syntax, remove duplicated definitions from icl modules
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1200 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backendconvert.icl')
-rw-r--r-- | backend/backendconvert.icl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/backendconvert.icl b/backend/backendconvert.icl index 5a44492..31a89a5 100644 --- a/backend/backendconvert.icl +++ b/backend/backendconvert.icl @@ -654,14 +654,8 @@ class declare a :: ModuleIndex a -> BackEnder class declareWithIndex a :: Index ModuleIndex a -> BackEnder -//1.3 -instance declare {#a} | declareWithIndex a & ArrayElem a where - declare :: ModuleIndex {#a} -> BackEnder | declareWithIndex a & ArrayElem a -//3.1 -/*2.0 instance declare {#a} | declareWithIndex a & Array {#} a where declare :: ModuleIndex {#a} -> BackEnder | declareWithIndex a & Array {#} a -0.2*/ declare moduleIndex array = foldStateWithIndexA (\i -> declareWithIndex i moduleIndex) array |