Skip to content

Commit

Permalink
Fixing runtime/bench
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Aug 11, 2023
1 parent 8fc5995 commit cc9df48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ type Array_Proxy
methods.
from_proxy_object : Any -> Array
from_proxy_object proxy =
Array_Like_Helpers.new proxy.length proxy.at
Array_Like_Helpers.new_array_proxy_builtin proxy.length proxy.at

0 comments on commit cc9df48

Please sign in to comment.