@@ -61,7 +61,7 @@ arith_parser.cmj : ../stdlib/parsing.cmj ../stdlib/obj.cmj \
61
61
../stdlib/lexing.cmj arith_syntax.cmj
62
62
arith_syntax.cmj :
63
63
arity_deopt.cmj : mt.cmj
64
- array_data_util.cmj : ../others/bs_Array .cmj
64
+ array_data_util.cmj : ../others/belt .cmj
65
65
array_safe_get.cmj : ../stdlib/array.cmj
66
66
array_subtle_test.cmj : mt.cmj ../runtime/js.cmj ../stdlib/array.cmj
67
67
array_test.cmj : ../stdlib/pervasives.cmj mt.cmj ../stdlib/list.cmj \
@@ -93,23 +93,21 @@ bs_auto_uncurry.cmj : ../runtime/js.cmj
93
93
bs_auto_uncurry_test.cmj : mt.cmj ../others/js_array.cmj ../runtime/js.cmj
94
94
bs_hashmap_test.cmj : mt.cmj ../stdlib/hashtbl.cmj ../others/belt.cmj \
95
95
array_data_util.cmj
96
- bs_hashset_int_test.cmj : mt.cmj ../others/bs_Array.cmj ../others/belt.cmj \
97
- array_data_util.cmj
96
+ bs_hashset_int_test.cmj : mt.cmj ../others/belt.cmj array_data_util.cmj
98
97
bs_hashtbl_string_test.cmj : ../stdlib/hashtbl.cmj ../others/belt.cmj
99
98
bs_ignore_effect.cmj : mt.cmj
100
99
bs_ignore_test.cmj : ../runtime/js.cmj
101
100
bs_list_test.cmj : mt.cmj ../runtime/js.cmj ../others/belt.cmj
102
- bs_map_set_dict_test.cmj : mt.cmj ../runtime/js.cmj ../others/bs_Array .cmj \
103
- ../others/belt.cmj array_data_util.cmj
101
+ bs_map_set_dict_test.cmj : mt.cmj ../runtime/js.cmj ../others/belt .cmj \
102
+ array_data_util.cmj
104
103
bs_map_test.cmj : mt.cmj ../others/belt.cmj
105
104
bs_min_max_test.cmj : ../stdlib/pervasives.cmj mt.cmj
106
105
bs_mutable_set_test.cmj : mt.cmj ../runtime/js.cmj ../others/belt.cmj \
107
106
array_data_util.cmj ../stdlib/array.cmj
108
107
bs_node_string_buffer_test.cmj : ../others/node.cmj ../runtime/js.cmj
109
- bs_poly_map_test.cmj : mt.cmj ../runtime/js.cmj ../others/bs_Array.cmj \
110
- ../others/belt.cmj array_data_util.cmj
111
- bs_poly_mutable_map_test.cmj : mt.cmj ../others/bs_Array.cmj \
112
- ../others/belt.cmj array_data_util.cmj
108
+ bs_poly_map_test.cmj : mt.cmj ../runtime/js.cmj ../others/belt.cmj \
109
+ array_data_util.cmj
110
+ bs_poly_mutable_map_test.cmj : mt.cmj ../others/belt.cmj array_data_util.cmj
113
111
bs_poly_mutable_set_test.cmj : mt.cmj ../runtime/js.cmj ../others/belt.cmj \
114
112
array_data_util.cmj
115
113
bs_poly_set_test.cmj : mt.cmj ../runtime/js.cmj ../others/belt.cmj \
@@ -120,10 +118,8 @@ bs_rbset_int_bench.cmj : rbset.cmj
120
118
bs_rest_test.cmj :
121
119
bs_set_bench.cmj : ../others/belt.cmj
122
120
bs_set_int_test.cmj : mt.cmj ../stdlib/list.cmj ../runtime/js.cmj \
123
- ../others/bs_Array.cmj ../others/belt.cmj array_data_util.cmj \
124
- ../stdlib/array.cmj
125
- bs_sort_test.cmj : mt.cmj ../others/bs_Range.cmj ../others/bs_Array.cmj \
126
- ../others/belt.cmj array_data_util.cmj
121
+ ../others/belt.cmj array_data_util.cmj ../stdlib/array.cmj
122
+ bs_sort_test.cmj : mt.cmj ../others/belt.cmj array_data_util.cmj
127
123
bs_splice_partial.cmj : ../runtime/js.cmj
128
124
bs_stack_test.cmj : ../runtime/js.cmj ../others/belt.cmj
129
125
bs_string_test.cmj : mt.cmj ../runtime/js.cmj
@@ -329,8 +325,7 @@ hashtbl_test.cmj : mt.cmj ../stdlib/moreLabels.cmj ../stdlib/list.cmj \
329
325
hello.foo.cmj : ../runtime/js.cmj
330
326
http_types.cmj : ../runtime/js.cmj
331
327
ignore_test.cmj : mt.cmj ../runtime/js.cmj
332
- imm_map_bench.cmj : ../runtime/js.cmj ../others/bs_Array.cmj \
333
- ../others/belt.cmj
328
+ imm_map_bench.cmj : ../runtime/js.cmj ../others/belt.cmj
334
329
include_side_effect.cmj : side_effect.cmj
335
330
include_side_effect_free.cmj : side_effect_free.cmj
336
331
infer_type_test.cmj : ../runtime/js.cmj infer_type_test.cmi
0 commit comments