lucuma-core 0.84.0 → 0.85.0-2-efd2d7a-SNAPSHOT
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.
- package/main.js +34 -31
- package/main.js.map +3 -3
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -40987,35 +40987,6 @@ var $d_Lcats_Traverse$ToTraverseOps$$anon$3 = new $TypeData().initClass({
|
|
|
40987
40987
|
});
|
|
40988
40988
|
$c_Lcats_Traverse$ToTraverseOps$$anon$3.prototype.$classData = $d_Lcats_Traverse$ToTraverseOps$$anon$3;
|
|
40989
40989
|
/** @constructor */
|
|
40990
|
-
function $c_Lcats_UnorderedFoldable$() {
|
|
40991
|
-
$n_Lcats_UnorderedFoldable$ = this;
|
|
40992
|
-
new $c_Lcats_UnorderedFoldable$$anon$1();
|
|
40993
|
-
new $c_Lcats_UnorderedFoldable$$anon$2()
|
|
40994
|
-
}
|
|
40995
|
-
$c_Lcats_UnorderedFoldable$.prototype = new $h_O();
|
|
40996
|
-
$c_Lcats_UnorderedFoldable$.prototype.constructor = $c_Lcats_UnorderedFoldable$;
|
|
40997
|
-
/** @constructor */
|
|
40998
|
-
function $h_Lcats_UnorderedFoldable$() {
|
|
40999
|
-
/*<skip>*/
|
|
41000
|
-
}
|
|
41001
|
-
$h_Lcats_UnorderedFoldable$.prototype = $c_Lcats_UnorderedFoldable$.prototype;
|
|
41002
|
-
var $d_Lcats_UnorderedFoldable$ = new $TypeData().initClass({
|
|
41003
|
-
Lcats_UnorderedFoldable$: 0
|
|
41004
|
-
}, false, "cats.UnorderedFoldable$", {
|
|
41005
|
-
Lcats_UnorderedFoldable$: 1,
|
|
41006
|
-
O: 1,
|
|
41007
|
-
Lcats_ScalaVersionSpecificTraverseInstances: 1,
|
|
41008
|
-
Lcats_instances_NTupleUnorderedFoldableInstances: 1
|
|
41009
|
-
});
|
|
41010
|
-
$c_Lcats_UnorderedFoldable$.prototype.$classData = $d_Lcats_UnorderedFoldable$;
|
|
41011
|
-
var $n_Lcats_UnorderedFoldable$;
|
|
41012
|
-
function $m_Lcats_UnorderedFoldable$() {
|
|
41013
|
-
if ((!$n_Lcats_UnorderedFoldable$)) {
|
|
41014
|
-
$n_Lcats_UnorderedFoldable$ = new $c_Lcats_UnorderedFoldable$()
|
|
41015
|
-
};
|
|
41016
|
-
return $n_Lcats_UnorderedFoldable$
|
|
41017
|
-
}
|
|
41018
|
-
/** @constructor */
|
|
41019
40990
|
function $c_Lcats_arrow_FunctionK$$anon$4() {
|
|
41020
40991
|
/*<skip>*/
|
|
41021
40992
|
}
|
|
@@ -41099,7 +41070,7 @@ function $h_Lcats_data_NonEmptyListInstances() {
|
|
|
41099
41070
|
}
|
|
41100
41071
|
$h_Lcats_data_NonEmptyListInstances.prototype = $c_Lcats_data_NonEmptyListInstances.prototype;
|
|
41101
41072
|
/** @constructor */
|
|
41102
|
-
function $c_Lcats_instances_EquivInstances$$anon$3(fa$
|
|
41073
|
+
function $c_Lcats_instances_EquivInstances$$anon$3(fa$5, f$2) {
|
|
41103
41074
|
/*<skip>*/
|
|
41104
41075
|
}
|
|
41105
41076
|
$c_Lcats_instances_EquivInstances$$anon$3.prototype = new $h_O();
|
|
@@ -54110,6 +54081,36 @@ var $d_Lcats_Show$$anon$5 = new $TypeData().initClass({
|
|
|
54110
54081
|
Lcats_Show: 1
|
|
54111
54082
|
});
|
|
54112
54083
|
$c_Lcats_Show$$anon$5.prototype.$classData = $d_Lcats_Show$$anon$5;
|
|
54084
|
+
/** @constructor */
|
|
54085
|
+
function $c_Lcats_UnorderedFoldable$() {
|
|
54086
|
+
$n_Lcats_UnorderedFoldable$ = this;
|
|
54087
|
+
new $c_Lcats_UnorderedFoldable$$anon$1();
|
|
54088
|
+
new $c_Lcats_UnorderedFoldable$$anon$2()
|
|
54089
|
+
}
|
|
54090
|
+
$c_Lcats_UnorderedFoldable$.prototype = new $h_O();
|
|
54091
|
+
$c_Lcats_UnorderedFoldable$.prototype.constructor = $c_Lcats_UnorderedFoldable$;
|
|
54092
|
+
/** @constructor */
|
|
54093
|
+
function $h_Lcats_UnorderedFoldable$() {
|
|
54094
|
+
/*<skip>*/
|
|
54095
|
+
}
|
|
54096
|
+
$h_Lcats_UnorderedFoldable$.prototype = $c_Lcats_UnorderedFoldable$.prototype;
|
|
54097
|
+
var $d_Lcats_UnorderedFoldable$ = new $TypeData().initClass({
|
|
54098
|
+
Lcats_UnorderedFoldable$: 0
|
|
54099
|
+
}, false, "cats.UnorderedFoldable$", {
|
|
54100
|
+
Lcats_UnorderedFoldable$: 1,
|
|
54101
|
+
O: 1,
|
|
54102
|
+
Lcats_ScalaVersionSpecificTraverseInstances: 1,
|
|
54103
|
+
Lcats_instances_NTupleUnorderedFoldableInstances: 1,
|
|
54104
|
+
Lcats_UnorderedFoldableLowPriority: 1
|
|
54105
|
+
});
|
|
54106
|
+
$c_Lcats_UnorderedFoldable$.prototype.$classData = $d_Lcats_UnorderedFoldable$;
|
|
54107
|
+
var $n_Lcats_UnorderedFoldable$;
|
|
54108
|
+
function $m_Lcats_UnorderedFoldable$() {
|
|
54109
|
+
if ((!$n_Lcats_UnorderedFoldable$)) {
|
|
54110
|
+
$n_Lcats_UnorderedFoldable$ = new $c_Lcats_UnorderedFoldable$()
|
|
54111
|
+
};
|
|
54112
|
+
return $n_Lcats_UnorderedFoldable$
|
|
54113
|
+
}
|
|
54113
54114
|
function $p_Lcats_data_Chain$ChainIterator__go$3__O($thiz) {
|
|
54114
54115
|
while (true) {
|
|
54115
54116
|
if ((($thiz.Lcats_data_Chain$ChainIterator__f_currentIterator !== null) && $thiz.Lcats_data_Chain$ChainIterator__f_currentIterator.hasNext__Z())) {
|
|
@@ -54417,7 +54418,7 @@ var $d_Lcats_instances_OptionInstancesBinCompat0$$anon$3 = new $TypeData().initC
|
|
|
54417
54418
|
});
|
|
54418
54419
|
$c_Lcats_instances_OptionInstancesBinCompat0$$anon$3.prototype.$classData = $d_Lcats_instances_OptionInstancesBinCompat0$$anon$3;
|
|
54419
54420
|
/** @constructor */
|
|
54420
|
-
function $c_Lcats_instances_PartialOrderingInstances$$anon$2(fa$
|
|
54421
|
+
function $c_Lcats_instances_PartialOrderingInstances$$anon$2(fa$5, f$2) {
|
|
54421
54422
|
/*<skip>*/
|
|
54422
54423
|
}
|
|
54423
54424
|
$c_Lcats_instances_PartialOrderingInstances$$anon$2.prototype = new $h_O();
|
|
@@ -133586,6 +133587,7 @@ var $d_Lcats_instances_package$all$ = new $TypeData().initClass({
|
|
|
133586
133587
|
Lcats_instances_SortedMapInstances: 1,
|
|
133587
133588
|
Lcats_instances_SortedSetInstances1: 1,
|
|
133588
133589
|
Lcats_instances_SortedSetInstances: 1,
|
|
133590
|
+
Lcats_instances_ShowInstances: 1,
|
|
133589
133591
|
Lcats_kernel_instances_StreamInstances2: 1,
|
|
133590
133592
|
Lcats_kernel_instances_StreamInstances1: 1,
|
|
133591
133593
|
Lcats_kernel_instances_StreamInstances: 1,
|
|
@@ -134089,6 +134091,7 @@ var $d_Lcats_implicits$ = new $TypeData().initClass({
|
|
|
134089
134091
|
Lcats_instances_SortedMapInstances: 1,
|
|
134090
134092
|
Lcats_instances_SortedSetInstances1: 1,
|
|
134091
134093
|
Lcats_instances_SortedSetInstances: 1,
|
|
134094
|
+
Lcats_instances_ShowInstances: 1,
|
|
134092
134095
|
Lcats_kernel_instances_StreamInstances2: 1,
|
|
134093
134096
|
Lcats_kernel_instances_StreamInstances1: 1,
|
|
134094
134097
|
Lcats_kernel_instances_StreamInstances: 1,
|