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
3d90663e
Commit
3d90663e
authored
Apr 08, 2005
by
John van Groningen
Browse files
fix uniqueness type of UnqArraySelectFun
parent
cab17264
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/checkFunctionBodies.icl
View file @
3d90663e
...
...
@@ -980,7 +980,9 @@ checkExpression free_vars (PE_Selection selector_kind expr [PS_Array index_expr]
=
case
selector_kind
of
ParsedNormalSelector
->
(
PD_ArraySelectFun
,
NormalSelector
)
ParsedUniqueSelector
_
ParsedUniqueSelector
False
->
(
PD_UnqArraySelectFun
,
NormalSelector
)
ParsedUniqueSelector
True
->
(
PD_UnqArraySelectFun
,
NormalSelectorUniqueElementResult
)
#
(
glob_select_symb
,
cs
)
=
getPredefinedGlobalSymbol
select_fun
PD_StdArray
STE_Member
2
cs
(
selector
,
free_vars
,
e_state
,
e_info
,
cs
)
=
checkArraySelection
glob_select_symb
free_vars
index_expr
e_input
e_state
e_info
cs
...
...
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