@tuprolog/2p-full 1.0.3 → 1.0.4
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/2p-core.js +1 -1
- package/2p-repl.js +1 -1
- package/kotlin-kotlin-stdlib.js +2 -2
- package/package.json +1 -1
package/2p-core.js
CHANGED
package/2p-repl.js
CHANGED
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
};
|
|
360
360
|
protoOf(TuPrologCmd).y4a = function () {
|
|
361
361
|
Info_getInstance();
|
|
362
|
-
this.u3x('# 2P-Kt version ' + '1.0.
|
|
362
|
+
this.u3x('# 2P-Kt version ' + '1.0.4');
|
|
363
363
|
var theory = loadTheory(this);
|
|
364
364
|
var tmp = Companion_instance_2;
|
|
365
365
|
var outputChannel = tmp.of(TuPrologCmd$getSolver$lambda(this));
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -97,7 +97,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
97
97
|
setMetadataFor(IteratorImpl, 'IteratorImpl', classMeta);
|
|
98
98
|
setMetadataFor(ListIteratorImpl, 'ListIteratorImpl', classMeta, IteratorImpl);
|
|
99
99
|
setMetadataFor(List, 'List', interfaceMeta, VOID, [Collection]);
|
|
100
|
-
setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection,
|
|
100
|
+
setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection, List, Collection, MutableIterable]);
|
|
101
101
|
setMetadataFor(RandomAccess, 'RandomAccess', interfaceMeta);
|
|
102
102
|
setMetadataFor(SubList, 'SubList', classMeta, AbstractMutableList, [AbstractMutableList, RandomAccess]);
|
|
103
103
|
setMetadataFor(Map_0, 'Map', interfaceMeta);
|
|
@@ -106,7 +106,7 @@ if (typeof Math.imul === 'undefined') {
|
|
|
106
106
|
setMetadataFor(Set, 'Set', interfaceMeta, VOID, [Collection]);
|
|
107
107
|
setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Set, Collection, MutableIterable]);
|
|
108
108
|
setMetadataFor(Companion, 'Companion', objectMeta);
|
|
109
|
-
setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList,
|
|
109
|
+
setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, List, Collection, MutableIterable, RandomAccess], ArrayList_init_$Create$);
|
|
110
110
|
setMetadataFor(HashMap, 'HashMap', classMeta, AbstractMutableMap, [AbstractMutableMap, Map_0], HashMap_init_$Create$);
|
|
111
111
|
setMetadataFor(HashMapKeys, 'HashMapKeys', classMeta, AbstractMutableSet, [Set, Collection, MutableIterable, AbstractMutableSet]);
|
|
112
112
|
setMetadataFor(HashMapValues, 'HashMapValues', classMeta, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
|