@@ -84,20 +84,20 @@ let rec fun_with_loop acc = function
8484 return caml_call1
8585 (list_rev, caml_call1(list_rev, caml_call1(list_rev, acc$ 0 )));
8686 var x = param$ 0 [1 ];
87- if (Object. is( 1 , x) && ! param$ 0 [2 ]){
87+ if (1 === x && ! param$ 0 [2 ]){
8888 var a$ 0 = [0 , acc$ 0 ], i$ 0 = 0 ;
8989 for (;;){
9090 a$ 0 [1 ] = [0 , 1 , a$ 0 [1 ]];
9191 var _b_ = i$ 0 + 1 | 0 ;
92- if (Object. is( 10 , i$ 0 ) ) return a$ 0 [1 ];
92+ if (10 === i$ 0 ) return a$ 0 [1 ];
9393 i$ 0 = _b_;
9494 }
9595 }
9696 var xs = param$ 0 [2 ], a = [0 , acc$ 0 ], i = 0 ;
9797 for (;;){
9898 a[1 ] = [0 , 1 , a[1 ]];
9999 var _a_ = i + 1 | 0 ;
100- if (Object. is( 10 , i) ) break;
100+ if (10 === i ) break;
101101 i = _a_;
102102 }
103103 var acc$ 1 = [0 , x, a[1 ]];
@@ -133,11 +133,11 @@ let for_for_while () =
133133 for (;;){
134134 for (;;){if (10 < = runtime.caml_mul(k, j)) break; id[1 ]++ ;}
135135 var _b_ = j + 1 | 0 ;
136- if (Object. is( 10 , j) ) break;
136+ if (10 === j ) break;
137137 j = _b_;
138138 }
139139 var _a_ = k + 1 | 0 ;
140- if (Object. is( 10 , k) ) return 0 ;
140+ if (10 === k ) return 0 ;
141141 k = _a_;
142142 }
143143 }
@@ -174,11 +174,11 @@ let for_for_while () =
174174 id[1 ]++ ;
175175 }
176176 var _b_ = j + 1 | 0 ;
177- if (Object. is( 10 , j) ) break;
177+ if (10 === j ) break;
178178 j = _b_;
179179 }
180180 var _a_ = k + 1 | 0 ;
181- if (Object. is( 10 , k) ) return 0 ;
181+ if (10 === k ) return 0 ;
182182 k = _a_;
183183 }
184184 }
@@ -312,7 +312,7 @@ in loop x
312312 var x$ 1 = x;
313313 for (;;){
314314 if (Object. is(0 , x$ 1 )) return 1 ;
315- if (Object. is( 1 , x$ 1 ) ) break;
315+ if (1 === x$ 1 ) break;
316316 var x$ 2 = x$ 1 + 1 | 0 ;
317317 x$ 1 = x$ 2 ;
318318 }
@@ -437,12 +437,12 @@ let add_substitute =
437437 var lim$ 1 = caml_ml_string_length(s), previous = 32 , i$ 4 = 0 ;
438438 for (;;){
439439 if (i$ 4 > = lim$ 1 ){
440- var _b_ = Object. is( 92 , previous) ? 1 : 0 ;
440+ var _b_ = 92 === previous ? 1 : 0 ;
441441 return _b_ ? caml_call2(add_char, b, previous) : _b_;
442442 }
443443 var previous$ 0 = caml_string_get(s, i$ 4 );
444- if (Object. is( 36 , previous$ 0 ) )
445- if (Object. is( 92 , previous) ){
444+ if (36 === previous$ 0 )
445+ if (92 === previous){
446446 caml_call2(add_char, b, previous$ 0 );
447447 var i$ 5 = i$ 4 + 1 | 0 ;
448448 previous = 32 ;
@@ -454,7 +454,7 @@ let add_substitute =
454454 var opening = caml_string_get(s, start$ 0 );
455455 a :
456456 {
457- if (! Object. is( 40 , opening) && ! Object. is( 123 , opening) ){
457+ if (40 != = opening && 123 != = opening){
458458 var start = start$ 0 + 1 | 0 , lim$ 0 = caml_ml_string_length(s);
459459 b :
460460 {
@@ -470,7 +470,7 @@ let add_substitute =
470470 if (97 < = match ){
471471 if (123 < = match ) break d;
472472 }
473- else if (! Object. is( 95 , match ) ) break d;
473+ else if (95 != = match ) break d;
474474 }
475475 else if (58 < = match ){
476476 if (65 > match ) break;
@@ -491,10 +491,10 @@ let add_substitute =
491491 break a;
492492 }
493493 var new_start = start$ 0 + 1 | 0 , k$ 2 = 0 ;
494- if (Object. is( 40 , opening) )
494+ if (40 === opening)
495495 var closing = 41 ;
496496 else {
497- if (! Object. is( 123 , opening) )
497+ if (123 != = opening)
498498 throw caml_maybe_attach_backtrace([0 , Assert_failure , _a_], 1 );
499499 var closing = 125 ;
500500 }
@@ -525,14 +525,14 @@ let add_substitute =
525525 previous = 32 ;
526526 i$ 4 = next_i;
527527 }
528- else if (Object. is( 92 , previous) ){
528+ else if (92 === previous){
529529 caml_call2(add_char, b, 92 );
530530 caml_call2(add_char, b, previous$ 0 );
531531 var i$ 6 = i$ 4 + 1 | 0 ;
532532 previous = 32 ;
533533 i$ 4 = i$ 6 ;
534534 }
535- else if (Object. is( 92 , previous$ 0 ) ){
535+ else if (92 === previous$ 0 ){
536536 var i$ 7 = i$ 4 + 1 | 0 ;
537537 previous = previous$ 0 ;
538538 i$ 4 = i$ 7 ;
0 commit comments