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
b8653fc1
Commit
b8653fc1
authored
Nov 04, 2019
by
johnvg@science.ru.nl
Browse files
fix mistakes in code for finding unboxed array and list instances
parent
2497e35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/overloading.icl
View file @
b8653fc1
...
...
@@ -724,7 +724,7 @@ where
|
FoundObject
left_index
=
(
left_index
,
predef_symbols
)
#
(
inst_index
,
predef_symbols
)
=
find_unboxed_array_instance_in_list
element_type
instances
defs
predef_symbols
|
FoundObject
lef
t_index
|
FoundObject
ins
t_index
=
(
inst_index
,
predef_symbols
)
=
find_sorted_unboxed_array_instance
element_type
right
defs
predef_symbols
find_sorted_unboxed_array_instance
element_type
SI_Empty
defs
predef_symbols
...
...
@@ -769,7 +769,7 @@ where
|
FoundObject
left_index
=
left_index
#
inst_index
=
find_unboxed_list_instance_in_list
element_type
instances
defs
|
FoundObject
lef
t_index
|
FoundObject
ins
t_index
=
inst_index
=
find_sorted_unboxed_list_instance
element_type
right
defs
find_sorted_unboxed_list_instance
element_type
SI_Empty
defs
...
...
Write
Preview
Markdown
is supported
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