|
18059 | 18059 | } |
18060 | 18060 | } |
18061 | 18061 | function make_printf(k, acc, fmt){ |
18062 | | - /*<<?>>*/ return caml_trampoline(make_printf$0(0, k, acc, fmt)); |
| 18062 | + /*<<?>>*/ return caml_trampoline |
| 18063 | + ( /*<<camlinternalFormat.ml:1518:17>>*/ make_printf$0 |
| 18064 | + (0, k, acc, fmt)) /*<<?>>*/ ; |
18063 | 18065 | } |
18064 | 18066 | function make_ignored_param$0(counter, k, acc, ign, fmt){ |
18065 | 18067 | /*<<camlinternalFormat.ml:1613:21>>*/ if(typeof ign === "number") |
|
18158 | 18160 | } |
18159 | 18161 | function make_ignored_param(k, acc, ign, fmt){ |
18160 | 18162 | /*<<?>>*/ return caml_trampoline |
18161 | | - (make_ignored_param$0(0, k, acc, ign, fmt)); |
| 18163 | + ( /*<<camlinternalFormat.ml:1613:21>>*/ make_ignored_param$0 |
| 18164 | + (0, k, acc, ign, fmt)) /*<<?>>*/ ; |
18162 | 18165 | } |
18163 | 18166 | function make_from_fmtty$0(counter, k, acc, fmtty, fmt){ |
18164 | 18167 | /*<<camlinternalFormat.ml:1637:23>>*/ if(typeof fmtty !== "number") |
|
18252 | 18255 | } |
18253 | 18256 | function make_from_fmtty(k, acc, fmtty, fmt){ |
18254 | 18257 | /*<<?>>*/ return caml_trampoline |
18255 | | - (make_from_fmtty$0(0, k, acc, fmtty, fmt)); |
| 18258 | + ( /*<<camlinternalFormat.ml:1637:23>>*/ make_from_fmtty$0 |
| 18259 | + (0, k, acc, fmtty, fmt)) /*<<?>>*/ ; |
18256 | 18260 | } |
18257 | 18261 | function make_invalid_arg(counter, k, acc, fmt){ |
18258 | 18262 | var |
|
18440 | 18444 | } |
18441 | 18445 | function make_custom(k, acc, rest, arity, f){ |
18442 | 18446 | /*<<?>>*/ return caml_trampoline |
18443 | | - (make_custom$0(0, k, acc, rest, arity, f)); |
| 18447 | + ( /*<<camlinternalFormat.ml:1778:28>>*/ make_custom$0 |
| 18448 | + (0, k, acc, rest, arity, f)) /*<<?>>*/ ; |
18444 | 18449 | } |
18445 | 18450 | function make_iprintf$0(counter, k, o, fmt){ |
18446 | 18451 | var k$0 = /*<<camlinternalFormat.ml:1788:17>>*/ k, fmt$0 = fmt; |
|
18725 | 18730 | } |
18726 | 18731 | } |
18727 | 18732 | function make_iprintf(k, o, fmt){ |
18728 | | - /*<<?>>*/ return caml_trampoline(make_iprintf$0(0, k, o, fmt)); |
| 18733 | + /*<<?>>*/ return caml_trampoline |
| 18734 | + ( /*<<camlinternalFormat.ml:1788:17>>*/ make_iprintf$0 |
| 18735 | + (0, k, o, fmt)) /*<<?>>*/ ; |
18729 | 18736 | } |
18730 | 18737 | function fn_of_padding_precision(k, o, fmt, pad, prec){ |
18731 | 18738 | /*<<camlinternalFormat.ml:1863:26>>*/ if(typeof pad === "number"){ |
|
18816 | 18823 | } |
18817 | 18824 | function fn_of_custom_arity(k, o, fmt, param){ |
18818 | 18825 | /*<<?>>*/ return caml_trampoline |
18819 | | - (fn_of_custom_arity$0(0, k, o, fmt, param)); |
| 18826 | + ( /*<<camlinternalFormat.ml:1882:4>>*/ fn_of_custom_arity$0 |
| 18827 | + (0, k, o, fmt, param)) /*<<?>>*/ ; |
18820 | 18828 | } |
18821 | 18829 | function output_acc(o, acc){ |
18822 | 18830 | var acc$0 = /*<<camlinternalFormat.ml:1897:27>>*/ acc; |
|
20301 | 20309 | /*<<camlinternalFormat.ml:2736:4>>*/ function |
20302 | 20310 | (str_ind, end_ind, c){ |
20303 | 20311 | /*<<?>>*/ return caml_trampoline |
20304 | | - (parse_char_set_after_char$0(0, str_ind, end_ind, c)); |
| 20312 | + ( /*<<camlinternalFormat.ml:2755:6>>*/ parse_char_set_after_char$0 |
| 20313 | + (0, str_ind, end_ind, c)) /*<<?>>*/ ; |
20305 | 20314 | }; |
20306 | 20315 | /*<<camlinternalFormat.ml:2793:4>>*/ if(str_ind === end_ind) |
20307 | 20316 | /*<<camlinternalFormat.ml:2092:4>>*/ invalid_format_message |
|
31463 | 31472 | } |
31464 | 31473 | } |
31465 | 31474 | function find_stop(width){ |
31466 | | - /*<<?>>*/ return caml_trampoline(find_stop$0(0, width)); |
| 31475 | + /*<<?>>*/ return caml_trampoline |
| 31476 | + ( /*<<scanf.ml:1063:10>>*/ find_stop$0(0, width)) /*<<?>>*/ ; |
31467 | 31477 | } |
31468 | 31478 | function skip_spaces(counter, width){ |
31469 | 31479 | var width$0 = /*<<scanf.ml:1080:10>>*/ width; |
|
31739 | 31749 | } |
31740 | 31750 | /*<<scanf.ml:1198:45>>*/ } |
31741 | 31751 | function take_format_readers(k, fmt){ |
31742 | | - /*<<?>>*/ return caml_trampoline(take_format_readers$0(0, k, fmt)); |
| 31752 | + /*<<?>>*/ return caml_trampoline |
| 31753 | + ( /*<<scanf.ml:1161:13>>*/ take_format_readers$0(0, k, fmt)) /*<<?>>*/ ; |
31743 | 31754 | } |
31744 | 31755 | function take_fmtty_format_readers$0(counter, k, fmtty, fmt){ |
31745 | 31756 | var fmtty$0 = /*<<scanf.ml:1204:19>>*/ fmtty; |
|
31837 | 31848 | /*<<scanf.ml:1228:58>>*/ } |
31838 | 31849 | function take_fmtty_format_readers(k, fmtty, fmt){ |
31839 | 31850 | /*<<?>>*/ return caml_trampoline |
31840 | | - (take_fmtty_format_readers$0(0, k, fmtty, fmt)); |
| 31851 | + ( /*<<scanf.ml:1204:19>>*/ take_fmtty_format_readers$0 |
| 31852 | + (0, k, fmtty, fmt)) /*<<?>>*/ ; |
31841 | 31853 | } |
31842 | 31854 | function make_scanf(ib, fmt, readers){ |
31843 | 31855 | var fmt$0 = /*<<scanf.ml:1266:22>>*/ fmt; |
|
35732 | 35744 | i$0 = i$1; |
35733 | 35745 | } |
35734 | 35746 | /*<<filename.ml:175:48>>*/ } |
35735 | | - function loop(i){ /*<<?>>*/ return caml_trampoline(loop$0(0, i));} |
| 35747 | + function loop(i){ |
| 35748 | + /*<<?>>*/ return caml_trampoline |
| 35749 | + ( /*<<filename.ml:171:6>>*/ loop$0(0, i)) /*<<?>>*/ ; |
| 35750 | + } |
35736 | 35751 | function loop_bs(counter, n, i){ |
35737 | 35752 | var n$0 = /*<<filename.ml:177:6>>*/ n, i$0 = i; |
35738 | 35753 | for(;;){ |
|
0 commit comments