lucuma-core 0.88.1 → 0.88.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/main.js +341 -51
  2. package/main.js.map +4 -4
  3. package/package.json +1 -1
package/main.js CHANGED
@@ -4993,13 +4993,16 @@ function $c_Lcats_parse_Rfc5234$() {
4993
4993
  var this$15 = this.Lcats_parse_Rfc5234$__f_sp;
4994
4994
  var that$2 = this.Lcats_parse_Rfc5234$__f_htab;
4995
4995
  this.Lcats_parse_Rfc5234$__f_wsp = this$15.orElse__Lcats_parse_Parser__Lcats_parse_Parser(that$2);
4996
- $m_Lcats_parse_Parser$().repAs0__Lcats_parse_Parser__Lcats_parse_Accumulator0__Lcats_parse_Parser0(this.Lcats_parse_Rfc5234$__f_wsp.orElse__Lcats_parse_Parser__Lcats_parse_Parser(this.Lcats_parse_Rfc5234$__f_crlf.$times$greater__Lcats_parse_Parser0__Lcats_parse_Parser(this.Lcats_parse_Rfc5234$__f_wsp)), ($m_Lcats_parse_Accumulator0$(), new $c_Lcats_parse_Accumulator0$$anon$10())).void__Lcats_parse_Parser0();
4997
- var $$x7 = $m_Lcats_parse_Parser$();
4998
- var this$18 = new $c_sr_RichChar(0);
4999
- $$x7.charIn__sc_Iterable__Lcats_parse_Parser($f_sr_IntegralProxy__to__O__sci_NumericRange$Inclusive(this$18, $bC(255)));
5000
4996
  var $$x8 = $m_Lcats_parse_Parser$();
4997
+ var $$x7 = this.Lcats_parse_Rfc5234$__f_wsp.orElse__Lcats_parse_Parser__Lcats_parse_Parser(this.Lcats_parse_Rfc5234$__f_crlf.$times$greater__Lcats_parse_Parser0__Lcats_parse_Parser(this.Lcats_parse_Rfc5234$__f_wsp));
4998
+ var this$16 = $m_Lcats_parse_Accumulator0$();
4999
+ $$x8.repAs0__Lcats_parse_Parser__Lcats_parse_Accumulator0__Lcats_parse_Parser0($$x7, new $c_Lcats_parse_Accumulator0$$anon$10(this$16)).void__Lcats_parse_Parser0();
5000
+ var $$x9 = $m_Lcats_parse_Parser$();
5001
+ var this$18 = new $c_sr_RichChar(0);
5002
+ $$x9.charIn__sc_Iterable__Lcats_parse_Parser($f_sr_IntegralProxy__to__O__sci_NumericRange$Inclusive(this$18, $bC(255)));
5003
+ var $$x10 = $m_Lcats_parse_Parser$();
5001
5004
  var this$20 = new $c_sr_RichChar(33);
5002
- $$x8.charIn__sc_Iterable__Lcats_parse_Parser($f_sr_IntegralProxy__to__O__sci_NumericRange$Inclusive(this$20, $bC(126)))
5005
+ $$x10.charIn__sc_Iterable__Lcats_parse_Parser($f_sr_IntegralProxy__to__O__sci_NumericRange$Inclusive(this$20, $bC(126)))
5003
5006
  }
5004
5007
  $c_Lcats_parse_Rfc5234$.prototype = new $h_O();
5005
5008
  $c_Lcats_parse_Rfc5234$.prototype.constructor = $c_Lcats_parse_Rfc5234$;
@@ -5067,6 +5070,11 @@ $c_Lcats_syntax_OrderOps.prototype.compare__O__I = (function(rhs) {
5067
5070
  var ev = this.Lcats_syntax_OrderOps__f_evidence$1;
5068
5071
  return ev.compare__O__O__I(this.Lcats_syntax_OrderOps__f_lhs, rhs)
5069
5072
  });
5073
+ $c_Lcats_syntax_OrderOps.prototype.max__O__O = (function(rhs) {
5074
+ $m_Lcats_package$();
5075
+ var ev = this.Lcats_syntax_OrderOps__f_evidence$1;
5076
+ return ev.max__O__O__O(this.Lcats_syntax_OrderOps__f_lhs, rhs)
5077
+ });
5070
5078
  var $d_Lcats_syntax_OrderOps = new $TypeData().initClass({
5071
5079
  Lcats_syntax_OrderOps: 0
5072
5080
  }, false, "cats.syntax.OrderOps", {
@@ -16524,15 +16532,18 @@ function $f_Llucuma_core_math_parser_AngleParsers__$init$__V($thiz) {
16524
16532
  var that$4 = $m_Lcats_parse_Parser$().char__C__Lcats_parse_Parser(46).$qmark__Lcats_parse_Parser0();
16525
16533
  var this$30 = $m_Lcats_parse_Parser$().product10__Lcats_parse_Parser__Lcats_parse_Parser0__Lcats_parse_Parser(this$27, that$4);
16526
16534
  var this$28 = $m_Lcats_parse_Numbers$().Lcats_parse_Numbers$__f_digit;
16527
- var acc = new $c_Lcats_parse_Accumulator$$anon$12();
16535
+ var this$29 = $m_Lcats_parse_Accumulator$();
16536
+ var acc = new $c_Lcats_parse_Accumulator$$anon$12(this$29);
16528
16537
  var that$5 = $m_Lcats_parse_Parser$().repAs__Lcats_parse_Parser__I__I__Lcats_parse_Accumulator__Lcats_parse_Parser(this$28, 1, 3, acc).$qmark__Lcats_parse_Parser0().string__Lcats_parse_Parser0();
16529
16538
  var this$33 = $m_Lcats_parse_Parser$().product10__Lcats_parse_Parser__Lcats_parse_Parser0__Lcats_parse_Parser(this$30, that$5);
16530
16539
  var this$31 = $m_Lcats_parse_Numbers$().Lcats_parse_Numbers$__f_digit;
16531
- var acc$1 = new $c_Lcats_parse_Accumulator$$anon$12();
16540
+ var this$32 = $m_Lcats_parse_Accumulator$();
16541
+ var acc$1 = new $c_Lcats_parse_Accumulator$$anon$12(this$32);
16532
16542
  var that$6 = $m_Lcats_parse_Parser$().repAs__Lcats_parse_Parser__I__I__Lcats_parse_Accumulator__Lcats_parse_Parser(this$31, 1, 3, acc$1).$qmark__Lcats_parse_Parser0().string__Lcats_parse_Parser0();
16533
16543
  var this$36 = $m_Lcats_parse_Parser$().product10__Lcats_parse_Parser__Lcats_parse_Parser0__Lcats_parse_Parser(this$33, that$6);
16534
16544
  var this$34 = $m_Lcats_parse_Numbers$().Lcats_parse_Numbers$__f_digit;
16535
- var acc$2 = new $c_Lcats_parse_Accumulator$$anon$12();
16545
+ var this$35 = $m_Lcats_parse_Accumulator$();
16546
+ var acc$2 = new $c_Lcats_parse_Accumulator$$anon$12(this$35);
16536
16547
  var that$7 = $m_Lcats_parse_Parser$().repAs__Lcats_parse_Parser__I__Lcats_parse_Accumulator__Lcats_parse_Parser(this$34, 1, acc$2).$qmark__Lcats_parse_Parser0();
16537
16548
  var this$45 = $m_Lcats_parse_Parser$().product10__Lcats_parse_Parser__Lcats_parse_Parser0__Lcats_parse_Parser(this$36, that$7);
16538
16549
  var fn$2 = new $c_sjsr_AnonFunction1(((x$1) => {
@@ -16831,7 +16842,8 @@ function $f_Llucuma_core_math_parser_CoordinateParsers__$init$__V($thiz) {
16831
16842
  $thiz.Llucuma_core_math_parser_CoordinateParsers$__f_dec = $m_Lcats_parse_Parser$().withContext__Lcats_parse_Parser__T__Lcats_parse_Parser(this$10, "dec");
16832
16843
  var $$x1 = $thiz.Llucuma_core_math_parser_CoordinateParsers$__f_ra;
16833
16844
  var this$11 = $m_Lcats_parse_Rfc5234$().Lcats_parse_Rfc5234$__f_sp;
16834
- var acc = new $c_Lcats_parse_Accumulator$$anon$12();
16845
+ var this$12 = $m_Lcats_parse_Accumulator$();
16846
+ var acc = new $c_Lcats_parse_Accumulator$$anon$12(this$12);
16835
16847
  $thiz.Llucuma_core_math_parser_CoordinateParsers$__f_coordinates = $$x1.$tilde__Lcats_parse_Parser0__Lcats_parse_Parser0($m_Lcats_parse_Parser$().repAs__Lcats_parse_Parser__I__Lcats_parse_Accumulator__Lcats_parse_Parser(this$11, 1, acc).$qmark__Lcats_parse_Parser0().void__Lcats_parse_Parser0()).$tilde__Lcats_parse_Parser0__Lcats_parse_Parser0($thiz.Llucuma_core_math_parser_CoordinateParsers$__f_dec).map__F1__Lcats_parse_Parser0(new $c_sjsr_AnonFunction1(((x$1$2) => {
16836
16848
  var x$1$3 = x$1$2;
16837
16849
  if ((x$1$3 !== null)) {
@@ -18617,7 +18629,8 @@ function $f_Llucuma_core_parser_MiscParsers__$init$__V($thiz) {
18617
18629
  $m_Lcats_parse_Parser$().withContext__Lcats_parse_Parser__T__Lcats_parse_Parser(this$5, "int");
18618
18630
  var this$8 = $m_Lcats_parse_Numbers$().Lcats_parse_Numbers$__f_nonZeroDigit;
18619
18631
  var this$6 = $m_Lcats_parse_Numbers$().Lcats_parse_Numbers$__f_digit;
18620
- var acc = new $c_Lcats_parse_Accumulator$$anon$12();
18632
+ var this$7 = $m_Lcats_parse_Accumulator$();
18633
+ var acc = new $c_Lcats_parse_Accumulator$$anon$12(this$7);
18621
18634
  var that$1 = $m_Lcats_parse_Parser$().repAs__Lcats_parse_Parser__I__Lcats_parse_Accumulator__Lcats_parse_Parser(this$6, 1, acc).$qmark__Lcats_parse_Parser0();
18622
18635
  $thiz.Llucuma_core_parser_MiscParsers$__f_index = $m_Lcats_parse_Parser$().product10__Lcats_parse_Parser__Lcats_parse_Parser0__Lcats_parse_Parser(this$8, that$1).mapFilter__F1__Lcats_parse_Parser(new $c_sjsr_AnonFunction1(((x$1) => {
18623
18636
  var x$1$1 = x$1;
@@ -18677,8 +18690,8 @@ function $f_Llucuma_core_parser_MiscParsers__$init$__V($thiz) {
18677
18690
  return $$x3.flatten__s_$less$colon$less__s_Option(this$23.s_$less$colon$less$__f_singleton)
18678
18691
  })));
18679
18692
  var this$24 = $m_Lcats_parse_Rfc5234$().Lcats_parse_Rfc5234$__f_wsp;
18680
- $m_Lcats_parse_Accumulator0$();
18681
- var acc$1 = new $c_Lcats_parse_Accumulator0$$anon$10();
18693
+ var this$25 = $m_Lcats_parse_Accumulator0$();
18694
+ var acc$1 = new $c_Lcats_parse_Accumulator0$$anon$10(this$25);
18682
18695
  $m_Lcats_parse_Parser$().repAs0__Lcats_parse_Parser__Lcats_parse_Accumulator0__Lcats_parse_Parser0(this$24, acc$1).void__Lcats_parse_Parser0();
18683
18696
  var this$26 = $m_Lcats_parse_Parser$().char__C__Lcats_parse_Parser(45);
18684
18697
  var fn = new $c_sjsr_AnonFunction1(((_$4) => true));
@@ -22499,11 +22512,6 @@ function $h_sr_RichChar$() {
22499
22512
  /*<skip>*/
22500
22513
  }
22501
22514
  $h_sr_RichChar$.prototype = $c_sr_RichChar$.prototype;
22502
- $c_sr_RichChar$.prototype.max$extension__C__C__C = (function(this$, that) {
22503
- var x = this$;
22504
- var y = that;
22505
- return (65535 & ((x > y) ? x : y))
22506
- });
22507
22515
  $c_sr_RichChar$.prototype.equals$extension__C__O__Z = (function(this$, x$1) {
22508
22516
  if ((x$1 instanceof $c_sr_RichChar)) {
22509
22517
  var RichChar$1 = x$1.sr_RichChar__f_self;
@@ -29264,9 +29272,37 @@ function $m_Lcats_kernel_instances_short_package$() {
29264
29272
  return $n_Lcats_kernel_instances_short_package$
29265
29273
  }
29266
29274
  /** @constructor */
29267
- function $c_Lcats_parse_Accumulator$$anon$12() {
29275
+ function $c_Lcats_parse_Accumulator$() {
29276
+ /*<skip>*/
29277
+ }
29278
+ $c_Lcats_parse_Accumulator$.prototype = new $h_O();
29279
+ $c_Lcats_parse_Accumulator$.prototype.constructor = $c_Lcats_parse_Accumulator$;
29280
+ /** @constructor */
29281
+ function $h_Lcats_parse_Accumulator$() {
29268
29282
  /*<skip>*/
29269
29283
  }
29284
+ $h_Lcats_parse_Accumulator$.prototype = $c_Lcats_parse_Accumulator$.prototype;
29285
+ var $d_Lcats_parse_Accumulator$ = new $TypeData().initClass({
29286
+ Lcats_parse_Accumulator$: 0
29287
+ }, false, "cats.parse.Accumulator$", {
29288
+ Lcats_parse_Accumulator$: 1,
29289
+ O: 1,
29290
+ Lcats_parse_Priority0Accumulator: 1
29291
+ });
29292
+ $c_Lcats_parse_Accumulator$.prototype.$classData = $d_Lcats_parse_Accumulator$;
29293
+ var $n_Lcats_parse_Accumulator$;
29294
+ function $m_Lcats_parse_Accumulator$() {
29295
+ if ((!$n_Lcats_parse_Accumulator$)) {
29296
+ $n_Lcats_parse_Accumulator$ = new $c_Lcats_parse_Accumulator$()
29297
+ };
29298
+ return $n_Lcats_parse_Accumulator$
29299
+ }
29300
+ /** @constructor */
29301
+ function $c_Lcats_parse_Accumulator$$anon$12(outer) {
29302
+ if ((outer === null)) {
29303
+ throw $ct_jl_NullPointerException__(new $c_jl_NullPointerException())
29304
+ }
29305
+ }
29270
29306
  $c_Lcats_parse_Accumulator$$anon$12.prototype = new $h_O();
29271
29307
  $c_Lcats_parse_Accumulator$$anon$12.prototype.constructor = $c_Lcats_parse_Accumulator$$anon$12;
29272
29308
  /** @constructor */
@@ -29350,8 +29386,11 @@ var $d_Lcats_parse_Appender$$anon$1 = new $TypeData().initClass({
29350
29386
  });
29351
29387
  $c_Lcats_parse_Appender$$anon$1.prototype.$classData = $d_Lcats_parse_Appender$$anon$1;
29352
29388
  /** @constructor */
29353
- function $c_Lcats_parse_Appender$$anon$2() {
29389
+ function $c_Lcats_parse_Appender$$anon$2(outer) {
29354
29390
  this.Lcats_parse_Appender$$anon$2__f_bldr = null;
29391
+ if ((outer === null)) {
29392
+ throw $ct_jl_NullPointerException__(new $c_jl_NullPointerException())
29393
+ };
29355
29394
  this.Lcats_parse_Appender$$anon$2__f_bldr = $ct_jl_StringBuilder__(new $c_jl_StringBuilder())
29356
29395
  }
29357
29396
  $c_Lcats_parse_Appender$$anon$2.prototype = new $h_O();
@@ -29382,8 +29421,11 @@ var $d_Lcats_parse_Appender$$anon$2 = new $TypeData().initClass({
29382
29421
  });
29383
29422
  $c_Lcats_parse_Appender$$anon$2.prototype.$classData = $d_Lcats_parse_Appender$$anon$2;
29384
29423
  /** @constructor */
29385
- function $c_Lcats_parse_Appender$$anon$3() {
29424
+ function $c_Lcats_parse_Appender$$anon$3(outer) {
29386
29425
  this.Lcats_parse_Appender$$anon$3__f_bldr = null;
29426
+ if ((outer === null)) {
29427
+ throw $ct_jl_NullPointerException__(new $c_jl_NullPointerException())
29428
+ };
29387
29429
  this.Lcats_parse_Appender$$anon$3__f_bldr = $ct_jl_StringBuilder__(new $c_jl_StringBuilder())
29388
29430
  }
29389
29431
  $c_Lcats_parse_Appender$$anon$3.prototype = new $h_O();
@@ -29413,9 +29455,12 @@ var $d_Lcats_parse_Appender$$anon$3 = new $TypeData().initClass({
29413
29455
  });
29414
29456
  $c_Lcats_parse_Appender$$anon$3.prototype.$classData = $d_Lcats_parse_Appender$$anon$3;
29415
29457
  /** @constructor */
29416
- function $c_Lcats_parse_Appender$$anon$4(bldr$2) {
29458
+ function $c_Lcats_parse_Appender$$anon$4(bldr$2, outer) {
29417
29459
  this.Lcats_parse_Appender$$anon$4__f_bldr$1 = null;
29418
- this.Lcats_parse_Appender$$anon$4__f_bldr$1 = bldr$2
29460
+ this.Lcats_parse_Appender$$anon$4__f_bldr$1 = bldr$2;
29461
+ if ((outer === null)) {
29462
+ throw $ct_jl_NullPointerException__(new $c_jl_NullPointerException())
29463
+ }
29419
29464
  }
29420
29465
  $c_Lcats_parse_Appender$$anon$4.prototype = new $h_O();
29421
29466
  $c_Lcats_parse_Appender$$anon$4.prototype.constructor = $c_Lcats_parse_Appender$$anon$4;
@@ -29444,8 +29489,11 @@ var $d_Lcats_parse_Appender$$anon$4 = new $TypeData().initClass({
29444
29489
  });
29445
29490
  $c_Lcats_parse_Appender$$anon$4.prototype.$classData = $d_Lcats_parse_Appender$$anon$4;
29446
29491
  /** @constructor */
29447
- function $c_Lcats_parse_Appender$$anon$5() {
29492
+ function $c_Lcats_parse_Appender$$anon$5(outer) {
29448
29493
  this.Lcats_parse_Appender$$anon$5__f_n = 0;
29494
+ if ((outer === null)) {
29495
+ throw $ct_jl_NullPointerException__(new $c_jl_NullPointerException())
29496
+ };
29449
29497
  this.Lcats_parse_Appender$$anon$5__f_n = 0
29450
29498
  }
29451
29499
  $c_Lcats_parse_Appender$$anon$5.prototype = new $h_O();
@@ -41347,8 +41395,10 @@ var $d_Lcats_package$$anon$3 = new $TypeData().initClass({
41347
41395
  });
41348
41396
  $c_Lcats_package$$anon$3.prototype.$classData = $d_Lcats_package$$anon$3;
41349
41397
  /** @constructor */
41350
- function $c_Lcats_parse_Accumulator0$$anon$10() {
41351
- /*<skip>*/
41398
+ function $c_Lcats_parse_Accumulator0$$anon$10(outer) {
41399
+ if ((outer === null)) {
41400
+ throw $ct_jl_NullPointerException__(new $c_jl_NullPointerException())
41401
+ }
41352
41402
  }
41353
41403
  $c_Lcats_parse_Accumulator0$$anon$10.prototype = new $h_O();
41354
41404
  $c_Lcats_parse_Accumulator0$$anon$10.prototype.constructor = $c_Lcats_parse_Accumulator0$$anon$10;
@@ -41361,10 +41411,10 @@ $c_Lcats_parse_Accumulator0$$anon$10.prototype.newAppender__O__Lcats_parse_Appen
41361
41411
  return this.newAppender__Lcats_parse_Appender().append__O__Lcats_parse_Appender(first)
41362
41412
  });
41363
41413
  $c_Lcats_parse_Accumulator0$$anon$10.prototype.newAppender__Lcats_parse_Appender = (function() {
41364
- $m_Lcats_parse_Appender$();
41414
+ var this$2 = $m_Lcats_parse_Appender$();
41365
41415
  $m_s_package$();
41366
41416
  var bldr = new $c_scm_ListBuffer();
41367
- return new $c_Lcats_parse_Appender$$anon$4(bldr)
41417
+ return new $c_Lcats_parse_Appender$$anon$4(bldr, this$2)
41368
41418
  });
41369
41419
  var $d_Lcats_parse_Accumulator0$$anon$10 = new $TypeData().initClass({
41370
41420
  Lcats_parse_Accumulator0$$anon$10: 0
@@ -41387,13 +41437,13 @@ function $h_Lcats_parse_Accumulator0$$anon$6() {
41387
41437
  }
41388
41438
  $h_Lcats_parse_Accumulator0$$anon$6.prototype = $c_Lcats_parse_Accumulator0$$anon$6.prototype;
41389
41439
  $c_Lcats_parse_Accumulator0$$anon$6.prototype.newAppender__O__Lcats_parse_Appender = (function(first) {
41390
- $m_Lcats_parse_Appender$();
41391
- var this$2 = new $c_Lcats_parse_Appender$$anon$5();
41440
+ var this$1 = $m_Lcats_parse_Appender$();
41441
+ var this$2 = new $c_Lcats_parse_Appender$$anon$5(this$1);
41392
41442
  return this$2.append__O__Lcats_parse_Appender$$anon$5(first)
41393
41443
  });
41394
41444
  $c_Lcats_parse_Accumulator0$$anon$6.prototype.newAppender__Lcats_parse_Appender = (function() {
41395
- $m_Lcats_parse_Appender$();
41396
- return new $c_Lcats_parse_Appender$$anon$5()
41445
+ var this$1 = $m_Lcats_parse_Appender$();
41446
+ return new $c_Lcats_parse_Appender$$anon$5(this$1)
41397
41447
  });
41398
41448
  var $d_Lcats_parse_Accumulator0$$anon$6 = new $TypeData().initClass({
41399
41449
  Lcats_parse_Accumulator0$$anon$6: 0
@@ -41416,13 +41466,13 @@ function $h_Lcats_parse_Accumulator0$$anon$7() {
41416
41466
  }
41417
41467
  $h_Lcats_parse_Accumulator0$$anon$7.prototype = $c_Lcats_parse_Accumulator0$$anon$7.prototype;
41418
41468
  $c_Lcats_parse_Accumulator0$$anon$7.prototype.newAppender__O__Lcats_parse_Appender = (function(first) {
41419
- $m_Lcats_parse_Appender$();
41420
- var this$2 = new $c_Lcats_parse_Appender$$anon$2();
41469
+ var this$1 = $m_Lcats_parse_Appender$();
41470
+ var this$2 = new $c_Lcats_parse_Appender$$anon$2(this$1);
41421
41471
  return this$2.append__C__Lcats_parse_Appender$$anon$2($uC(first))
41422
41472
  });
41423
41473
  $c_Lcats_parse_Accumulator0$$anon$7.prototype.newAppender__Lcats_parse_Appender = (function() {
41424
- $m_Lcats_parse_Appender$();
41425
- return new $c_Lcats_parse_Appender$$anon$2()
41474
+ var this$1 = $m_Lcats_parse_Appender$();
41475
+ return new $c_Lcats_parse_Appender$$anon$2(this$1)
41426
41476
  });
41427
41477
  var $d_Lcats_parse_Accumulator0$$anon$7 = new $TypeData().initClass({
41428
41478
  Lcats_parse_Accumulator0$$anon$7: 0
@@ -41445,13 +41495,13 @@ function $h_Lcats_parse_Accumulator0$$anon$8() {
41445
41495
  }
41446
41496
  $h_Lcats_parse_Accumulator0$$anon$8.prototype = $c_Lcats_parse_Accumulator0$$anon$8.prototype;
41447
41497
  $c_Lcats_parse_Accumulator0$$anon$8.prototype.newAppender__O__Lcats_parse_Appender = (function(first) {
41448
- $m_Lcats_parse_Appender$();
41449
- var this$2 = new $c_Lcats_parse_Appender$$anon$3();
41498
+ var this$1 = $m_Lcats_parse_Appender$();
41499
+ var this$2 = new $c_Lcats_parse_Appender$$anon$3(this$1);
41450
41500
  return this$2.append__T__Lcats_parse_Appender$$anon$3(first)
41451
41501
  });
41452
41502
  $c_Lcats_parse_Accumulator0$$anon$8.prototype.newAppender__Lcats_parse_Appender = (function() {
41453
- $m_Lcats_parse_Appender$();
41454
- return new $c_Lcats_parse_Appender$$anon$3()
41503
+ var this$1 = $m_Lcats_parse_Appender$();
41504
+ return new $c_Lcats_parse_Appender$$anon$3(this$1)
41455
41505
  });
41456
41506
  var $d_Lcats_parse_Accumulator0$$anon$8 = new $TypeData().initClass({
41457
41507
  Lcats_parse_Accumulator0$$anon$8: 0
@@ -41505,9 +41555,6 @@ function $h_Lcats_parse_Caret$() {
41505
41555
  /*<skip>*/
41506
41556
  }
41507
41557
  $h_Lcats_parse_Caret$.prototype = $c_Lcats_parse_Caret$.prototype;
41508
- $c_Lcats_parse_Caret$.prototype.toString__T = (function() {
41509
- return "Caret"
41510
- });
41511
41558
  var $d_Lcats_parse_Caret$ = new $TypeData().initClass({
41512
41559
  Lcats_parse_Caret$: 0
41513
41560
  }, false, "cats.parse.Caret$", {
@@ -42359,9 +42406,10 @@ function $p_Lcats_parse_Parser$Expectation$__merge$1__sci_List__Lcats_data_Chain
42359
42406
  } else {
42360
42407
  var offset = x.Lcats_parse_Parser$Expectation$InRange__f_offset;
42361
42408
  var lower = x.Lcats_parse_Parser$Expectation$InRange__f_lower;
42362
- var $$x1 = $m_sr_RichChar$();
42363
- var c = x.Lcats_parse_Parser$Expectation$InRange__f_upper;
42364
- var upper = $$x1.max$extension__C__C__C(c, y.Lcats_parse_Parser$Expectation$InRange__f_upper);
42409
+ $m_Lcats_implicits$();
42410
+ var a = x.Lcats_parse_Parser$Expectation$InRange__f_upper;
42411
+ var evidence$2 = $m_Lcats_implicits$().Lcats_implicits$__f_catsKernelStdOrderForChar;
42412
+ var upper = $uC(new $c_Lcats_syntax_OrderOps($bC(a), evidence$2).max__O__O($bC(y.Lcats_parse_Parser$Expectation$InRange__f_upper)));
42365
42413
  var elem$2 = new $c_Lcats_parse_Parser$Expectation$InRange(offset, lower, upper);
42366
42414
  rs$tailLocal1 = new $c_sci_$colon$colon(elem$2, x341);
42367
42415
  continue
@@ -42371,8 +42419,8 @@ function $p_Lcats_parse_Parser$Expectation$__merge$1__sci_List__Lcats_data_Chain
42371
42419
  var this$5 = aux$tailLocal1;
42372
42420
  var this$4 = $m_Lcats_data_Chain$();
42373
42421
  var s = rs$tailLocal1.reverse__sci_List();
42374
- var c$1 = $f_Lcats_data_ChainCompanionCompat__fromSeq__sci_Seq__Lcats_data_Chain(this$4, s);
42375
- return $m_Lcats_data_Chain$().concat__Lcats_data_Chain__Lcats_data_Chain__Lcats_data_Chain(this$5, c$1)
42422
+ var c = $f_Lcats_data_ChainCompanionCompat__fromSeq__sci_Seq__Lcats_data_Chain(this$4, s);
42423
+ return $m_Lcats_data_Chain$().concat__Lcats_data_Chain__Lcats_data_Chain__Lcats_data_Chain(this$5, c)
42376
42424
  }
42377
42425
  }
42378
42426
  /** @constructor */
@@ -54527,6 +54575,9 @@ $c_Lcats_kernel_Hash$$anon$3.prototype.$classData = $d_Lcats_kernel_Hash$$anon$3
54527
54575
  function $f_Lcats_kernel_Order__partialCompare__O__O__D($thiz, x, y) {
54528
54576
  return $thiz.compare__O__O__I(x, y)
54529
54577
  }
54578
+ function $f_Lcats_kernel_Order__max__O__O__O($thiz, x, y) {
54579
+ return ($thiz.gt__O__O__Z(x, y) ? x : y)
54580
+ }
54530
54581
  function $f_Lcats_kernel_Order__eqv__O__O__Z($thiz, x, y) {
54531
54582
  return ($thiz.compare__O__O__I(x, y) === 0)
54532
54583
  }
@@ -58243,6 +58294,9 @@ $c_Ljava_math_BigInteger.prototype.longValue__J = (function() {
58243
58294
  var hi$4 = ((((((((Math.imul(value$4, value$3__hi) + Math.imul(hi$3, blo)) | 0) + Math.imul(a1, b1)) | 0) + ((c1part >>> 16) | 0)) | 0) + (((((65535 & c1part) + a1b0) | 0) >>> 16) | 0)) | 0);
58244
58295
  return new $c_RTLong(lo, hi$4)
58245
58296
  });
58297
+ $c_Ljava_math_BigInteger.prototype.max__Ljava_math_BigInteger__Ljava_math_BigInteger = (function(bi) {
58298
+ return ((this.compareTo__Ljava_math_BigInteger__I(bi) === 1) ? this : bi)
58299
+ });
58246
58300
  $c_Ljava_math_BigInteger.prototype.mod__Ljava_math_BigInteger__Ljava_math_BigInteger = (function(m) {
58247
58301
  if ((m.Ljava_math_BigInteger__f_sign <= 0)) {
58248
58302
  throw $ct_jl_ArithmeticException__T__(new $c_jl_ArithmeticException(), "BigInteger: modulus not positive")
@@ -66826,6 +66880,9 @@ $h_Lcats_kernel_Order$$anon$2.prototype = $c_Lcats_kernel_Order$$anon$2.prototyp
66826
66880
  $c_Lcats_kernel_Order$$anon$2.prototype.partialCompare__O__O__D = (function(x, y) {
66827
66881
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
66828
66882
  });
66883
+ $c_Lcats_kernel_Order$$anon$2.prototype.max__O__O__O = (function(x, y) {
66884
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
66885
+ });
66829
66886
  $c_Lcats_kernel_Order$$anon$2.prototype.eqv__O__O__Z = (function(x, y) {
66830
66887
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
66831
66888
  });
@@ -66875,6 +66932,9 @@ $h_Lcats_kernel_Order$$anon$3.prototype = $c_Lcats_kernel_Order$$anon$3.prototyp
66875
66932
  $c_Lcats_kernel_Order$$anon$3.prototype.partialCompare__O__O__D = (function(x, y) {
66876
66933
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
66877
66934
  });
66935
+ $c_Lcats_kernel_Order$$anon$3.prototype.max__O__O__O = (function(x, y) {
66936
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
66937
+ });
66878
66938
  $c_Lcats_kernel_Order$$anon$3.prototype.eqv__O__O__Z = (function(x, y) {
66879
66939
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
66880
66940
  });
@@ -66923,6 +66983,9 @@ $h_Lcats_kernel_Order$$anon$5.prototype = $c_Lcats_kernel_Order$$anon$5.prototyp
66923
66983
  $c_Lcats_kernel_Order$$anon$5.prototype.partialCompare__O__O__D = (function(x, y) {
66924
66984
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
66925
66985
  });
66986
+ $c_Lcats_kernel_Order$$anon$5.prototype.max__O__O__O = (function(x, y) {
66987
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
66988
+ });
66926
66989
  $c_Lcats_kernel_Order$$anon$5.prototype.eqv__O__O__Z = (function(x, y) {
66927
66990
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
66928
66991
  });
@@ -67060,6 +67123,9 @@ $h_Lcats_kernel_instances_ListOrder.prototype = $c_Lcats_kernel_instances_ListOr
67060
67123
  $c_Lcats_kernel_instances_ListOrder.prototype.partialCompare__O__O__D = (function(x, y) {
67061
67124
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
67062
67125
  });
67126
+ $c_Lcats_kernel_instances_ListOrder.prototype.max__O__O__O = (function(x, y) {
67127
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
67128
+ });
67063
67129
  $c_Lcats_kernel_instances_ListOrder.prototype.eqv__O__O__Z = (function(x, y) {
67064
67130
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
67065
67131
  });
@@ -67109,6 +67175,9 @@ $h_Lcats_parse_Caret$$anon$1.prototype = $c_Lcats_parse_Caret$$anon$1.prototype;
67109
67175
  $c_Lcats_parse_Caret$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
67110
67176
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
67111
67177
  });
67178
+ $c_Lcats_parse_Caret$$anon$1.prototype.max__O__O__O = (function(x, y) {
67179
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
67180
+ });
67112
67181
  $c_Lcats_parse_Caret$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
67113
67182
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
67114
67183
  });
@@ -67174,6 +67243,9 @@ $h_Lcats_parse_Parser$Expectation$$anon$2.prototype = $c_Lcats_parse_Parser$Expe
67174
67243
  $c_Lcats_parse_Parser$Expectation$$anon$2.prototype.partialCompare__O__O__D = (function(x, y) {
67175
67244
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
67176
67245
  });
67246
+ $c_Lcats_parse_Parser$Expectation$$anon$2.prototype.max__O__O__O = (function(x, y) {
67247
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
67248
+ });
67177
67249
  $c_Lcats_parse_Parser$Expectation$$anon$2.prototype.eqv__O__O__Z = (function(x, y) {
67178
67250
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
67179
67251
  });
@@ -67340,8 +67412,9 @@ $c_Lcats_parse_Parser$Expectation$$anon$2.prototype.compare__Lcats_parse_Parser$
67340
67412
  if (false) {
67341
67413
  var x$1$23 = x284;
67342
67414
  var x130 = x$1$23.Lcats_parse_Parser$Expectation$ExpectedFailureAt__f_matched;
67343
- $m_sc_StringOps$();
67344
- return $f_T__compareTo__T__I(x151, x130)
67415
+ $m_Lcats_implicits$();
67416
+ var evidence$2$1 = $m_Lcats_implicits$().Lcats_implicits$__f_catsKernelStdOrderForString;
67417
+ return new $c_Lcats_syntax_OrderOps(x151, evidence$2$1).compare__O__I(x130)
67345
67418
  };
67346
67419
  return 1
67347
67420
  };
@@ -67373,8 +67446,9 @@ $c_Lcats_parse_Parser$Expectation$$anon$2.prototype.compare__Lcats_parse_Parser$
67373
67446
  if ((x284 instanceof $c_Lcats_parse_Parser$Expectation$FailWith)) {
67374
67447
  var x$1$29 = x284;
67375
67448
  var x86 = x$1$29.Lcats_parse_Parser$Expectation$FailWith__f_message;
67376
- $m_sc_StringOps$();
67377
- return $f_T__compareTo__T__I(x100, x86)
67449
+ $m_Lcats_implicits$();
67450
+ var evidence$2$2 = $m_Lcats_implicits$().Lcats_implicits$__f_catsKernelStdOrderForString;
67451
+ return new $c_Lcats_syntax_OrderOps(x100, evidence$2$2).compare__O__I(x86)
67378
67452
  };
67379
67453
  return 1
67380
67454
  };
@@ -69237,6 +69311,9 @@ $h_Lcoulomb_ops_algebra_cats_quantity$infra$QOrder.prototype = $c_Lcoulomb_ops_a
69237
69311
  $c_Lcoulomb_ops_algebra_cats_quantity$infra$QOrder.prototype.partialCompare__O__O__D = (function(x, y) {
69238
69312
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
69239
69313
  });
69314
+ $c_Lcoulomb_ops_algebra_cats_quantity$infra$QOrder.prototype.max__O__O__O = (function(x, y) {
69315
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
69316
+ });
69240
69317
  $c_Lcoulomb_ops_algebra_cats_quantity$infra$QOrder.prototype.eqv__O__O__Z = (function(x, y) {
69241
69318
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
69242
69319
  });
@@ -79427,6 +79504,9 @@ $h_Lspire_math_poly_Term$$anon$1.prototype = $c_Lspire_math_poly_Term$$anon$1.pr
79427
79504
  $c_Lspire_math_poly_Term$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
79428
79505
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
79429
79506
  });
79507
+ $c_Lspire_math_poly_Term$$anon$1.prototype.max__O__O__O = (function(x, y) {
79508
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
79509
+ });
79430
79510
  $c_Lspire_math_poly_Term$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
79431
79511
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
79432
79512
  });
@@ -80294,6 +80374,11 @@ $c_Lcats_kernel_instances_BigDecimalOrder.prototype.lteqv__O__O__Z = (function(x
80294
80374
  var y$1 = y;
80295
80375
  return $f_s_math_Ordered__$less$eq__O__Z(x$1, y$1)
80296
80376
  });
80377
+ $c_Lcats_kernel_instances_BigDecimalOrder.prototype.max__O__O__O = (function(x, y) {
80378
+ var x$1 = x;
80379
+ var y$1 = y;
80380
+ return x$1.max__s_math_BigDecimal__s_math_BigDecimal(y$1)
80381
+ });
80297
80382
  var $d_Lcats_kernel_instances_BigDecimalOrder = new $TypeData().initClass({
80298
80383
  Lcats_kernel_instances_BigDecimalOrder: 0
80299
80384
  }, false, "cats.kernel.instances.BigDecimalOrder", {
@@ -80365,6 +80450,11 @@ $c_Lcats_kernel_instances_DoubleOrder.prototype.lt__O__O__Z = (function(x, y) {
80365
80450
  $c_Lcats_kernel_instances_DoubleOrder.prototype.lteqv__O__O__Z = (function(x, y) {
80366
80451
  return this.lteqv__D__D__Z((+x), (+y))
80367
80452
  });
80453
+ $c_Lcats_kernel_instances_DoubleOrder.prototype.max__O__O__O = (function(x, y) {
80454
+ var x$1 = (+x);
80455
+ var y$1 = (+y);
80456
+ return (+Math.max(x$1, y$1))
80457
+ });
80368
80458
  var $d_Lcats_kernel_instances_DoubleOrder = new $TypeData().initClass({
80369
80459
  Lcats_kernel_instances_DoubleOrder: 0
80370
80460
  }, false, "cats.kernel.instances.DoubleOrder", {
@@ -80436,6 +80526,11 @@ $c_Lcats_kernel_instances_FloatOrder.prototype.lt__O__O__Z = (function(x, y) {
80436
80526
  $c_Lcats_kernel_instances_FloatOrder.prototype.lteqv__O__O__Z = (function(x, y) {
80437
80527
  return this.lteqv__F__F__Z(Math.fround(x), Math.fround(y))
80438
80528
  });
80529
+ $c_Lcats_kernel_instances_FloatOrder.prototype.max__O__O__O = (function(x, y) {
80530
+ var x$1 = Math.fround(x);
80531
+ var y$1 = Math.fround(y);
80532
+ return Math.fround((+Math.max(x$1, y$1)))
80533
+ });
80439
80534
  var $d_Lcats_kernel_instances_FloatOrder = new $TypeData().initClass({
80440
80535
  Lcats_kernel_instances_FloatOrder: 0
80441
80536
  }, false, "cats.kernel.instances.FloatOrder", {
@@ -92811,6 +92906,9 @@ $h_Lcats_kernel_instances_StringOrder.prototype = $c_Lcats_kernel_instances_Stri
92811
92906
  $c_Lcats_kernel_instances_StringOrder.prototype.partialCompare__O__O__D = (function(x, y) {
92812
92907
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
92813
92908
  });
92909
+ $c_Lcats_kernel_instances_StringOrder.prototype.max__O__O__O = (function(x, y) {
92910
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
92911
+ });
92814
92912
  $c_Lcats_kernel_instances_StringOrder.prototype.neqv__O__O__Z = (function(x, y) {
92815
92913
  return $f_Lcats_kernel_Order__neqv__O__O__Z(this, x, y)
92816
92914
  });
@@ -92870,6 +92968,9 @@ $h_Lcats_kernel_instances_SymbolOrder.prototype = $c_Lcats_kernel_instances_Symb
92870
92968
  $c_Lcats_kernel_instances_SymbolOrder.prototype.partialCompare__O__O__D = (function(x, y) {
92871
92969
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
92872
92970
  });
92971
+ $c_Lcats_kernel_instances_SymbolOrder.prototype.max__O__O__O = (function(x, y) {
92972
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
92973
+ });
92873
92974
  $c_Lcats_kernel_instances_SymbolOrder.prototype.neqv__O__O__Z = (function(x, y) {
92874
92975
  return $f_Lcats_kernel_Order__neqv__O__O__Z(this, x, y)
92875
92976
  });
@@ -95104,6 +95205,9 @@ $h_Llucuma_core_enums_Site$$anon$1.prototype = $c_Llucuma_core_enums_Site$$anon$
95104
95205
  $c_Llucuma_core_enums_Site$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95105
95206
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95106
95207
  });
95208
+ $c_Llucuma_core_enums_Site$$anon$1.prototype.max__O__O__O = (function(x, y) {
95209
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95210
+ });
95107
95211
  $c_Llucuma_core_enums_Site$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95108
95212
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95109
95213
  });
@@ -95288,6 +95392,9 @@ $h_Llucuma_core_enums_TwilightType$$anon$1.prototype = $c_Llucuma_core_enums_Twi
95288
95392
  $c_Llucuma_core_enums_TwilightType$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95289
95393
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95290
95394
  });
95395
+ $c_Llucuma_core_enums_TwilightType$$anon$1.prototype.max__O__O__O = (function(x, y) {
95396
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95397
+ });
95291
95398
  $c_Llucuma_core_enums_TwilightType$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95292
95399
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95293
95400
  });
@@ -95626,6 +95733,9 @@ $h_Lorg_typelevel_cats_time_instances_instant$$anon$1.prototype = $c_Lorg_typele
95626
95733
  $c_Lorg_typelevel_cats_time_instances_instant$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95627
95734
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95628
95735
  });
95736
+ $c_Lorg_typelevel_cats_time_instances_instant$$anon$1.prototype.max__O__O__O = (function(x, y) {
95737
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95738
+ });
95629
95739
  $c_Lorg_typelevel_cats_time_instances_instant$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95630
95740
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95631
95741
  });
@@ -95685,6 +95795,9 @@ $h_Lorg_typelevel_cats_time_instances_localdate$$anon$1.prototype = $c_Lorg_type
95685
95795
  $c_Lorg_typelevel_cats_time_instances_localdate$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95686
95796
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95687
95797
  });
95798
+ $c_Lorg_typelevel_cats_time_instances_localdate$$anon$1.prototype.max__O__O__O = (function(x, y) {
95799
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95800
+ });
95688
95801
  $c_Lorg_typelevel_cats_time_instances_localdate$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95689
95802
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95690
95803
  });
@@ -95745,6 +95858,9 @@ $h_Lorg_typelevel_cats_time_instances_localdatetime$$anon$1.prototype = $c_Lorg_
95745
95858
  $c_Lorg_typelevel_cats_time_instances_localdatetime$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95746
95859
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95747
95860
  });
95861
+ $c_Lorg_typelevel_cats_time_instances_localdatetime$$anon$1.prototype.max__O__O__O = (function(x, y) {
95862
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95863
+ });
95748
95864
  $c_Lorg_typelevel_cats_time_instances_localdatetime$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95749
95865
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95750
95866
  });
@@ -95805,6 +95921,9 @@ $h_Lorg_typelevel_cats_time_instances_localtime$$anon$1.prototype = $c_Lorg_type
95805
95921
  $c_Lorg_typelevel_cats_time_instances_localtime$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95806
95922
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95807
95923
  });
95924
+ $c_Lorg_typelevel_cats_time_instances_localtime$$anon$1.prototype.max__O__O__O = (function(x, y) {
95925
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95926
+ });
95808
95927
  $c_Lorg_typelevel_cats_time_instances_localtime$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95809
95928
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95810
95929
  });
@@ -95864,6 +95983,9 @@ $h_Lorg_typelevel_cats_time_instances_monthday$$anon$1.prototype = $c_Lorg_typel
95864
95983
  $c_Lorg_typelevel_cats_time_instances_monthday$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95865
95984
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95866
95985
  });
95986
+ $c_Lorg_typelevel_cats_time_instances_monthday$$anon$1.prototype.max__O__O__O = (function(x, y) {
95987
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
95988
+ });
95867
95989
  $c_Lorg_typelevel_cats_time_instances_monthday$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95868
95990
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95869
95991
  });
@@ -95925,6 +96047,9 @@ $h_Lorg_typelevel_cats_time_instances_offsetdatetime$$anon$1.prototype = $c_Lorg
95925
96047
  $c_Lorg_typelevel_cats_time_instances_offsetdatetime$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95926
96048
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95927
96049
  });
96050
+ $c_Lorg_typelevel_cats_time_instances_offsetdatetime$$anon$1.prototype.max__O__O__O = (function(x, y) {
96051
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
96052
+ });
95928
96053
  $c_Lorg_typelevel_cats_time_instances_offsetdatetime$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95929
96054
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95930
96055
  });
@@ -95984,6 +96109,9 @@ $h_Lorg_typelevel_cats_time_instances_offsettime$$anon$1.prototype = $c_Lorg_typ
95984
96109
  $c_Lorg_typelevel_cats_time_instances_offsettime$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
95985
96110
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
95986
96111
  });
96112
+ $c_Lorg_typelevel_cats_time_instances_offsettime$$anon$1.prototype.max__O__O__O = (function(x, y) {
96113
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
96114
+ });
95987
96115
  $c_Lorg_typelevel_cats_time_instances_offsettime$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
95988
96116
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
95989
96117
  });
@@ -96043,6 +96171,9 @@ $h_Lorg_typelevel_cats_time_instances_year$$anon$1.prototype = $c_Lorg_typelevel
96043
96171
  $c_Lorg_typelevel_cats_time_instances_year$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
96044
96172
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
96045
96173
  });
96174
+ $c_Lorg_typelevel_cats_time_instances_year$$anon$1.prototype.max__O__O__O = (function(x, y) {
96175
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
96176
+ });
96046
96177
  $c_Lorg_typelevel_cats_time_instances_year$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
96047
96178
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
96048
96179
  });
@@ -96108,6 +96239,9 @@ $h_Lorg_typelevel_cats_time_instances_yearmonth$$anon$1.prototype = $c_Lorg_type
96108
96239
  $c_Lorg_typelevel_cats_time_instances_yearmonth$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
96109
96240
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
96110
96241
  });
96242
+ $c_Lorg_typelevel_cats_time_instances_yearmonth$$anon$1.prototype.max__O__O__O = (function(x, y) {
96243
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
96244
+ });
96111
96245
  $c_Lorg_typelevel_cats_time_instances_yearmonth$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
96112
96246
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
96113
96247
  });
@@ -96169,6 +96303,9 @@ $h_Lorg_typelevel_cats_time_instances_zoneddatetime$$anon$1.prototype = $c_Lorg_
96169
96303
  $c_Lorg_typelevel_cats_time_instances_zoneddatetime$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
96170
96304
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
96171
96305
  });
96306
+ $c_Lorg_typelevel_cats_time_instances_zoneddatetime$$anon$1.prototype.max__O__O__O = (function(x, y) {
96307
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
96308
+ });
96172
96309
  $c_Lorg_typelevel_cats_time_instances_zoneddatetime$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
96173
96310
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
96174
96311
  });
@@ -96229,6 +96366,9 @@ $h_Lorg_typelevel_cats_time_instances_zoneoffset$$anon$1.prototype = $c_Lorg_typ
96229
96366
  $c_Lorg_typelevel_cats_time_instances_zoneoffset$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
96230
96367
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
96231
96368
  });
96369
+ $c_Lorg_typelevel_cats_time_instances_zoneoffset$$anon$1.prototype.max__O__O__O = (function(x, y) {
96370
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
96371
+ });
96232
96372
  $c_Lorg_typelevel_cats_time_instances_zoneoffset$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
96233
96373
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
96234
96374
  });
@@ -96526,6 +96666,10 @@ $c_s_math_BigDecimal.prototype.$times__s_math_BigDecimal__s_math_BigDecimal = (f
96526
96666
  $c_s_math_BigDecimal.prototype.$div__s_math_BigDecimal__s_math_BigDecimal = (function(that) {
96527
96667
  return new $c_s_math_BigDecimal(this.s_math_BigDecimal__f_bigDecimal.divide__Ljava_math_BigDecimal__Ljava_math_MathContext__Ljava_math_BigDecimal(that.s_math_BigDecimal__f_bigDecimal, this.s_math_BigDecimal__f_mc), this.s_math_BigDecimal__f_mc)
96528
96668
  });
96669
+ $c_s_math_BigDecimal.prototype.max__s_math_BigDecimal__s_math_BigDecimal = (function(that) {
96670
+ var x1 = this.s_math_BigDecimal__f_bigDecimal.compareTo__Ljava_math_BigDecimal__I(that.s_math_BigDecimal__f_bigDecimal);
96671
+ return ((x1 >= 0) ? this : that)
96672
+ });
96529
96673
  $c_s_math_BigDecimal.prototype.remainder__s_math_BigDecimal__s_math_BigDecimal = (function(that) {
96530
96674
  return new $c_s_math_BigDecimal(this.s_math_BigDecimal__f_bigDecimal.remainder__Ljava_math_BigDecimal__Ljava_math_MathContext__Ljava_math_BigDecimal(that.s_math_BigDecimal__f_bigDecimal, this.s_math_BigDecimal__f_mc), this.s_math_BigDecimal__f_mc)
96531
96675
  });
@@ -97045,6 +97189,9 @@ $c_s_math_BigInt.prototype.gcd__s_math_BigInt__s_math_BigInt = (function(that) {
97045
97189
  }
97046
97190
  }
97047
97191
  });
97192
+ $c_s_math_BigInt.prototype.max__s_math_BigInt__s_math_BigInt = (function(that) {
97193
+ return ($f_s_math_Ordered__$greater$eq__O__Z(this, that) ? this : that)
97194
+ });
97048
97195
  $c_s_math_BigInt.prototype.pow__I__s_math_BigInt = (function(exp) {
97049
97196
  return $m_s_math_BigInt$().apply__Ljava_math_BigInteger__s_math_BigInt(this.bigInteger__Ljava_math_BigInteger().pow__I__Ljava_math_BigInteger(exp))
97050
97197
  });
@@ -100241,6 +100388,9 @@ $c_Lcats_kernel_instances_DeadlineOrder.prototype.gteqv__s_concurrent_duration_D
100241
100388
  $c_Lcats_kernel_instances_DeadlineOrder.prototype.lteqv__s_concurrent_duration_Deadline__s_concurrent_duration_Deadline__Z = (function(x, y) {
100242
100389
  return (((x === null) ? (y === null) : x.equals__O__Z(y)) || y.$greater__O__Z(x))
100243
100390
  });
100391
+ $c_Lcats_kernel_instances_DeadlineOrder.prototype.max__s_concurrent_duration_Deadline__s_concurrent_duration_Deadline__s_concurrent_duration_Deadline = (function(x, y) {
100392
+ return (x.$greater__O__Z(y) ? x : y)
100393
+ });
100244
100394
  $c_Lcats_kernel_instances_DeadlineOrder.prototype.hash__O__I = (function(x) {
100245
100395
  var x$1 = x;
100246
100396
  return x$1.hashCode__I()
@@ -100266,6 +100416,9 @@ $c_Lcats_kernel_instances_DeadlineOrder.prototype.gteqv__O__O__Z = (function(x,
100266
100416
  $c_Lcats_kernel_instances_DeadlineOrder.prototype.lteqv__O__O__Z = (function(x, y) {
100267
100417
  return this.lteqv__s_concurrent_duration_Deadline__s_concurrent_duration_Deadline__Z(x, y)
100268
100418
  });
100419
+ $c_Lcats_kernel_instances_DeadlineOrder.prototype.max__O__O__O = (function(x, y) {
100420
+ return this.max__s_concurrent_duration_Deadline__s_concurrent_duration_Deadline__s_concurrent_duration_Deadline(x, y)
100421
+ });
100269
100422
  var $d_Lcats_kernel_instances_DeadlineOrder = new $TypeData().initClass({
100270
100423
  Lcats_kernel_instances_DeadlineOrder: 0
100271
100424
  }, false, "cats.kernel.instances.DeadlineOrder", {
@@ -100336,6 +100489,11 @@ $c_Lcats_kernel_instances_DurationOrder.prototype.lteqv__O__O__Z = (function(x,
100336
100489
  var y$1 = y;
100337
100490
  return x$1.$less$eq__O__Z(y$1)
100338
100491
  });
100492
+ $c_Lcats_kernel_instances_DurationOrder.prototype.max__O__O__O = (function(x, y) {
100493
+ var x$1 = x;
100494
+ var y$1 = y;
100495
+ return x$1.max__s_concurrent_duration_Duration__s_concurrent_duration_Duration(y$1)
100496
+ });
100339
100497
  var $d_Lcats_kernel_instances_DurationOrder = new $TypeData().initClass({
100340
100498
  Lcats_kernel_instances_DurationOrder: 0
100341
100499
  }, false, "cats.kernel.instances.DurationOrder", {
@@ -100406,6 +100564,11 @@ $c_Lcats_kernel_instances_FiniteDurationOrder.prototype.lteqv__O__O__Z = (functi
100406
100564
  var y$1 = y;
100407
100565
  return x$1.$less$eq__O__Z(y$1)
100408
100566
  });
100567
+ $c_Lcats_kernel_instances_FiniteDurationOrder.prototype.max__O__O__O = (function(x, y) {
100568
+ var x$1 = x;
100569
+ var y$1 = y;
100570
+ return x$1.max__s_concurrent_duration_FiniteDuration__s_concurrent_duration_FiniteDuration(y$1)
100571
+ });
100409
100572
  var $d_Lcats_kernel_instances_FiniteDurationOrder = new $TypeData().initClass({
100410
100573
  Lcats_kernel_instances_FiniteDurationOrder: 0
100411
100574
  }, false, "cats.kernel.instances.FiniteDurationOrder", {
@@ -100435,6 +100598,9 @@ $h_Lcats_kernel_instances_UUIDInstances$$anon$1.prototype = $c_Lcats_kernel_inst
100435
100598
  $c_Lcats_kernel_instances_UUIDInstances$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
100436
100599
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
100437
100600
  });
100601
+ $c_Lcats_kernel_instances_UUIDInstances$$anon$1.prototype.max__O__O__O = (function(x, y) {
100602
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
100603
+ });
100438
100604
  $c_Lcats_kernel_instances_UUIDInstances$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
100439
100605
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
100440
100606
  });
@@ -108270,6 +108436,11 @@ $c_Lcats_kernel_instances_BigIntOrder.prototype.lteqv__O__O__Z = (function(x, y)
108270
108436
  var y$1 = y;
108271
108437
  return $f_s_math_Ordered__$less$eq__O__Z(x$1, y$1)
108272
108438
  });
108439
+ $c_Lcats_kernel_instances_BigIntOrder.prototype.max__O__O__O = (function(x, y) {
108440
+ var x$1 = x;
108441
+ var y$1 = y;
108442
+ return x$1.max__s_math_BigInt__s_math_BigInt(y$1)
108443
+ });
108273
108444
  var $d_Lcats_kernel_instances_BigIntOrder = new $TypeData().initClass({
108274
108445
  Lcats_kernel_instances_BigIntOrder: 0
108275
108446
  }, false, "cats.kernel.instances.BigIntOrder", {
@@ -109068,6 +109239,9 @@ $h_Lorg_typelevel_cats_time_instances_duration$$anon$1.prototype = $c_Lorg_typel
109068
109239
  $c_Lorg_typelevel_cats_time_instances_duration$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
109069
109240
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
109070
109241
  });
109242
+ $c_Lorg_typelevel_cats_time_instances_duration$$anon$1.prototype.max__O__O__O = (function(x, y) {
109243
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
109244
+ });
109071
109245
  $c_Lorg_typelevel_cats_time_instances_duration$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
109072
109246
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
109073
109247
  });
@@ -113375,6 +113549,9 @@ $h_Lspire_math_poly_BigDecimalRootRefinement$$anon$1.prototype = $c_Lspire_math_
113375
113549
  $c_Lspire_math_poly_BigDecimalRootRefinement$$anon$1.prototype.partialCompare__O__O__D = (function(x, y) {
113376
113550
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
113377
113551
  });
113552
+ $c_Lspire_math_poly_BigDecimalRootRefinement$$anon$1.prototype.max__O__O__O = (function(x, y) {
113553
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
113554
+ });
113378
113555
  $c_Lspire_math_poly_BigDecimalRootRefinement$$anon$1.prototype.eqv__O__O__Z = (function(x, y) {
113379
113556
  return $f_Lcats_kernel_Order__eqv__O__O__Z(this, x, y)
113380
113557
  });
@@ -113540,6 +113717,9 @@ $c_Lcats_kernel_instances_BooleanOrder.prototype.gteqv__Z__Z__Z = (function(x, y
113540
113717
  $c_Lcats_kernel_instances_BooleanOrder.prototype.lteqv__Z__Z__Z = (function(x, y) {
113541
113718
  return ((x === y) || y)
113542
113719
  });
113720
+ $c_Lcats_kernel_instances_BooleanOrder.prototype.max__Z__Z__Z = (function(x, y) {
113721
+ return (x || y)
113722
+ });
113543
113723
  $c_Lcats_kernel_instances_BooleanOrder.prototype.hash__O__I = (function(x) {
113544
113724
  var x$1 = (!(!x));
113545
113725
  return (x$1 ? 1231 : 1237)
@@ -113565,6 +113745,9 @@ $c_Lcats_kernel_instances_BooleanOrder.prototype.gteqv__O__O__Z = (function(x, y
113565
113745
  $c_Lcats_kernel_instances_BooleanOrder.prototype.lteqv__O__O__Z = (function(x, y) {
113566
113746
  return this.lteqv__Z__Z__Z((!(!x)), (!(!y)))
113567
113747
  });
113748
+ $c_Lcats_kernel_instances_BooleanOrder.prototype.max__O__O__O = (function(x, y) {
113749
+ return this.max__Z__Z__Z((!(!x)), (!(!y)))
113750
+ });
113568
113751
  var $d_Lcats_kernel_instances_BooleanOrder = new $TypeData().initClass({
113569
113752
  Lcats_kernel_instances_BooleanOrder: 0
113570
113753
  }, false, "cats.kernel.instances.BooleanOrder", {
@@ -113621,6 +113804,11 @@ $c_Lcats_kernel_instances_ByteOrder.prototype.lt__B__B__Z = (function(x, y) {
113621
113804
  $c_Lcats_kernel_instances_ByteOrder.prototype.lteqv__B__B__Z = (function(x, y) {
113622
113805
  return (x <= y)
113623
113806
  });
113807
+ $c_Lcats_kernel_instances_ByteOrder.prototype.max__B__B__B = (function(x, y) {
113808
+ var a = x;
113809
+ var b = y;
113810
+ return ((((a > b) ? a : b) << 24) >> 24)
113811
+ });
113624
113812
  $c_Lcats_kernel_instances_ByteOrder.prototype.hash__O__I = (function(x) {
113625
113813
  var x$1 = (x | 0);
113626
113814
  return x$1
@@ -113646,6 +113834,9 @@ $c_Lcats_kernel_instances_ByteOrder.prototype.lt__O__O__Z = (function(x, y) {
113646
113834
  $c_Lcats_kernel_instances_ByteOrder.prototype.lteqv__O__O__Z = (function(x, y) {
113647
113835
  return this.lteqv__B__B__Z((x | 0), (y | 0))
113648
113836
  });
113837
+ $c_Lcats_kernel_instances_ByteOrder.prototype.max__O__O__O = (function(x, y) {
113838
+ return this.max__B__B__B((x | 0), (y | 0))
113839
+ });
113649
113840
  var $d_Lcats_kernel_instances_ByteOrder = new $TypeData().initClass({
113650
113841
  Lcats_kernel_instances_ByteOrder: 0
113651
113842
  }, false, "cats.kernel.instances.ByteOrder", {
@@ -113681,6 +113872,9 @@ $h_Lcats_kernel_instances_CharOrder.prototype = $c_Lcats_kernel_instances_CharOr
113681
113872
  $c_Lcats_kernel_instances_CharOrder.prototype.partialCompare__O__O__D = (function(x, y) {
113682
113873
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
113683
113874
  });
113875
+ $c_Lcats_kernel_instances_CharOrder.prototype.max__O__O__O = (function(x, y) {
113876
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
113877
+ });
113684
113878
  $c_Lcats_kernel_instances_CharOrder.prototype.compare__C__C__I = (function(x, y) {
113685
113879
  return ((x < y) ? (-1) : ((x > y) ? 1 : 0))
113686
113880
  });
@@ -113808,6 +114002,11 @@ $c_Lcats_kernel_instances_IntOrder.prototype.lt__O__O__Z = (function(x, y) {
113808
114002
  $c_Lcats_kernel_instances_IntOrder.prototype.lteqv__O__O__Z = (function(x, y) {
113809
114003
  return this.lteqv__I__I__Z((x | 0), (y | 0))
113810
114004
  });
114005
+ $c_Lcats_kernel_instances_IntOrder.prototype.max__O__O__O = (function(x, y) {
114006
+ var x$1 = (x | 0);
114007
+ var y$1 = (y | 0);
114008
+ return ((x$1 > y$1) ? x$1 : y$1)
114009
+ });
113811
114010
  var $d_Lcats_kernel_instances_IntOrder = new $TypeData().initClass({
113812
114011
  Lcats_kernel_instances_IntOrder: 0
113813
114012
  }, false, "cats.kernel.instances.IntOrder", {
@@ -113911,6 +114110,15 @@ $c_Lcats_kernel_instances_LongOrder.prototype.lt__O__O__Z = (function(x, y) {
113911
114110
  $c_Lcats_kernel_instances_LongOrder.prototype.lteqv__O__O__Z = (function(x, y) {
113912
114111
  return this.lteqv__J__J__Z($uJ(x), $uJ(y))
113913
114112
  });
114113
+ $c_Lcats_kernel_instances_LongOrder.prototype.max__O__O__O = (function(x, y) {
114114
+ var t = $uJ(x);
114115
+ var lo = t.RTLong__f_lo;
114116
+ var hi = t.RTLong__f_hi;
114117
+ var t$1 = $uJ(y);
114118
+ var lo$1 = t$1.RTLong__f_lo;
114119
+ var hi$1 = t$1.RTLong__f_hi;
114120
+ return (((hi === hi$1) ? (((-2147483648) ^ lo) > ((-2147483648) ^ lo$1)) : (hi > hi$1)) ? new $c_RTLong(lo, hi) : new $c_RTLong(lo$1, hi$1))
114121
+ });
113914
114122
  var $d_Lcats_kernel_instances_LongOrder = new $TypeData().initClass({
113915
114123
  Lcats_kernel_instances_LongOrder: 0
113916
114124
  }, false, "cats.kernel.instances.LongOrder", {
@@ -113967,6 +114175,11 @@ $c_Lcats_kernel_instances_ShortOrder.prototype.lt__S__S__Z = (function(x, y) {
113967
114175
  $c_Lcats_kernel_instances_ShortOrder.prototype.lteqv__S__S__Z = (function(x, y) {
113968
114176
  return (x <= y)
113969
114177
  });
114178
+ $c_Lcats_kernel_instances_ShortOrder.prototype.max__S__S__S = (function(x, y) {
114179
+ var a = x;
114180
+ var b = y;
114181
+ return ((((a > b) ? a : b) << 16) >> 16)
114182
+ });
113970
114183
  $c_Lcats_kernel_instances_ShortOrder.prototype.hash__O__I = (function(x) {
113971
114184
  var x$1 = (x | 0);
113972
114185
  return x$1
@@ -113992,6 +114205,9 @@ $c_Lcats_kernel_instances_ShortOrder.prototype.lt__O__O__Z = (function(x, y) {
113992
114205
  $c_Lcats_kernel_instances_ShortOrder.prototype.lteqv__O__O__Z = (function(x, y) {
113993
114206
  return this.lteqv__S__S__Z((x | 0), (y | 0))
113994
114207
  });
114208
+ $c_Lcats_kernel_instances_ShortOrder.prototype.max__O__O__O = (function(x, y) {
114209
+ return this.max__S__S__S((x | 0), (y | 0))
114210
+ });
113995
114211
  var $d_Lcats_kernel_instances_ShortOrder = new $TypeData().initClass({
113996
114212
  Lcats_kernel_instances_ShortOrder: 0
113997
114213
  }, false, "cats.kernel.instances.ShortOrder", {
@@ -114051,6 +114267,9 @@ $c_Lcats_kernel_instances_UnitOrder.prototype.gteqv__O__O__Z = (function(x, y) {
114051
114267
  $c_Lcats_kernel_instances_UnitOrder.prototype.lteqv__O__O__Z = (function(x, y) {
114052
114268
  return true
114053
114269
  });
114270
+ $c_Lcats_kernel_instances_UnitOrder.prototype.max__O__O__O = (function(x, y) {
114271
+ return (void 0)
114272
+ });
114054
114273
  var $d_Lcats_kernel_instances_UnitOrder = new $TypeData().initClass({
114055
114274
  Lcats_kernel_instances_UnitOrder: 0
114056
114275
  }, false, "cats.kernel.instances.UnitOrder", {
@@ -120164,6 +120383,9 @@ $h_Lspire_math_NaturalAlgebra.prototype = $c_Lspire_math_NaturalAlgebra.prototyp
120164
120383
  $c_Lspire_math_NaturalAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
120165
120384
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
120166
120385
  });
120386
+ $c_Lspire_math_NaturalAlgebra.prototype.max__O__O__O = (function(x, y) {
120387
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
120388
+ });
120167
120389
  $c_Lspire_math_NaturalAlgebra.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
120168
120390
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
120169
120391
  });
@@ -124889,6 +125111,9 @@ $h_Lspire_math_UIntAlgebra.prototype = $c_Lspire_math_UIntAlgebra.prototype;
124889
125111
  $c_Lspire_math_UIntAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
124890
125112
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
124891
125113
  });
125114
+ $c_Lspire_math_UIntAlgebra.prototype.max__O__O__O = (function(x, y) {
125115
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
125116
+ });
124892
125117
  $c_Lspire_math_UIntAlgebra.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
124893
125118
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
124894
125119
  });
@@ -125011,6 +125236,9 @@ $h_Lspire_math_ULongAlgebra.prototype = $c_Lspire_math_ULongAlgebra.prototype;
125011
125236
  $c_Lspire_math_ULongAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
125012
125237
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
125013
125238
  });
125239
+ $c_Lspire_math_ULongAlgebra.prototype.max__O__O__O = (function(x, y) {
125240
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
125241
+ });
125014
125242
  $c_Lspire_math_ULongAlgebra.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
125015
125243
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
125016
125244
  });
@@ -129900,6 +130128,9 @@ $c_Lspire_math_RationalAlgebra.prototype.reciprocal__O__O = (function(x) {
129900
130128
  $c_Lspire_math_RationalAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
129901
130129
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
129902
130130
  });
130131
+ $c_Lspire_math_RationalAlgebra.prototype.max__O__O__O = (function(x, y) {
130132
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
130133
+ });
129903
130134
  $c_Lspire_math_RationalAlgebra.prototype.toAlgebraic__O__Lspire_math_Algebraic = (function(a) {
129904
130135
  return $f_Lspire_algebra_IsRational__toAlgebraic__O__Lspire_math_Algebraic(this, a)
129905
130136
  });
@@ -130058,6 +130289,9 @@ $c_Lspire_std_IntAlgebra.prototype.sqrt__O__O = (function(a) {
130058
130289
  $c_Lspire_std_IntAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
130059
130290
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
130060
130291
  });
130292
+ $c_Lspire_std_IntAlgebra.prototype.max__O__O__O = (function(x, y) {
130293
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
130294
+ });
130061
130295
  $c_Lspire_std_IntAlgebra.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
130062
130296
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
130063
130297
  });
@@ -130221,6 +130455,9 @@ $c_Lspire_std_LongAlgebra.prototype.sqrt__O__O = (function(a) {
130221
130455
  $c_Lspire_std_LongAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
130222
130456
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
130223
130457
  });
130458
+ $c_Lspire_std_LongAlgebra.prototype.max__O__O__O = (function(x, y) {
130459
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
130460
+ });
130224
130461
  $c_Lspire_std_LongAlgebra.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
130225
130462
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
130226
130463
  });
@@ -130442,6 +130679,9 @@ $c_Lspire_math_AlgebraicAlgebra.prototype.sqrt__O__O = (function(a) {
130442
130679
  $c_Lspire_math_AlgebraicAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
130443
130680
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
130444
130681
  });
130682
+ $c_Lspire_math_AlgebraicAlgebra.prototype.max__O__O__O = (function(x, y) {
130683
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
130684
+ });
130445
130685
  $c_Lspire_math_AlgebraicAlgebra.prototype.lteqv__O__O__Z = (function(x, y) {
130446
130686
  return $f_Lcats_kernel_Order__lteqv__O__O__Z(this, x, y)
130447
130687
  });
@@ -130651,6 +130891,11 @@ $c_Lspire_std_BigIntAlgebra.prototype.lteqv__O__O__Z = (function(x, y) {
130651
130891
  var y$1 = y;
130652
130892
  return $f_s_math_Ordered__$less$eq__O__Z(x$1, y$1)
130653
130893
  });
130894
+ $c_Lspire_std_BigIntAlgebra.prototype.max__O__O__O = (function(x, y) {
130895
+ var x$1 = x;
130896
+ var y$1 = y;
130897
+ return x$1.max__s_math_BigInt__s_math_BigInt(y$1)
130898
+ });
130654
130899
  $c_Lspire_std_BigIntAlgebra.prototype.compare__O__O__I = (function(x, y) {
130655
130900
  var x$1 = x;
130656
130901
  var y$1 = y;
@@ -130815,6 +131060,11 @@ $c_Lspire_std_BigIntegerAlgebra.prototype.lteqv__O__O__Z = (function(x, y) {
130815
131060
  var y$1 = y;
130816
131061
  return $f_Lspire_std_BigIntegerOrder__lteqv__Ljava_math_BigInteger__Ljava_math_BigInteger__Z(this, x$1, y$1)
130817
131062
  });
131063
+ $c_Lspire_std_BigIntegerAlgebra.prototype.max__O__O__O = (function(x, y) {
131064
+ var x$1 = x;
131065
+ var y$1 = y;
131066
+ return x$1.max__Ljava_math_BigInteger__Ljava_math_BigInteger(y$1)
131067
+ });
130818
131068
  $c_Lspire_std_BigIntegerAlgebra.prototype.compare__O__O__I = (function(x, y) {
130819
131069
  var x$1 = x;
130820
131070
  var y$1 = y;
@@ -130935,6 +131185,9 @@ $c_Lspire_math_RealAlgebra.prototype.fromDouble__D__O = (function(a) {
130935
131185
  $c_Lspire_math_RealAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
130936
131186
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
130937
131187
  });
131188
+ $c_Lspire_math_RealAlgebra.prototype.max__O__O__O = (function(x, y) {
131189
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
131190
+ });
130938
131191
  $c_Lspire_math_RealAlgebra.prototype.neqv__O__O__Z = (function(x, y) {
130939
131192
  return $f_Lcats_kernel_Order__neqv__O__O__Z(this, x, y)
130940
131193
  });
@@ -131244,6 +131497,11 @@ $c_Lspire_std_BigDecimalAlgebra.prototype.lteqv__O__O__Z = (function(x, y) {
131244
131497
  var y$1 = y;
131245
131498
  return $f_s_math_Ordered__$less$eq__O__Z(x$1, y$1)
131246
131499
  });
131500
+ $c_Lspire_std_BigDecimalAlgebra.prototype.max__O__O__O = (function(x, y) {
131501
+ var x$1 = x;
131502
+ var y$1 = y;
131503
+ return x$1.max__s_math_BigDecimal__s_math_BigDecimal(y$1)
131504
+ });
131247
131505
  $c_Lspire_std_BigDecimalAlgebra.prototype.compare__O__O__I = (function(x, y) {
131248
131506
  var x$1 = x;
131249
131507
  var y$1 = y;
@@ -131380,6 +131638,9 @@ $c_Lspire_math_AlgebraicIsFractional.prototype.sqrt__O__O = (function(a) {
131380
131638
  $c_Lspire_math_AlgebraicIsFractional.prototype.partialCompare__O__O__D = (function(x, y) {
131381
131639
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
131382
131640
  });
131641
+ $c_Lspire_math_AlgebraicIsFractional.prototype.max__O__O__O = (function(x, y) {
131642
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
131643
+ });
131383
131644
  $c_Lspire_math_AlgebraicIsFractional.prototype.lteqv__O__O__Z = (function(x, y) {
131384
131645
  return $f_Lcats_kernel_Order__lteqv__O__O__Z(this, x, y)
131385
131646
  });
@@ -131645,6 +131906,11 @@ $c_Lspire_std_DoubleAlgebra.prototype.lteqv__O__O__Z = (function(x, y) {
131645
131906
  var y$1 = (+y);
131646
131907
  return $f_Lspire_std_DoubleOrder__lteqv__D__D__Z(this, x$1, y$1)
131647
131908
  });
131909
+ $c_Lspire_std_DoubleAlgebra.prototype.max__O__O__O = (function(x, y) {
131910
+ var x$1 = (+x);
131911
+ var y$1 = (+y);
131912
+ return (+Math.max(x$1, y$1))
131913
+ });
131648
131914
  $c_Lspire_std_DoubleAlgebra.prototype.compare__O__O__I = (function(x, y) {
131649
131915
  var x$1 = (+x);
131650
131916
  var y$1 = (+y);
@@ -131776,6 +132042,9 @@ $c_Lspire_math_NumberAlgebra.prototype.reciprocal__O__O = (function(x) {
131776
132042
  $c_Lspire_math_NumberAlgebra.prototype.partialCompare__O__O__D = (function(x, y) {
131777
132043
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
131778
132044
  });
132045
+ $c_Lspire_math_NumberAlgebra.prototype.max__O__O__O = (function(x, y) {
132046
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
132047
+ });
131779
132048
  $c_Lspire_math_NumberAlgebra.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
131780
132049
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
131781
132050
  });
@@ -131959,6 +132228,9 @@ $c_Lspire_math_RationalIsFractional.prototype.sqrt__O__O = (function(a) {
131959
132228
  $c_Lspire_math_RationalIsFractional.prototype.partialCompare__O__O__D = (function(x, y) {
131960
132229
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
131961
132230
  });
132231
+ $c_Lspire_math_RationalIsFractional.prototype.max__O__O__O = (function(x, y) {
132232
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
132233
+ });
131962
132234
  $c_Lspire_math_RationalIsFractional.prototype.order__Lcats_kernel_Order = (function() {
131963
132235
  return this
131964
132236
  });
@@ -132290,6 +132562,11 @@ $c_Lspire_math_BigDecimalIsFractional.prototype.lteqv__O__O__Z = (function(x, y)
132290
132562
  var y$1 = y;
132291
132563
  return $f_s_math_Ordered__$less$eq__O__Z(x$1, y$1)
132292
132564
  });
132565
+ $c_Lspire_math_BigDecimalIsFractional.prototype.max__O__O__O = (function(x, y) {
132566
+ var x$1 = x;
132567
+ var y$1 = y;
132568
+ return x$1.max__s_math_BigDecimal__s_math_BigDecimal(y$1)
132569
+ });
132293
132570
  $c_Lspire_math_BigDecimalIsFractional.prototype.compare__O__O__I = (function(x, y) {
132294
132571
  var x$1 = x;
132295
132572
  var y$1 = y;
@@ -132523,6 +132800,11 @@ $c_Lspire_math_DoubleIsFractional.prototype.lteqv__O__O__Z = (function(x, y) {
132523
132800
  var y$1 = (+y);
132524
132801
  return $f_Lspire_std_DoubleOrder__lteqv__D__D__Z(this, x$1, y$1)
132525
132802
  });
132803
+ $c_Lspire_math_DoubleIsFractional.prototype.max__O__O__O = (function(x, y) {
132804
+ var x$1 = (+x);
132805
+ var y$1 = (+y);
132806
+ return (+Math.max(x$1, y$1))
132807
+ });
132526
132808
  $c_Lspire_math_DoubleIsFractional.prototype.compare__O__O__I = (function(x, y) {
132527
132809
  var x$1 = (+x);
132528
132810
  var y$1 = (+y);
@@ -132766,6 +133048,11 @@ $c_Lspire_math_FloatIsFractional.prototype.lteqv__O__O__Z = (function(x, y) {
132766
133048
  var y$1 = Math.fround(y);
132767
133049
  return $f_Lspire_std_FloatOrder__lteqv__F__F__Z(this, x$1, y$1)
132768
133050
  });
133051
+ $c_Lspire_math_FloatIsFractional.prototype.max__O__O__O = (function(x, y) {
133052
+ var x$1 = Math.fround(x);
133053
+ var y$1 = Math.fround(y);
133054
+ return Math.fround((+Math.max(x$1, y$1)))
133055
+ });
132769
133056
  $c_Lspire_math_FloatIsFractional.prototype.compare__O__O__I = (function(x, y) {
132770
133057
  var x$1 = Math.fround(x);
132771
133058
  var y$1 = Math.fround(y);
@@ -132946,6 +133233,9 @@ $c_Lspire_math_NumberIsFractional.prototype.reciprocal__O__O = (function(x) {
132946
133233
  $c_Lspire_math_NumberIsFractional.prototype.partialCompare__O__O__D = (function(x, y) {
132947
133234
  return $f_Lcats_kernel_Order__partialCompare__O__O__D(this, x, y)
132948
133235
  });
133236
+ $c_Lspire_math_NumberIsFractional.prototype.max__O__O__O = (function(x, y) {
133237
+ return $f_Lcats_kernel_Order__max__O__O__O(this, x, y)
133238
+ });
132949
133239
  $c_Lspire_math_NumberIsFractional.prototype.sign__O__Lalgebra_ring_Signed$Sign = (function(a) {
132950
133240
  return $f_Lalgebra_ring_Signed__sign__O__Lalgebra_ring_Signed$Sign(this, a)
132951
133241
  });