@@ -360,7 +360,7 @@ function bprint_char_set(buf, char_set) {
360
360
}
361
361
} ;
362
362
var print_out = function ( set , _i ) {
363
- while ( /* true */ 1 ) {
363
+ while ( true ) {
364
364
var i = _i ;
365
365
if ( i < 256 ) {
366
366
if ( is_in_char_set ( set , Pervasives . char_of_int ( i ) ) ) {
@@ -625,7 +625,7 @@ function bprint_string_literal(buf, str) {
625
625
}
626
626
627
627
function bprint_fmtty ( buf , _fmtty ) {
628
- while ( /* true */ 1 ) {
628
+ while ( true ) {
629
629
var fmtty = _fmtty ;
630
630
if ( typeof fmtty === "number" ) {
631
631
return /* () */ 0 ;
@@ -714,7 +714,7 @@ function int_of_custom_arity(param) {
714
714
function bprint_fmt ( buf , fmt ) {
715
715
var _fmt = fmt ;
716
716
var _ign_flag = /* false */ 0 ;
717
- while ( /* true */ 1 ) {
717
+ while ( true ) {
718
718
var ign_flag = _ign_flag ;
719
719
var fmt$1 = _fmt ;
720
720
if ( typeof fmt$1 === "number" ) {
@@ -2055,7 +2055,7 @@ function fmtty_of_formatting_gen(formatting_gen) {
2055
2055
}
2056
2056
2057
2057
function fmtty_of_fmt ( _fmtty ) {
2058
- while ( /* true */ 1 ) {
2058
+ while ( true ) {
2059
2059
var fmtty = _fmtty ;
2060
2060
if ( typeof fmtty === "number" ) {
2061
2061
return /* End_of_fmtty */ 0 ;
@@ -3699,7 +3699,7 @@ function convert_float(fconv, prec, x) {
3699
3699
else {
3700
3700
var len = str . length ;
3701
3701
var is_valid = function ( _i ) {
3702
- while ( /* true */ 1 ) {
3702
+ while ( true ) {
3703
3703
var i = _i ;
3704
3704
if ( i === len ) {
3705
3705
return /* false */ 0 ;
@@ -3770,7 +3770,7 @@ function string_of_fmtty(fmtty) {
3770
3770
}
3771
3771
3772
3772
function make_printf ( _k , o , _acc , _fmt ) {
3773
- while ( /* true */ 1 ) {
3773
+ while ( true ) {
3774
3774
var fmt = _fmt ;
3775
3775
var acc = _acc ;
3776
3776
var k = _k ;
@@ -4460,7 +4460,7 @@ function make_custom(k, o, acc, rest, arity, f) {
4460
4460
}
4461
4461
4462
4462
function output_acc ( o , _acc ) {
4463
- while ( /* true */ 1 ) {
4463
+ while ( true ) {
4464
4464
var acc = _acc ;
4465
4465
var exit = 0 ;
4466
4466
if ( typeof acc === "number" ) {
@@ -4518,7 +4518,7 @@ function output_acc(o, _acc) {
4518
4518
}
4519
4519
4520
4520
function bufput_acc ( b , _acc ) {
4521
- while ( /* true */ 1 ) {
4521
+ while ( true ) {
4522
4522
var acc = _acc ;
4523
4523
var exit = 0 ;
4524
4524
if ( typeof acc === "number" ) {
@@ -4576,7 +4576,7 @@ function bufput_acc(b, _acc) {
4576
4576
}
4577
4577
4578
4578
function strput_acc ( b , _acc ) {
4579
- while ( /* true */ 1 ) {
4579
+ while ( true ) {
4580
4580
var acc = _acc ;
4581
4581
var exit = 0 ;
4582
4582
if ( typeof acc === "number" ) {
@@ -4668,7 +4668,7 @@ function open_box_of_string(str) {
4668
4668
] ) ( str ) ;
4669
4669
} ;
4670
4670
var parse_spaces = function ( _i ) {
4671
- while ( /* true */ 1 ) {
4671
+ while ( true ) {
4672
4672
var i = _i ;
4673
4673
if ( i === len ) {
4674
4674
return i ;
@@ -4690,7 +4690,7 @@ function open_box_of_string(str) {
4690
4690
} ;
4691
4691
} ;
4692
4692
var parse_lword = function ( _ , _j ) {
4693
- while ( /* true */ 1 ) {
4693
+ while ( true ) {
4694
4694
var j = _j ;
4695
4695
if ( j === len ) {
4696
4696
return j ;
@@ -4707,7 +4707,7 @@ function open_box_of_string(str) {
4707
4707
} ;
4708
4708
} ;
4709
4709
var parse_int = function ( _ , _j ) {
4710
- while ( /* true */ 1 ) {
4710
+ while ( true ) {
4711
4711
var j = _j ;
4712
4712
if ( j === len ) {
4713
4713
return j ;
@@ -5019,7 +5019,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
5019
5019
var lit_start = beg_ind ;
5020
5020
var _str_ind = beg_ind ;
5021
5021
var end_ind$1 = end_ind ;
5022
- while ( /* true */ 1 ) {
5022
+ while ( true ) {
5023
5023
var str_ind = _str_ind ;
5024
5024
if ( str_ind === end_ind$1 ) {
5025
5025
return add_literal ( lit_start , str_ind , /* End_of_format */ 0 ) ;
@@ -5115,7 +5115,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
5115
5115
return /* () */ 0 ;
5116
5116
} ;
5117
5117
var _str_ind = str_ind ;
5118
- while ( /* true */ 1 ) {
5118
+ while ( true ) {
5119
5119
var str_ind$1 = _str_ind ;
5120
5120
if ( str_ind$1 === end_ind ) {
5121
5121
unexpected_end_of_format ( end_ind ) ;
@@ -7000,7 +7000,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7000
7000
return parse_char_set_after_char ( str_ind + 1 , end_ind , c ) ;
7001
7001
} ;
7002
7002
var parse_char_set_content = function ( _str_ind , end_ind ) {
7003
- while ( /* true */ 1 ) {
7003
+ while ( true ) {
7004
7004
var str_ind = _str_ind ;
7005
7005
if ( str_ind === end_ind ) {
7006
7006
unexpected_end_of_format ( end_ind ) ;
@@ -7021,7 +7021,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7021
7021
} ;
7022
7022
} ;
7023
7023
var parse_char_set_after_char = function ( _str_ind , end_ind , _c ) {
7024
- while ( /* true */ 1 ) {
7024
+ while ( true ) {
7025
7025
var c = _c ;
7026
7026
var str_ind = _str_ind ;
7027
7027
if ( str_ind === end_ind ) {
@@ -7140,7 +7140,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7140
7140
] ;
7141
7141
} ;
7142
7142
var parse_spaces = function ( _str_ind , end_ind ) {
7143
- while ( /* true */ 1 ) {
7143
+ while ( true ) {
7144
7144
var str_ind = _str_ind ;
7145
7145
if ( str_ind === end_ind ) {
7146
7146
unexpected_end_of_format ( end_ind ) ;
@@ -7154,7 +7154,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7154
7154
} ;
7155
7155
} ;
7156
7156
var parse_positive = function ( _str_ind , end_ind , _acc ) {
7157
- while ( /* true */ 1 ) {
7157
+ while ( true ) {
7158
7158
var acc = _acc ;
7159
7159
var str_ind = _str_ind ;
7160
7160
if ( str_ind === end_ind ) {
@@ -7298,7 +7298,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7298
7298
}
7299
7299
} ;
7300
7300
var search_subformat_end = function ( _str_ind , end_ind , c ) {
7301
- while ( /* true */ 1 ) {
7301
+ while ( true ) {
7302
7302
var str_ind = _str_ind ;
7303
7303
if ( str_ind === end_ind ) {
7304
7304
failwith_message ( [
@@ -7505,7 +7505,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7505
7505
7506
7506
} ;
7507
7507
var compute_int_conv = function ( pct_ind , str_ind , _plus , _sharp , _space , symb ) {
7508
- while ( /* true */ 1 ) {
7508
+ while ( true ) {
7509
7509
var space = _space ;
7510
7510
var sharp = _sharp ;
7511
7511
var plus = _plus ;
@@ -7751,7 +7751,7 @@ function fmt_ebb_of_string(legacy_behavior, str) {
7751
7751
} ;
7752
7752
} ;
7753
7753
var compute_float_conv = function ( pct_ind , str_ind , _plus , _space , symb ) {
7754
- while ( /* true */ 1 ) {
7754
+ while ( true ) {
7755
7755
var space = _space ;
7756
7756
var plus = _plus ;
7757
7757
if ( plus !== 0 ) {
0 commit comments