@@ -3398,7 +3398,7 @@ var Types_TypeOps = {
3398
3398
};
3399
3399
3400
3400
var Types_Variance = {
3401
- null: 0,
3401
+ $$ null: 0,
3402
3402
full: 127,
3403
3403
covariant: 25,
3404
3404
may_inv: 7,
@@ -7688,7 +7688,7 @@ var Ast_helper_Exp = {
7688
7688
pack: pack,
7689
7689
open_: open_,
7690
7690
extension: extension$2,
7691
- case: $$case
7691
+ $$ case: $$case
7692
7692
};
7693
7693
7694
7694
var Ast_helper_Ctf = {
@@ -17372,13 +17372,13 @@ var yyact = /* array */[
17372
17372
(function (__caml_parser_env) {
17373
17373
var _1 = Parsing.peek_val(__caml_parser_env, 2);
17374
17374
var _3 = Parsing.peek_val(__caml_parser_env, 0);
17375
- return Curry._3(Ast_helper_Exp.case, _1, undefined, _3);
17375
+ return Curry._3(Ast_helper_Exp.$$ case, _1, undefined, _3);
17376
17376
}),
17377
17377
(function (__caml_parser_env) {
17378
17378
var _1 = Parsing.peek_val(__caml_parser_env, 4);
17379
17379
var _3 = Parsing.peek_val(__caml_parser_env, 2);
17380
17380
var _5 = Parsing.peek_val(__caml_parser_env, 0);
17381
- return Curry._3(Ast_helper_Exp.case, _1, _3, _5);
17381
+ return Curry._3(Ast_helper_Exp.$$ case, _1, _3, _5);
17382
17382
}),
17383
17383
(function (__caml_parser_env) {
17384
17384
return Parsing.peek_val(__caml_parser_env, 0);
@@ -58599,7 +58599,7 @@ function type_expect_(in_function, env, sexp, ty_expected) {
58599
58599
/* pexp_desc : Pexp_match */Block.__(6, [
58600
58600
match$8[/* pvb_expr */1],
58601
58601
/* :: */[
58602
- Curry._3(Ast_helper_Exp.case, spat, undefined, match[2]),
58602
+ Curry._3(Ast_helper_Exp.$$ case, spat, undefined, match[2]),
58603
58603
/* [] */0
58604
58604
]
58605
58605
]),
@@ -58657,7 +58657,7 @@ function type_expect_(in_function, env, sexp, ty_expected) {
58657
58657
];
58658
58658
}
58659
58659
var default_loc = $$default[/* pexp_loc */1];
58660
- var scases_000 = Curry._3(Ast_helper_Exp.case, construct(default_loc, undefined, /* record */[
58660
+ var scases_000 = Curry._3(Ast_helper_Exp.$$ case, construct(default_loc, undefined, /* record */[
58661
58661
/* txt : Ldot */Block.__(1, [
58662
58662
/* Lident */Block.__(0, ["*predef*"]),
58663
58663
"Some"
@@ -58671,7 +58671,7 @@ function type_expect_(in_function, env, sexp, ty_expected) {
58671
58671
/* loc */none
58672
58672
]));
58673
58673
var scases_001 = /* :: */[
58674
- Curry._3(Ast_helper_Exp.case, construct(default_loc, undefined, /* record */[
58674
+ Curry._3(Ast_helper_Exp.$$ case, construct(default_loc, undefined, /* record */[
58675
58675
/* txt : Ldot */Block.__(1, [
58676
58676
/* Lident */Block.__(0, ["*predef*"]),
58677
58677
"None"
@@ -64424,7 +64424,7 @@ function get_variance(ty, visited) {
64424
64424
}
64425
64425
catch (exn){
64426
64426
if (exn === Caml_builtin_exceptions.not_found) {
64427
- return Types_Variance.null;
64427
+ return Types_Variance.$$ null;
64428
64428
} else {
64429
64429
throw exn;
64430
64430
}
@@ -64521,7 +64521,7 @@ function compute_variance(env, visited, vari, ty) {
64521
64521
} else if (match.tag) {
64522
64522
var upper = List.fold_left((function (s, f) {
64523
64523
return Curry._3(Types_Variance.set, f, true, s);
64524
- }), Types_Variance.null, /* :: */[
64524
+ }), Types_Variance.$$ null, /* :: */[
64525
64525
/* May_pos */0,
64526
64526
/* :: */[
64527
64527
/* May_neg */1,
@@ -64572,7 +64572,7 @@ function compute_variance(env, visited, vari, ty) {
64572
64572
}
64573
64573
64574
64574
function make(p, n, i) {
64575
- return Curry._3(Types_Variance.set, /* May_pos */0, p, Curry._3(Types_Variance.set, /* May_neg */1, n, Curry._3(Types_Variance.set, /* May_weak */2, n, Curry._3(Types_Variance.set, /* Inj */3, i, Types_Variance.null))));
64575
+ return Curry._3(Types_Variance.set, /* May_pos */0, p, Curry._3(Types_Variance.set, /* May_neg */1, n, Curry._3(Types_Variance.set, /* May_weak */2, n, Curry._3(Types_Variance.set, /* Inj */3, i, Types_Variance.$$ null))));
64576
64576
}
64577
64577
64578
64578
function compute_variance_type(env, check, param, decl, tyl) {
@@ -64673,7 +64673,7 @@ function compute_variance_type(env, check, param, decl, tyl) {
64673
64673
} else {
64674
64674
return v;
64675
64675
}
64676
- }), tvl2[0], Types_Variance.null);
64676
+ }), tvl2[0], Types_Variance.$$ null);
64677
64677
backtrack(snap);
64678
64678
var match = Curry._1(Types_Variance.get_upper, v1);
64679
64679
var n1 = match[1];
@@ -65022,7 +65022,7 @@ function compute_variance_fixpoint(env, decls, required, _variances) {
65022
65022
65023
65023
function init_variance(param) {
65024
65024
return List.map((function (param) {
65025
- return Types_Variance.null;
65025
+ return Types_Variance.$$ null;
65026
65026
}), param[1][/* type_params */0]);
65027
65027
}
65028
65028
@@ -69303,7 +69303,7 @@ function class_expr(cl_num, val_env, met_env, _scl) {
69303
69303
if (match$5 !== undefined) {
69304
69304
var $$default = match$5;
69305
69305
var loc = $$default[/* pexp_loc */1];
69306
- var scases_000 = Curry._3(Ast_helper_Exp.case, construct(loc, undefined, /* record */[
69306
+ var scases_000 = Curry._3(Ast_helper_Exp.$$ case, construct(loc, undefined, /* record */[
69307
69307
/* txt : Ldot */Block.__(1, [
69308
69308
/* Lident */Block.__(0, ["*predef*"]),
69309
69309
"Some"
@@ -69317,7 +69317,7 @@ function class_expr(cl_num, val_env, met_env, _scl) {
69317
69317
/* loc */none
69318
69318
]));
69319
69319
var scases_001 = /* :: */[
69320
- Curry._3(Ast_helper_Exp.case, construct(loc, undefined, /* record */[
69320
+ Curry._3(Ast_helper_Exp.$$ case, construct(loc, undefined, /* record */[
69321
69321
/* txt : Ldot */Block.__(1, [
69322
69322
/* Lident */Block.__(0, ["*predef*"]),
69323
69323
"None"
@@ -72000,7 +72000,7 @@ function merge_constraint(initial_env, loc, sg, constr) {
72000
72000
var p = !match[1];
72001
72001
var n = !match[0];
72002
72002
var i = false;
72003
- return Curry._3(Types_Variance.set, /* May_pos */0, p, Curry._3(Types_Variance.set, /* May_neg */1, n, Curry._3(Types_Variance.set, /* May_weak */2, n, Curry._3(Types_Variance.set, /* Inj */3, i, Types_Variance.null))));
72003
+ return Curry._3(Types_Variance.set, /* May_pos */0, p, Curry._3(Types_Variance.set, /* May_neg */1, n, Curry._3(Types_Variance.set, /* May_weak */2, n, Curry._3(Types_Variance.set, /* Inj */3, i, Types_Variance.$$ null))));
72004
72004
}), sdecl[/* ptype_params */1]);
72005
72005
var decl_row_007 = /* type_loc */sdecl[/* ptype_loc */7];
72006
72006
var decl_row = /* record */[
0 commit comments