We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ea9ae commit 2499cdaCopy full SHA for 2499cda
1 file changed
tests/benchmarks/resources/runtime/binary_trees.ark
@@ -38,8 +38,8 @@
38
item
39
(- (+ item (check_tree_closure left)) (check_tree_closure right))) }))
40
41
-(let make_tree make_tree_list)
42
-(let check_tree check_tree_list)
+(let make_tree make_tree_closure)
+(let check_tree check_tree_closure)
43
44
(let min_depth 4)
45
(let max_depth 12)
0 commit comments