We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4587b75 commit 293c7b1Copy full SHA for 293c7b1
compiler/tests-full/stdlib.cma.expected.js
@@ -9165,7 +9165,7 @@
9165
max_int = 2147483647;
9166
if(32 === _a_)
9167
var
9168
- max_int$0 = /*<<int32.ml:58:6>>*/ Stdlib[19],
+ max_int$0 = /*<<int32.ml:58:20>>*/ Stdlib[19],
9169
unsigned_to_int =
9170
/*<<int32.ml:59:6>>*/ function(n){
9171
/*<<int32.ml:60:11>>*/ if
@@ -9443,7 +9443,7 @@
9443
min_int = /*<<nativeint.ml:48:14>>*/ 1 << (size - 1 | 0),
9444
max_int = /*<<nativeint.ml:49:14>>*/ min_int - 1 | 0;
9445
function lognot(n){ /*<<nativeint.ml:50:29>>*/ return n ^ -1;}
9446
- var max_int$0 = /*<<nativeint.ml:49:28>>*/ Stdlib[19];
+ var max_int$0 = /*<<nativeint.ml:53:16>>*/ Stdlib[19];
9447
function unsigned_to_int(n){
9448
/*<<nativeint.ml:55:7>>*/ if
9449
(caml_greaterequal(n, 0)
0 commit comments