Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
clean-compiler-and-rts
compiler
Commits
b8653fc1
Commit
b8653fc1
authored
Nov 04, 2019
by
johnvg@science.ru.nl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mistakes in code for finding unboxed array and list instances
parent
2497e35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
frontend/overloading.icl
frontend/overloading.icl
+2
-2
No files found.
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