From be30433859d186a361e5e6981ac4276215e664da Mon Sep 17 00:00:00 2001 From: ronny Date: Tue, 17 Jul 2001 09:27:49 +0000 Subject: assign correct selector kind to intermediate selections in nested updates git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@546 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backend/backendconvert.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/backendconvert.icl b/backend/backendconvert.icl index 39d3bc1..48a7866 100644 --- a/backend/backendconvert.icl +++ b/backend/backendconvert.icl @@ -1669,7 +1669,7 @@ where = [(BESelector_F, selection) : addMoreKinds selections] where addMoreKinds selections - = [(BESelector_U, selection) \\ selection <- selections] + = [(BESelector_N, selection) \\ selection <- selections] addKinds [] = [] convertExpr (TupleSelect {ds_arity} n expr) -- cgit v1.2.3