Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
640ade95
Commit
640ade95
authored
Jul 17, 2001
by
Ronny Wichers Schreur
🏢
Browse files
assign correct selector kind to intermediate selections in nested updates
parent
70842bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/backendconvert.icl
View file @
640ade95
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment