diff options
Diffstat (limited to 'backend/backendpreprocess.icl')
-rw-r--r-- | backend/backendpreprocess.icl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl index 1278330..72242f0 100644 --- a/backend/backendpreprocess.icl +++ b/backend/backendpreprocess.icl @@ -17,7 +17,12 @@ class preprocess a :: 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 array = foldStateA preprocess array |