@@ -344,24 +344,24 @@ b("File \"bs_array_test.ml\", line 93, characters 4-11", Caml_obj.caml_equal(Bel
344
344
345
345
b ( "File \"bs_array_test.ml\", line 94, characters 4-11" , Caml_obj . caml_equal ( Belt_Array . rangeBy ( 3 , 3 , 1 ) , [ 3 ] ) ) ;
346
346
347
- eq ( "File \"bs_array_test.ml\", line 99, characters 5-12" , Belt_Array . reduceReverse ( [ ] , 100 , ( function ( prim , prim$1 ) {
348
- return prim - prim$1 | 0 ;
347
+ eq ( "File \"bs_array_test.ml\", line 99, characters 5-12" , Belt_Array . reduceReverse ( [ ] , 100 , ( function ( prim0 , prim1 ) {
348
+ return prim0 - prim1 | 0 ;
349
349
} ) ) , 100 ) ;
350
350
351
351
eq ( "File \"bs_array_test.ml\", line 100, characters 5-12" , Belt_Array . reduceReverse ( [
352
352
1 ,
353
353
2
354
- ] , 100 , ( function ( prim , prim$1 ) {
355
- return prim - prim$1 | 0 ;
354
+ ] , 100 , ( function ( prim0 , prim1 ) {
355
+ return prim0 - prim1 | 0 ;
356
356
} ) ) , 97 ) ;
357
357
358
358
eq ( "File \"bs_array_test.ml\", line 101, characters 5-12" , Belt_Array . reduceReverse ( [
359
359
1 ,
360
360
2 ,
361
361
3 ,
362
362
4
363
- ] , 100 , ( function ( prim , prim$1 ) {
364
- return prim - prim$1 | 0 ;
363
+ ] , 100 , ( function ( prim0 , prim1 ) {
364
+ return prim0 - prim1 | 0 ;
365
365
} ) ) , 90 ) ;
366
366
367
367
eq ( "File \"bs_array_test.ml\", line 102, characters 5-12" , Belt_Array . reduceWithIndex ( [
@@ -1124,8 +1124,8 @@ eq("File \"bs_array_test.ml\", line 258, characters 5-12", Belt_Array.zipBy([
1124
1124
1 ,
1125
1125
2 ,
1126
1126
3
1127
- ] , ( function ( prim , prim$1 ) {
1128
- return prim - prim$1 | 0 ;
1127
+ ] , ( function ( prim0 , prim1 ) {
1128
+ return prim0 - prim1 | 0 ;
1129
1129
} ) ) , [
1130
1130
1 ,
1131
1131
1 ,
@@ -1141,8 +1141,8 @@ eq("File \"bs_array_test.ml\", line 259, characters 5-12", Belt_Array.zipBy([
1141
1141
3 ,
1142
1142
4 ,
1143
1143
1
1144
- ] , ( function ( prim , prim$1 ) {
1145
- return prim - prim$1 | 0 ;
1144
+ ] , ( function ( prim0 , prim1 ) {
1145
+ return prim0 - prim1 | 0 ;
1146
1146
} ) ) , Belt_Array . map ( [
1147
1147
1 ,
1148
1148
1 ,
@@ -1226,8 +1226,8 @@ b("File \"bs_array_test.ml\", line 273, characters 4-11", !Belt_Array.some([
1226
1226
b ( "File \"bs_array_test.ml\", line 274, characters 4-11" , ! Belt_Array . eq ( [
1227
1227
0 ,
1228
1228
1
1229
- ] , [ 1 ] , ( function ( prim , prim$1 ) {
1230
- return prim === prim$1 ;
1229
+ ] , [ 1 ] , ( function ( prim0 , prim1 ) {
1230
+ return prim0 === prim1 ;
1231
1231
} ) ) ) ;
1232
1232
1233
1233
var c$1 = {
0 commit comments