Skip to content
GitLab
Menu
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
8bbc3793
Commit
8bbc3793
authored
Nov 09, 1999
by
Sjaak Smetsers
Browse files
bug fix: missing alternative in 'instance distributeLets Selection'
parent
310b0be8
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/convertcases.icl
View file @
8bbc3793
...
...
@@ -1414,6 +1414,10 @@ where
distributeLets
depth
(
ArraySelection
selector
expr_ptr
expr
)
cp_info
#
(
expr
,
cp_info
)
=
distributeLets
depth
expr
cp_info
=
(
ArraySelection
selector
expr_ptr
expr
,
cp_info
)
distributeLets
depth
(
DictionarySelection
var
selectors
expr_ptr
expr
)
cp_info
#
(
selectors
,
cp_info
)
=
distributeLets
depth
selectors
cp_info
#
(
expr
,
cp_info
)
=
distributeLets
depth
expr
cp_info
=
(
DictionarySelection
var
selectors
expr_ptr
expr
,
cp_info
)
distributeLets
depth
selection
cp_info
=
(
selection
,
cp_info
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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