aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/backendconvert.icl2
1 files changed, 1 insertions, 1 deletions
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)