diff options
Diffstat (limited to 'backend/backendpreprocess.icl')
-rw-r--r-- | backend/backendpreprocess.icl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl index 9689a83..bc2e84b 100644 --- a/backend/backendpreprocess.icl +++ b/backend/backendpreprocess.icl @@ -21,12 +21,7 @@ class preprocess a :: !Ident a -> Preprocessor :: PreprocessState :== VarHeap -//1.3 -instance preprocess {#a} | preprocess a & ArrayElem a where -//3.1 -/*2.0 instance preprocess {#a} | preprocess a & Array {#} a where -0.2*/ preprocess aliasDummyId array = foldStateA (preprocess aliasDummyId) array |