pareto 0.52.0 → 0.54.0

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 (99) hide show
  1. package/auto.dist/auto.globals.d.ts +22 -0
  2. package/auto.dist/auto.globals.js +2 -0
  3. package/auto.dist/index.d.ts +3 -0
  4. package/auto.dist/index.js +40 -0
  5. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +6 -0
  6. package/auto.dist/public/cosmos__2__pareto/auto.api.js +3 -0
  7. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +2 -0
  8. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +6 -0
  9. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +3045 -0
  10. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.js +3 -0
  11. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +29 -0
  12. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +3 -0
  13. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +2 -0
  14. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +359 -0
  15. package/auto.dist/public/cosmos__2__pareto/index.d.ts +2 -0
  16. package/auto.dist/public/cosmos__2__pareto/index.js +19 -0
  17. package/auto.dist/public/fountain__pen/auto.api.d.ts +6 -0
  18. package/auto.dist/public/fountain__pen/auto.api.js +3 -0
  19. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +2 -0
  20. package/auto.dist/public/fountain__pen/auto.implementation.js +6 -0
  21. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +29 -0
  22. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.js +3 -0
  23. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.d.ts +9 -0
  24. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +3 -0
  25. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +2 -0
  26. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +98 -0
  27. package/auto.dist/public/fountain__pen/index.d.ts +2 -0
  28. package/auto.dist/public/fountain__pen/index.js +19 -0
  29. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +1760 -0
  30. package/auto.dist/public/glossaries/cosmos__type__system.js +3 -0
  31. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +8 -0
  32. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +3 -0
  33. package/auto.dist/public/glossaries/pareto.d.ts +1267 -0
  34. package/auto.dist/public/glossaries/pareto.js +3 -0
  35. package/auto.dist/public/glossaries/pareto.shadow.d.ts +8 -0
  36. package/auto.dist/public/glossaries/pareto.shadow.js +3 -0
  37. package/auto.dist/public/pareto__2__typescript/auto.api.d.ts +6 -0
  38. package/auto.dist/public/pareto__2__typescript/auto.api.js +3 -0
  39. package/auto.dist/public/pareto__2__typescript/auto.implementation.d.ts +2 -0
  40. package/auto.dist/public/pareto__2__typescript/auto.implementation.js +6 -0
  41. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.d.ts +1318 -0
  42. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.js +3 -0
  43. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.d.ts +30 -0
  44. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +3 -0
  45. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.d.ts +2 -0
  46. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +510 -0
  47. package/auto.dist/public/pareto__2__typescript/index.d.ts +2 -0
  48. package/auto.dist/public/pareto__2__typescript/index.js +19 -0
  49. package/auto.dist/public/shorthands/pareto.d.ts +48 -0
  50. package/auto.dist/public/shorthands/pareto.js +241 -0
  51. package/auto.pareto/$.data.ts +45 -0
  52. package/auto.pareto/auto.dependencies/index.ts +9 -0
  53. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  54. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  55. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  56. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  57. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  58. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  59. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  60. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  61. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  62. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  63. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  64. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  65. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  66. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  67. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  68. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  69. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  70. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  71. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  72. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  73. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  74. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
  75. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
  76. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  77. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  78. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  79. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  80. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  81. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  82. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  83. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  84. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  85. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  86. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +35 -0
  87. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  89. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  90. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  91. package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +1674 -0
  92. package/auto.pareto/glossaries/auto.pareto.data.ts +1283 -0
  93. package/auto.pareto/modules/cosmos2pareto/api.data.ts +18 -0
  94. package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +41 -0
  95. package/auto.pareto/modules/fountain_pen/api.data.ts +17 -0
  96. package/auto.pareto/modules/fountain_pen/glossary.data.ts +32 -0
  97. package/auto.pareto/modules/pareto2typescript/api.data.ts +24 -0
  98. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +47 -0
  99. package/package.json +25 -4
@@ -0,0 +1,1760 @@
1
+ import * as pt from 'pareto-core-types';
2
+ export declare namespace G { }
3
+ export declare namespace N {
4
+ namespace Algorithm_$_$Type_$_$Reference {
5
+ namespace N {
6
+ namespace G {
7
+ namespace N {
8
+ namespace algorithm_$_$type {
9
+ namespace N { }
10
+ namespace D { }
11
+ }
12
+ }
13
+ namespace D { }
14
+ }
15
+ }
16
+ namespace D { }
17
+ }
18
+ namespace API {
19
+ namespace N {
20
+ namespace G {
21
+ namespace N {
22
+ namespace algorithms {
23
+ namespace N {
24
+ namespace DX {
25
+ namespace N {
26
+ namespace G {
27
+ namespace N {
28
+ namespace configuration_$_$data {
29
+ namespace N {
30
+ namespace O {
31
+ namespace N { }
32
+ namespace D { }
33
+ }
34
+ }
35
+ namespace D { }
36
+ }
37
+ namespace definition {
38
+ namespace N { }
39
+ namespace D { }
40
+ }
41
+ namespace dependencies {
42
+ namespace N {
43
+ namespace DX {
44
+ namespace N {
45
+ namespace G {
46
+ namespace N {
47
+ namespace algorithm_$_$type {
48
+ namespace N { }
49
+ namespace D { }
50
+ }
51
+ namespace _$lmodule {
52
+ namespace N { }
53
+ namespace D { }
54
+ }
55
+ namespace _$ltype {
56
+ namespace N {
57
+ namespace TU {
58
+ namespace N {
59
+ namespace library_$_$dependency {
60
+ namespace N { }
61
+ namespace D { }
62
+ }
63
+ namespace _$lprivate {
64
+ namespace N { }
65
+ namespace D { }
66
+ }
67
+ namespace _$lpublic {
68
+ namespace N { }
69
+ namespace D { }
70
+ }
71
+ namespace sibling {
72
+ namespace N { }
73
+ namespace D { }
74
+ }
75
+ }
76
+ namespace D { }
77
+ }
78
+ }
79
+ namespace D { }
80
+ }
81
+ namespace type_$_$arguments {
82
+ namespace N {
83
+ namespace DX {
84
+ namespace N {
85
+ namespace TU {
86
+ namespace N {
87
+ namespace api_$_$parameter {
88
+ namespace N { }
89
+ namespace D { }
90
+ }
91
+ namespace data_$_$type {
92
+ namespace N { }
93
+ namespace D { }
94
+ }
95
+ }
96
+ namespace D { }
97
+ }
98
+ }
99
+ namespace D { }
100
+ }
101
+ }
102
+ namespace D { }
103
+ }
104
+ }
105
+ namespace D { }
106
+ }
107
+ }
108
+ namespace D { }
109
+ }
110
+ }
111
+ namespace D { }
112
+ }
113
+ }
114
+ namespace D { }
115
+ }
116
+ }
117
+ namespace D { }
118
+ }
119
+ }
120
+ namespace D { }
121
+ }
122
+ namespace provided_$_$interface {
123
+ namespace N { }
124
+ namespace D { }
125
+ }
126
+ }
127
+ namespace D { }
128
+ }
129
+ }
130
+ namespace D { }
131
+ }
132
+ namespace Arguments {
133
+ namespace N {
134
+ namespace DX {
135
+ namespace N { }
136
+ namespace D { }
137
+ }
138
+ }
139
+ namespace D { }
140
+ }
141
+ namespace Asynchronous_$_$Interface_$_$Reference {
142
+ namespace N {
143
+ namespace G {
144
+ namespace N {
145
+ namespace context {
146
+ namespace N {
147
+ namespace TU {
148
+ namespace N {
149
+ namespace _$limport {
150
+ namespace N {
151
+ namespace G {
152
+ namespace N {
153
+ namespace glossary {
154
+ namespace N { }
155
+ namespace D { }
156
+ }
157
+ }
158
+ namespace D { }
159
+ }
160
+ }
161
+ namespace D { }
162
+ }
163
+ namespace local {
164
+ namespace N {
165
+ namespace G {
166
+ namespace N { }
167
+ namespace D { }
168
+ }
169
+ }
170
+ namespace D { }
171
+ }
172
+ }
173
+ namespace D { }
174
+ }
175
+ }
176
+ namespace D { }
177
+ }
178
+ namespace interfaceXX {
179
+ namespace N { }
180
+ namespace D { }
181
+ }
182
+ namespace type_$_$arguments {
183
+ namespace N { }
184
+ namespace D { }
185
+ }
186
+ }
187
+ namespace D { }
188
+ }
189
+ }
190
+ namespace D { }
191
+ }
192
+ namespace Asynchronous_$_$Interface_$_$Type {
193
+ namespace N {
194
+ namespace TU {
195
+ namespace N {
196
+ namespace choice {
197
+ namespace N {
198
+ namespace G {
199
+ namespace N {
200
+ namespace options {
201
+ namespace N {
202
+ namespace DX {
203
+ namespace N { }
204
+ namespace D { }
205
+ }
206
+ }
207
+ namespace D { }
208
+ }
209
+ }
210
+ namespace D { }
211
+ }
212
+ }
213
+ namespace D { }
214
+ }
215
+ namespace method {
216
+ namespace N {
217
+ namespace G {
218
+ namespace N {
219
+ namespace data {
220
+ namespace N {
221
+ namespace O {
222
+ namespace N { }
223
+ namespace D { }
224
+ }
225
+ }
226
+ namespace D { }
227
+ }
228
+ namespace _$linterface {
229
+ namespace N {
230
+ namespace O {
231
+ namespace N { }
232
+ namespace D { }
233
+ }
234
+ }
235
+ namespace D { }
236
+ }
237
+ }
238
+ namespace D { }
239
+ }
240
+ }
241
+ namespace D { }
242
+ }
243
+ namespace reference {
244
+ namespace N { }
245
+ namespace D { }
246
+ }
247
+ namespace streamconsumer {
248
+ namespace N {
249
+ namespace G {
250
+ namespace N {
251
+ namespace data {
252
+ namespace N { }
253
+ namespace D { }
254
+ }
255
+ namespace end {
256
+ namespace N {
257
+ namespace O {
258
+ namespace N { }
259
+ namespace D { }
260
+ }
261
+ }
262
+ namespace D { }
263
+ }
264
+ }
265
+ namespace D { }
266
+ }
267
+ }
268
+ namespace D { }
269
+ }
270
+ }
271
+ namespace D { }
272
+ }
273
+ }
274
+ namespace D { }
275
+ }
276
+ namespace Data_$_$Or_$_$Synchronous_$_$Interface {
277
+ namespace N {
278
+ namespace TU {
279
+ namespace N {
280
+ namespace data {
281
+ namespace N { }
282
+ namespace D { }
283
+ }
284
+ namespace _$linterface {
285
+ namespace N { }
286
+ namespace D { }
287
+ }
288
+ }
289
+ namespace D { }
290
+ }
291
+ }
292
+ namespace D { }
293
+ }
294
+ namespace Data_$_$Type {
295
+ namespace N {
296
+ namespace TU {
297
+ namespace N {
298
+ namespace array {
299
+ namespace N { }
300
+ namespace D { }
301
+ }
302
+ namespace _$lboolean {
303
+ namespace N {
304
+ namespace G {
305
+ namespace N { }
306
+ namespace D { }
307
+ }
308
+ }
309
+ namespace D { }
310
+ }
311
+ namespace computed {
312
+ namespace N { }
313
+ namespace D { }
314
+ }
315
+ namespace dictionary {
316
+ namespace N { }
317
+ namespace D { }
318
+ }
319
+ namespace group {
320
+ namespace N {
321
+ namespace DX {
322
+ namespace N {
323
+ namespace G {
324
+ namespace N {
325
+ namespace _$ltype {
326
+ namespace N { }
327
+ namespace D { }
328
+ }
329
+ }
330
+ namespace D { }
331
+ }
332
+ }
333
+ namespace D { }
334
+ }
335
+ }
336
+ namespace D { }
337
+ }
338
+ namespace _$lnull {
339
+ namespace N {
340
+ namespace G {
341
+ namespace N { }
342
+ namespace D { }
343
+ }
344
+ }
345
+ namespace D { }
346
+ }
347
+ namespace _$lnumber {
348
+ namespace N {
349
+ namespace G {
350
+ namespace N { }
351
+ namespace D { }
352
+ }
353
+ }
354
+ namespace D { }
355
+ }
356
+ namespace optional {
357
+ namespace N { }
358
+ namespace D { }
359
+ }
360
+ namespace reference {
361
+ namespace N { }
362
+ namespace D { }
363
+ }
364
+ namespace _$lstring {
365
+ namespace N {
366
+ namespace G {
367
+ namespace N { }
368
+ namespace D { }
369
+ }
370
+ }
371
+ namespace D { }
372
+ }
373
+ namespace taggedUnion {
374
+ namespace N {
375
+ namespace DX {
376
+ namespace N { }
377
+ namespace D { }
378
+ }
379
+ }
380
+ namespace D { }
381
+ }
382
+ }
383
+ namespace D { }
384
+ }
385
+ }
386
+ namespace D { }
387
+ }
388
+ namespace DataSpecifier {
389
+ namespace N {
390
+ namespace TU {
391
+ namespace N {
392
+ namespace glossary_$_$parameterXX {
393
+ namespace N { }
394
+ namespace D { }
395
+ }
396
+ namespace _$ltype {
397
+ namespace N {
398
+ namespace G {
399
+ namespace N {
400
+ namespace context {
401
+ namespace N {
402
+ namespace TU {
403
+ namespace N {
404
+ namespace _$limport {
405
+ namespace N {
406
+ namespace G {
407
+ namespace N {
408
+ namespace glossary {
409
+ namespace N { }
410
+ namespace D { }
411
+ }
412
+ }
413
+ namespace D { }
414
+ }
415
+ }
416
+ namespace D { }
417
+ }
418
+ namespace local {
419
+ namespace N {
420
+ namespace G {
421
+ namespace N { }
422
+ namespace D { }
423
+ }
424
+ }
425
+ namespace D { }
426
+ }
427
+ }
428
+ namespace D { }
429
+ }
430
+ }
431
+ namespace D { }
432
+ }
433
+ namespace tailXX {
434
+ namespace N {
435
+ namespace A {
436
+ namespace N { }
437
+ namespace D { }
438
+ }
439
+ }
440
+ namespace D { }
441
+ }
442
+ namespace type_$_$arguments {
443
+ namespace N { }
444
+ namespace D { }
445
+ }
446
+ namespace typeXX {
447
+ namespace N { }
448
+ namespace D { }
449
+ }
450
+ }
451
+ namespace D { }
452
+ }
453
+ }
454
+ namespace D { }
455
+ }
456
+ namespace type_$_$parameterXX {
457
+ namespace N { }
458
+ namespace D { }
459
+ }
460
+ }
461
+ namespace D { }
462
+ }
463
+ }
464
+ namespace D { }
465
+ }
466
+ namespace Dummy {
467
+ namespace N {
468
+ namespace G {
469
+ namespace N { }
470
+ namespace D { }
471
+ }
472
+ }
473
+ namespace D { }
474
+ }
475
+ namespace Glossary {
476
+ namespace N {
477
+ namespace G {
478
+ namespace N {
479
+ namespace algorithm_$_$types {
480
+ namespace N {
481
+ namespace DX {
482
+ namespace N {
483
+ namespace G {
484
+ namespace N {
485
+ namespace parameters {
486
+ namespace N { }
487
+ namespace D { }
488
+ }
489
+ namespace _$ltype {
490
+ namespace N {
491
+ namespace TU {
492
+ namespace N {
493
+ namespace asynchronous_$_$function {
494
+ namespace N {
495
+ namespace G {
496
+ namespace N {
497
+ namespace _$lin {
498
+ namespace N { }
499
+ namespace D { }
500
+ }
501
+ namespace out {
502
+ namespace N { }
503
+ namespace D { }
504
+ }
505
+ }
506
+ namespace D { }
507
+ }
508
+ }
509
+ namespace D { }
510
+ }
511
+ namespace interface_$_$initializer {
512
+ namespace N {
513
+ namespace G {
514
+ namespace N {
515
+ namespace downstreams {
516
+ namespace N {
517
+ namespace DX {
518
+ namespace N { }
519
+ namespace D { }
520
+ }
521
+ }
522
+ namespace D { }
523
+ }
524
+ namespace _$linterface {
525
+ namespace N { }
526
+ namespace D { }
527
+ }
528
+ }
529
+ namespace D { }
530
+ }
531
+ }
532
+ namespace D { }
533
+ }
534
+ namespace procedure {
535
+ namespace N {
536
+ namespace G {
537
+ namespace N {
538
+ namespace _$lin {
539
+ namespace N { }
540
+ namespace D { }
541
+ }
542
+ namespace out {
543
+ namespace N { }
544
+ namespace D { }
545
+ }
546
+ }
547
+ namespace D { }
548
+ }
549
+ }
550
+ namespace D { }
551
+ }
552
+ namespace resource_$_$initializer {
553
+ namespace N {
554
+ namespace G {
555
+ namespace N {
556
+ namespace consumer {
557
+ namespace N { }
558
+ namespace D { }
559
+ }
560
+ namespace request {
561
+ namespace N { }
562
+ namespace D { }
563
+ }
564
+ }
565
+ namespace D { }
566
+ }
567
+ }
568
+ namespace D { }
569
+ }
570
+ namespace synchronous_$_$function {
571
+ namespace N {
572
+ namespace G {
573
+ namespace N {
574
+ namespace _$lin {
575
+ namespace N { }
576
+ namespace D { }
577
+ }
578
+ namespace out {
579
+ namespace N { }
580
+ namespace D { }
581
+ }
582
+ }
583
+ namespace D { }
584
+ }
585
+ }
586
+ namespace D { }
587
+ }
588
+ }
589
+ namespace D { }
590
+ }
591
+ }
592
+ namespace D { }
593
+ }
594
+ }
595
+ namespace D { }
596
+ }
597
+ }
598
+ namespace D { }
599
+ }
600
+ }
601
+ namespace D { }
602
+ }
603
+ namespace glossary_$_$parameters {
604
+ namespace N { }
605
+ namespace D { }
606
+ }
607
+ namespace imports {
608
+ namespace N {
609
+ namespace DX {
610
+ namespace N {
611
+ namespace G {
612
+ namespace N {
613
+ namespace glossary {
614
+ namespace N { }
615
+ namespace D { }
616
+ }
617
+ namespace type_$_$arguments {
618
+ namespace N { }
619
+ namespace D { }
620
+ }
621
+ }
622
+ namespace D { }
623
+ }
624
+ }
625
+ namespace D { }
626
+ }
627
+ }
628
+ namespace D { }
629
+ }
630
+ namespace interface_$_$types {
631
+ namespace N {
632
+ namespace DX {
633
+ namespace N {
634
+ namespace G {
635
+ namespace N {
636
+ namespace parameters {
637
+ namespace N { }
638
+ namespace D { }
639
+ }
640
+ namespace _$ltype {
641
+ namespace N {
642
+ namespace TU {
643
+ namespace N {
644
+ namespace asynchronous {
645
+ namespace N {
646
+ namespace G {
647
+ namespace N {
648
+ namespace _$linterface {
649
+ namespace N { }
650
+ namespace D { }
651
+ }
652
+ }
653
+ namespace D { }
654
+ }
655
+ }
656
+ namespace D { }
657
+ }
658
+ namespace synchronous {
659
+ namespace N {
660
+ namespace G {
661
+ namespace N {
662
+ namespace _$linterface {
663
+ namespace N { }
664
+ namespace D { }
665
+ }
666
+ }
667
+ namespace D { }
668
+ }
669
+ }
670
+ namespace D { }
671
+ }
672
+ }
673
+ namespace D { }
674
+ }
675
+ }
676
+ namespace D { }
677
+ }
678
+ }
679
+ namespace D { }
680
+ }
681
+ }
682
+ namespace D { }
683
+ }
684
+ }
685
+ namespace D { }
686
+ }
687
+ namespace root {
688
+ namespace N { }
689
+ namespace D { }
690
+ }
691
+ }
692
+ namespace D { }
693
+ }
694
+ }
695
+ namespace D { }
696
+ }
697
+ namespace Glossary_$_$Reference {
698
+ namespace N {
699
+ namespace G {
700
+ namespace N {
701
+ namespace glossary {
702
+ namespace N { }
703
+ namespace D { }
704
+ }
705
+ }
706
+ namespace D { }
707
+ }
708
+ }
709
+ namespace D { }
710
+ }
711
+ namespace Library {
712
+ namespace N {
713
+ namespace G {
714
+ namespace N {
715
+ namespace author {
716
+ namespace N { }
717
+ namespace D { }
718
+ }
719
+ namespace description {
720
+ namespace N { }
721
+ namespace D { }
722
+ }
723
+ namespace license {
724
+ namespace N { }
725
+ namespace D { }
726
+ }
727
+ namespace module_$_$sets {
728
+ namespace N {
729
+ namespace G {
730
+ namespace N {
731
+ namespace _$lprivate {
732
+ namespace N { }
733
+ namespace D { }
734
+ }
735
+ namespace _$lpublic {
736
+ namespace N { }
737
+ namespace D { }
738
+ }
739
+ }
740
+ namespace D { }
741
+ }
742
+ }
743
+ namespace D { }
744
+ }
745
+ namespace _$ltype {
746
+ namespace N {
747
+ namespace TU {
748
+ namespace N {
749
+ namespace impure {
750
+ namespace N {
751
+ namespace G {
752
+ namespace N { }
753
+ namespace D { }
754
+ }
755
+ }
756
+ namespace D { }
757
+ }
758
+ namespace pure {
759
+ namespace N {
760
+ namespace G {
761
+ namespace N {
762
+ namespace dependencies {
763
+ namespace N {
764
+ namespace DX {
765
+ namespace N {
766
+ namespace G {
767
+ namespace N {
768
+ namespace library {
769
+ namespace N { }
770
+ namespace D { }
771
+ }
772
+ namespace version {
773
+ namespace N { }
774
+ namespace D { }
775
+ }
776
+ }
777
+ namespace D { }
778
+ }
779
+ }
780
+ namespace D { }
781
+ }
782
+ }
783
+ namespace D { }
784
+ }
785
+ }
786
+ namespace D { }
787
+ }
788
+ }
789
+ namespace D { }
790
+ }
791
+ }
792
+ namespace D { }
793
+ }
794
+ }
795
+ namespace D { }
796
+ }
797
+ }
798
+ namespace D { }
799
+ }
800
+ }
801
+ namespace D { }
802
+ }
803
+ namespace Module_$_$Set {
804
+ namespace N {
805
+ namespace G {
806
+ namespace N {
807
+ namespace glossaries {
808
+ namespace N {
809
+ namespace DX {
810
+ namespace N { }
811
+ namespace D { }
812
+ }
813
+ }
814
+ namespace D { }
815
+ }
816
+ namespace modules {
817
+ namespace N {
818
+ namespace DX {
819
+ namespace N { }
820
+ namespace D { }
821
+ }
822
+ }
823
+ namespace D { }
824
+ }
825
+ }
826
+ namespace D { }
827
+ }
828
+ }
829
+ namespace D { }
830
+ }
831
+ namespace Namespace {
832
+ namespace N {
833
+ namespace G {
834
+ namespace N {
835
+ namespace data_$_$types {
836
+ namespace N {
837
+ namespace DX {
838
+ namespace N {
839
+ namespace G {
840
+ namespace N {
841
+ namespace parameters {
842
+ namespace N { }
843
+ namespace D { }
844
+ }
845
+ namespace _$ltype {
846
+ namespace N { }
847
+ namespace D { }
848
+ }
849
+ }
850
+ namespace D { }
851
+ }
852
+ }
853
+ namespace D { }
854
+ }
855
+ }
856
+ namespace D { }
857
+ }
858
+ namespace namespaces {
859
+ namespace N {
860
+ namespace DX {
861
+ namespace N { }
862
+ namespace D { }
863
+ }
864
+ }
865
+ namespace D { }
866
+ }
867
+ }
868
+ namespace D { }
869
+ }
870
+ }
871
+ namespace D { }
872
+ }
873
+ namespace Parameters {
874
+ namespace N {
875
+ namespace DX {
876
+ namespace N {
877
+ namespace G {
878
+ namespace N { }
879
+ namespace D { }
880
+ }
881
+ }
882
+ namespace D { }
883
+ }
884
+ }
885
+ namespace D { }
886
+ }
887
+ namespace Synchronous_$_$Interface_$_$Reference {
888
+ namespace N {
889
+ namespace G {
890
+ namespace N {
891
+ namespace context {
892
+ namespace N {
893
+ namespace TU {
894
+ namespace N {
895
+ namespace _$limport {
896
+ namespace N {
897
+ namespace G {
898
+ namespace N {
899
+ namespace glossary {
900
+ namespace N { }
901
+ namespace D { }
902
+ }
903
+ namespace interfaceXX {
904
+ namespace N { }
905
+ namespace D { }
906
+ }
907
+ }
908
+ namespace D { }
909
+ }
910
+ }
911
+ namespace D { }
912
+ }
913
+ namespace local {
914
+ namespace N {
915
+ namespace G {
916
+ namespace N {
917
+ namespace interfaceXX {
918
+ namespace N { }
919
+ namespace D { }
920
+ }
921
+ }
922
+ namespace D { }
923
+ }
924
+ }
925
+ namespace D { }
926
+ }
927
+ }
928
+ namespace D { }
929
+ }
930
+ }
931
+ namespace D { }
932
+ }
933
+ namespace type_$_$arguments {
934
+ namespace N { }
935
+ namespace D { }
936
+ }
937
+ }
938
+ namespace D { }
939
+ }
940
+ }
941
+ namespace D { }
942
+ }
943
+ namespace Synchronous_$_$Interface_$_$Type {
944
+ namespace N {
945
+ namespace TU {
946
+ namespace N {
947
+ namespace group {
948
+ namespace N {
949
+ namespace G {
950
+ namespace N {
951
+ namespace members {
952
+ namespace N {
953
+ namespace DX {
954
+ namespace N { }
955
+ namespace D { }
956
+ }
957
+ }
958
+ namespace D { }
959
+ }
960
+ }
961
+ namespace D { }
962
+ }
963
+ }
964
+ namespace D { }
965
+ }
966
+ namespace method {
967
+ namespace N {
968
+ namespace G {
969
+ namespace N {
970
+ namespace data {
971
+ namespace N {
972
+ namespace O {
973
+ namespace N { }
974
+ namespace D { }
975
+ }
976
+ }
977
+ namespace D { }
978
+ }
979
+ namespace _$linterface {
980
+ namespace N {
981
+ namespace O {
982
+ namespace N { }
983
+ namespace D { }
984
+ }
985
+ }
986
+ namespace D { }
987
+ }
988
+ }
989
+ namespace D { }
990
+ }
991
+ }
992
+ namespace D { }
993
+ }
994
+ namespace reference {
995
+ namespace N { }
996
+ namespace D { }
997
+ }
998
+ }
999
+ namespace D { }
1000
+ }
1001
+ }
1002
+ namespace D { }
1003
+ }
1004
+ }
1005
+ export declare namespace D {
1006
+ namespace Algorithm__Type__Reference {
1007
+ type algorithm__type = string;
1008
+ }
1009
+ type Algorithm__Type__Reference = {
1010
+ readonly 'algorithm type': string;
1011
+ };
1012
+ namespace API {
1013
+ namespace algorithms {
1014
+ namespace DX {
1015
+ namespace configuration__data {
1016
+ type O = string;
1017
+ }
1018
+ type configuration__data = pt.OptionalValue<string>;
1019
+ type definition = D.Algorithm__Type__Reference;
1020
+ namespace dependencies {
1021
+ namespace DX {
1022
+ type algorithm__type = D.Algorithm__Type__Reference;
1023
+ type _lmodule = string;
1024
+ namespace _ltype {
1025
+ type library__dependency = string;
1026
+ type _lprivate = null;
1027
+ type _lpublic = null;
1028
+ type sibling = null;
1029
+ }
1030
+ type _ltype = ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1031
+ namespace type__arguments {
1032
+ namespace DX {
1033
+ type api__parameter = string;
1034
+ type data__type = string;
1035
+ }
1036
+ type DX = ['api parameter', string] | ['data type', string];
1037
+ }
1038
+ type type__arguments = pt.Dictionary<['api parameter', string] | ['data type', string]>;
1039
+ }
1040
+ type DX = {
1041
+ readonly 'algorithm type': D.Algorithm__Type__Reference;
1042
+ readonly 'module': string;
1043
+ readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1044
+ readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1045
+ };
1046
+ }
1047
+ type dependencies = pt.Dictionary<{
1048
+ readonly 'algorithm type': D.Algorithm__Type__Reference;
1049
+ readonly 'module': string;
1050
+ readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1051
+ readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1052
+ }>;
1053
+ }
1054
+ type DX = {
1055
+ readonly 'configuration data': pt.OptionalValue<string>;
1056
+ readonly 'definition': D.Algorithm__Type__Reference;
1057
+ readonly 'dependencies': pt.Dictionary<{
1058
+ readonly 'algorithm type': D.Algorithm__Type__Reference;
1059
+ readonly 'module': string;
1060
+ readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1061
+ readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1062
+ }>;
1063
+ };
1064
+ }
1065
+ type algorithms = pt.Dictionary<{
1066
+ readonly 'configuration data': pt.OptionalValue<string>;
1067
+ readonly 'definition': D.Algorithm__Type__Reference;
1068
+ readonly 'dependencies': pt.Dictionary<{
1069
+ readonly 'algorithm type': D.Algorithm__Type__Reference;
1070
+ readonly 'module': string;
1071
+ readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1072
+ readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1073
+ }>;
1074
+ }>;
1075
+ type provided__interface = D.Glossary;
1076
+ }
1077
+ type API = {
1078
+ readonly 'algorithms': pt.Dictionary<{
1079
+ readonly 'configuration data': pt.OptionalValue<string>;
1080
+ readonly 'definition': D.Algorithm__Type__Reference;
1081
+ readonly 'dependencies': pt.Dictionary<{
1082
+ readonly 'algorithm type': D.Algorithm__Type__Reference;
1083
+ readonly 'module': string;
1084
+ readonly 'type': ['library dependency', string] | ['private', null] | ['public', null] | ['sibling', null];
1085
+ readonly 'type arguments': pt.Dictionary<['api parameter', string] | ['data type', string]>;
1086
+ }>;
1087
+ }>;
1088
+ readonly 'provided interface': D.Glossary;
1089
+ };
1090
+ namespace Arguments {
1091
+ type DX = D.DataSpecifier;
1092
+ }
1093
+ type Arguments = pt.Dictionary<D.DataSpecifier>;
1094
+ namespace Asynchronous__Interface__Reference {
1095
+ namespace context {
1096
+ namespace _limport {
1097
+ type glossary = D.Glossary__Reference;
1098
+ }
1099
+ type _limport = {
1100
+ readonly 'glossary': D.Glossary__Reference;
1101
+ };
1102
+ namespace local { }
1103
+ type local = null;
1104
+ }
1105
+ type context = [
1106
+ 'import',
1107
+ {
1108
+ readonly 'glossary': D.Glossary__Reference;
1109
+ }
1110
+ ] | ['local', null];
1111
+ type interfaceXX = string;
1112
+ type type__arguments = D.Arguments;
1113
+ }
1114
+ type Asynchronous__Interface__Reference = {
1115
+ readonly 'context': [
1116
+ 'import',
1117
+ {
1118
+ readonly 'glossary': D.Glossary__Reference;
1119
+ }
1120
+ ] | ['local', null];
1121
+ readonly 'interfaceXX': string;
1122
+ readonly 'type arguments': D.Arguments;
1123
+ };
1124
+ namespace Asynchronous__Interface__Type {
1125
+ namespace choice {
1126
+ namespace options {
1127
+ type DX = D.Asynchronous__Interface__Type;
1128
+ }
1129
+ type options = pt.Dictionary<D.Asynchronous__Interface__Type>;
1130
+ }
1131
+ type choice = {
1132
+ readonly 'options': pt.Dictionary<D.Asynchronous__Interface__Type>;
1133
+ };
1134
+ namespace method {
1135
+ namespace data {
1136
+ type O = D.DataSpecifier;
1137
+ }
1138
+ type data = pt.OptionalValue<D.DataSpecifier>;
1139
+ namespace _linterface {
1140
+ type O = D.Asynchronous__Interface__Type;
1141
+ }
1142
+ type _linterface = pt.OptionalValue<D.Asynchronous__Interface__Type>;
1143
+ }
1144
+ type method = {
1145
+ readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1146
+ readonly 'interface': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1147
+ };
1148
+ type reference = D.Asynchronous__Interface__Reference;
1149
+ namespace streamconsumer {
1150
+ type data = D.Asynchronous__Interface__Type;
1151
+ namespace end {
1152
+ type O = D.Asynchronous__Interface__Type;
1153
+ }
1154
+ type end = pt.OptionalValue<D.Asynchronous__Interface__Type>;
1155
+ }
1156
+ type streamconsumer = {
1157
+ readonly 'data': D.Asynchronous__Interface__Type;
1158
+ readonly 'end': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1159
+ };
1160
+ }
1161
+ type Asynchronous__Interface__Type = [
1162
+ 'choice',
1163
+ {
1164
+ readonly 'options': pt.Dictionary<D.Asynchronous__Interface__Type>;
1165
+ }
1166
+ ] | [
1167
+ 'method',
1168
+ {
1169
+ readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1170
+ readonly 'interface': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1171
+ }
1172
+ ] | ['reference', D.Asynchronous__Interface__Reference] | [
1173
+ 'streamconsumer',
1174
+ {
1175
+ readonly 'data': D.Asynchronous__Interface__Type;
1176
+ readonly 'end': pt.OptionalValue<D.Asynchronous__Interface__Type>;
1177
+ }
1178
+ ];
1179
+ namespace Data__Or__Synchronous__Interface {
1180
+ type data = D.DataSpecifier;
1181
+ type _linterface = D.Synchronous__Interface__Reference;
1182
+ }
1183
+ type Data__Or__Synchronous__Interface = ['data', D.DataSpecifier] | ['interface', D.Synchronous__Interface__Reference];
1184
+ namespace Data__Type {
1185
+ type array = D.Data__Type;
1186
+ namespace _lboolean { }
1187
+ type _lboolean = null;
1188
+ type computed = D.Data__Type;
1189
+ type dictionary = D.Data__Type;
1190
+ namespace group {
1191
+ namespace DX {
1192
+ type _ltype = D.Data__Type;
1193
+ }
1194
+ type DX = {
1195
+ readonly 'type': D.Data__Type;
1196
+ };
1197
+ }
1198
+ type group = pt.Dictionary<{
1199
+ readonly 'type': D.Data__Type;
1200
+ }>;
1201
+ namespace _lnull { }
1202
+ type _lnull = null;
1203
+ namespace _lnumber { }
1204
+ type _lnumber = null;
1205
+ type optional = D.Data__Type;
1206
+ type reference = D.DataSpecifier;
1207
+ namespace _lstring { }
1208
+ type _lstring = null;
1209
+ namespace taggedUnion {
1210
+ type DX = D.Data__Type;
1211
+ }
1212
+ type taggedUnion = pt.Dictionary<D.Data__Type>;
1213
+ }
1214
+ type Data__Type = ['array', D.Data__Type] | ['boolean', null] | ['computed', D.Data__Type] | ['dictionary', D.Data__Type] | [
1215
+ 'group',
1216
+ pt.Dictionary<{
1217
+ readonly 'type': D.Data__Type;
1218
+ }>
1219
+ ] | ['null', null] | ['number', null] | ['optional', D.Data__Type] | ['reference', D.DataSpecifier] | ['string', null] | ['taggedUnion', pt.Dictionary<D.Data__Type>];
1220
+ namespace DataSpecifier {
1221
+ type glossary__parameterXX = string;
1222
+ namespace _ltype {
1223
+ namespace context {
1224
+ namespace _limport {
1225
+ type glossary = D.Glossary__Reference;
1226
+ }
1227
+ type _limport = {
1228
+ readonly 'glossary': D.Glossary__Reference;
1229
+ };
1230
+ namespace local { }
1231
+ type local = null;
1232
+ }
1233
+ type context = [
1234
+ 'import',
1235
+ {
1236
+ readonly 'glossary': D.Glossary__Reference;
1237
+ }
1238
+ ] | ['local', null];
1239
+ namespace tailXX {
1240
+ type A = string;
1241
+ }
1242
+ type tailXX = pt.Array<string>;
1243
+ type type__arguments = D.Arguments;
1244
+ type typeXX = string;
1245
+ }
1246
+ type _ltype = {
1247
+ readonly 'context': [
1248
+ 'import',
1249
+ {
1250
+ readonly 'glossary': D.Glossary__Reference;
1251
+ }
1252
+ ] | ['local', null];
1253
+ readonly 'tailXX': pt.Array<string>;
1254
+ readonly 'type arguments': D.Arguments;
1255
+ readonly 'typeXX': string;
1256
+ };
1257
+ type type__parameterXX = string;
1258
+ }
1259
+ type DataSpecifier = ['glossary parameterXX', string] | [
1260
+ 'type',
1261
+ {
1262
+ readonly 'context': [
1263
+ 'import',
1264
+ {
1265
+ readonly 'glossary': D.Glossary__Reference;
1266
+ }
1267
+ ] | ['local', null];
1268
+ readonly 'tailXX': pt.Array<string>;
1269
+ readonly 'type arguments': D.Arguments;
1270
+ readonly 'typeXX': string;
1271
+ }
1272
+ ] | ['type parameterXX', string];
1273
+ namespace Dummy { }
1274
+ type Dummy = null;
1275
+ namespace Glossary {
1276
+ namespace algorithm__types {
1277
+ namespace DX {
1278
+ type parameters = D.Parameters;
1279
+ namespace _ltype {
1280
+ namespace asynchronous__function {
1281
+ type _lin = D.DataSpecifier;
1282
+ type out = D.DataSpecifier;
1283
+ }
1284
+ type asynchronous__function = {
1285
+ readonly 'in': D.DataSpecifier;
1286
+ readonly 'out': D.DataSpecifier;
1287
+ };
1288
+ namespace interface__initializer {
1289
+ namespace downstreams {
1290
+ type DX = D.Asynchronous__Interface__Reference;
1291
+ }
1292
+ type downstreams = pt.Dictionary<D.Asynchronous__Interface__Reference>;
1293
+ type _linterface = D.Asynchronous__Interface__Reference;
1294
+ }
1295
+ type interface__initializer = {
1296
+ readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1297
+ readonly 'interface': D.Asynchronous__Interface__Reference;
1298
+ };
1299
+ namespace procedure {
1300
+ type _lin = D.Data__Or__Synchronous__Interface;
1301
+ type out = D.Synchronous__Interface__Reference;
1302
+ }
1303
+ type procedure = {
1304
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1305
+ readonly 'out': D.Synchronous__Interface__Reference;
1306
+ };
1307
+ namespace resource__initializer {
1308
+ type consumer = D.Asynchronous__Interface__Reference;
1309
+ type request = D.DataSpecifier;
1310
+ }
1311
+ type resource__initializer = {
1312
+ readonly 'consumer': D.Asynchronous__Interface__Reference;
1313
+ readonly 'request': D.DataSpecifier;
1314
+ };
1315
+ namespace synchronous__function {
1316
+ type _lin = D.Data__Or__Synchronous__Interface;
1317
+ type out = D.DataSpecifier;
1318
+ }
1319
+ type synchronous__function = {
1320
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1321
+ readonly 'out': D.DataSpecifier;
1322
+ };
1323
+ }
1324
+ type _ltype = [
1325
+ 'asynchronous function',
1326
+ {
1327
+ readonly 'in': D.DataSpecifier;
1328
+ readonly 'out': D.DataSpecifier;
1329
+ }
1330
+ ] | [
1331
+ 'interface initializer',
1332
+ {
1333
+ readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1334
+ readonly 'interface': D.Asynchronous__Interface__Reference;
1335
+ }
1336
+ ] | [
1337
+ 'procedure',
1338
+ {
1339
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1340
+ readonly 'out': D.Synchronous__Interface__Reference;
1341
+ }
1342
+ ] | [
1343
+ 'resource initializer',
1344
+ {
1345
+ readonly 'consumer': D.Asynchronous__Interface__Reference;
1346
+ readonly 'request': D.DataSpecifier;
1347
+ }
1348
+ ] | [
1349
+ 'synchronous function',
1350
+ {
1351
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1352
+ readonly 'out': D.DataSpecifier;
1353
+ }
1354
+ ];
1355
+ }
1356
+ type DX = {
1357
+ readonly 'parameters': D.Parameters;
1358
+ readonly 'type': [
1359
+ 'asynchronous function',
1360
+ {
1361
+ readonly 'in': D.DataSpecifier;
1362
+ readonly 'out': D.DataSpecifier;
1363
+ }
1364
+ ] | [
1365
+ 'interface initializer',
1366
+ {
1367
+ readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1368
+ readonly 'interface': D.Asynchronous__Interface__Reference;
1369
+ }
1370
+ ] | [
1371
+ 'procedure',
1372
+ {
1373
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1374
+ readonly 'out': D.Synchronous__Interface__Reference;
1375
+ }
1376
+ ] | [
1377
+ 'resource initializer',
1378
+ {
1379
+ readonly 'consumer': D.Asynchronous__Interface__Reference;
1380
+ readonly 'request': D.DataSpecifier;
1381
+ }
1382
+ ] | [
1383
+ 'synchronous function',
1384
+ {
1385
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1386
+ readonly 'out': D.DataSpecifier;
1387
+ }
1388
+ ];
1389
+ };
1390
+ }
1391
+ type algorithm__types = pt.Dictionary<{
1392
+ readonly 'parameters': D.Parameters;
1393
+ readonly 'type': [
1394
+ 'asynchronous function',
1395
+ {
1396
+ readonly 'in': D.DataSpecifier;
1397
+ readonly 'out': D.DataSpecifier;
1398
+ }
1399
+ ] | [
1400
+ 'interface initializer',
1401
+ {
1402
+ readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1403
+ readonly 'interface': D.Asynchronous__Interface__Reference;
1404
+ }
1405
+ ] | [
1406
+ 'procedure',
1407
+ {
1408
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1409
+ readonly 'out': D.Synchronous__Interface__Reference;
1410
+ }
1411
+ ] | [
1412
+ 'resource initializer',
1413
+ {
1414
+ readonly 'consumer': D.Asynchronous__Interface__Reference;
1415
+ readonly 'request': D.DataSpecifier;
1416
+ }
1417
+ ] | [
1418
+ 'synchronous function',
1419
+ {
1420
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1421
+ readonly 'out': D.DataSpecifier;
1422
+ }
1423
+ ];
1424
+ }>;
1425
+ type glossary__parameters = D.Parameters;
1426
+ namespace imports {
1427
+ namespace DX {
1428
+ type glossary = D.Glossary;
1429
+ type type__arguments = D.Arguments;
1430
+ }
1431
+ type DX = {
1432
+ readonly 'glossary': D.Glossary;
1433
+ readonly 'type arguments': D.Arguments;
1434
+ };
1435
+ }
1436
+ type imports = pt.Dictionary<{
1437
+ readonly 'glossary': D.Glossary;
1438
+ readonly 'type arguments': D.Arguments;
1439
+ }>;
1440
+ namespace interface__types {
1441
+ namespace DX {
1442
+ type parameters = D.Parameters;
1443
+ namespace _ltype {
1444
+ namespace asynchronous {
1445
+ type _linterface = D.Asynchronous__Interface__Type;
1446
+ }
1447
+ type asynchronous = {
1448
+ readonly 'interface': D.Asynchronous__Interface__Type;
1449
+ };
1450
+ namespace synchronous {
1451
+ type _linterface = D.Synchronous__Interface__Type;
1452
+ }
1453
+ type synchronous = {
1454
+ readonly 'interface': D.Synchronous__Interface__Type;
1455
+ };
1456
+ }
1457
+ type _ltype = [
1458
+ 'asynchronous',
1459
+ {
1460
+ readonly 'interface': D.Asynchronous__Interface__Type;
1461
+ }
1462
+ ] | [
1463
+ 'synchronous',
1464
+ {
1465
+ readonly 'interface': D.Synchronous__Interface__Type;
1466
+ }
1467
+ ];
1468
+ }
1469
+ type DX = {
1470
+ readonly 'parameters': D.Parameters;
1471
+ readonly 'type': [
1472
+ 'asynchronous',
1473
+ {
1474
+ readonly 'interface': D.Asynchronous__Interface__Type;
1475
+ }
1476
+ ] | [
1477
+ 'synchronous',
1478
+ {
1479
+ readonly 'interface': D.Synchronous__Interface__Type;
1480
+ }
1481
+ ];
1482
+ };
1483
+ }
1484
+ type interface__types = pt.Dictionary<{
1485
+ readonly 'parameters': D.Parameters;
1486
+ readonly 'type': [
1487
+ 'asynchronous',
1488
+ {
1489
+ readonly 'interface': D.Asynchronous__Interface__Type;
1490
+ }
1491
+ ] | [
1492
+ 'synchronous',
1493
+ {
1494
+ readonly 'interface': D.Synchronous__Interface__Type;
1495
+ }
1496
+ ];
1497
+ }>;
1498
+ type root = D.Namespace;
1499
+ }
1500
+ type Glossary = {
1501
+ readonly 'algorithm types': pt.Dictionary<{
1502
+ readonly 'parameters': D.Parameters;
1503
+ readonly 'type': [
1504
+ 'asynchronous function',
1505
+ {
1506
+ readonly 'in': D.DataSpecifier;
1507
+ readonly 'out': D.DataSpecifier;
1508
+ }
1509
+ ] | [
1510
+ 'interface initializer',
1511
+ {
1512
+ readonly 'downstreams': pt.Dictionary<D.Asynchronous__Interface__Reference>;
1513
+ readonly 'interface': D.Asynchronous__Interface__Reference;
1514
+ }
1515
+ ] | [
1516
+ 'procedure',
1517
+ {
1518
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1519
+ readonly 'out': D.Synchronous__Interface__Reference;
1520
+ }
1521
+ ] | [
1522
+ 'resource initializer',
1523
+ {
1524
+ readonly 'consumer': D.Asynchronous__Interface__Reference;
1525
+ readonly 'request': D.DataSpecifier;
1526
+ }
1527
+ ] | [
1528
+ 'synchronous function',
1529
+ {
1530
+ readonly 'in': D.Data__Or__Synchronous__Interface;
1531
+ readonly 'out': D.DataSpecifier;
1532
+ }
1533
+ ];
1534
+ }>;
1535
+ readonly 'glossary parameters': D.Parameters;
1536
+ readonly 'imports': pt.Dictionary<{
1537
+ readonly 'glossary': D.Glossary;
1538
+ readonly 'type arguments': D.Arguments;
1539
+ }>;
1540
+ readonly 'interface types': pt.Dictionary<{
1541
+ readonly 'parameters': D.Parameters;
1542
+ readonly 'type': [
1543
+ 'asynchronous',
1544
+ {
1545
+ readonly 'interface': D.Asynchronous__Interface__Type;
1546
+ }
1547
+ ] | [
1548
+ 'synchronous',
1549
+ {
1550
+ readonly 'interface': D.Synchronous__Interface__Type;
1551
+ }
1552
+ ];
1553
+ }>;
1554
+ readonly 'root': D.Namespace;
1555
+ };
1556
+ namespace Glossary__Reference {
1557
+ type glossary = string;
1558
+ }
1559
+ type Glossary__Reference = {
1560
+ readonly 'glossary': string;
1561
+ };
1562
+ namespace Library {
1563
+ type author = string;
1564
+ type description = string;
1565
+ type license = string;
1566
+ namespace module__sets {
1567
+ type _lprivate = D.Module__Set;
1568
+ type _lpublic = D.Module__Set;
1569
+ }
1570
+ type module__sets = {
1571
+ readonly 'private': D.Module__Set;
1572
+ readonly 'public': D.Module__Set;
1573
+ };
1574
+ namespace _ltype {
1575
+ namespace impure { }
1576
+ type impure = null;
1577
+ namespace pure {
1578
+ namespace dependencies {
1579
+ namespace DX {
1580
+ type library = D.Library;
1581
+ type version = string;
1582
+ }
1583
+ type DX = {
1584
+ readonly 'library': D.Library;
1585
+ readonly 'version': string;
1586
+ };
1587
+ }
1588
+ type dependencies = pt.Dictionary<{
1589
+ readonly 'library': D.Library;
1590
+ readonly 'version': string;
1591
+ }>;
1592
+ }
1593
+ type pure = {
1594
+ readonly 'dependencies': pt.Dictionary<{
1595
+ readonly 'library': D.Library;
1596
+ readonly 'version': string;
1597
+ }>;
1598
+ };
1599
+ }
1600
+ type _ltype = ['impure', null] | [
1601
+ 'pure',
1602
+ {
1603
+ readonly 'dependencies': pt.Dictionary<{
1604
+ readonly 'library': D.Library;
1605
+ readonly 'version': string;
1606
+ }>;
1607
+ }
1608
+ ];
1609
+ }
1610
+ type Library = {
1611
+ readonly 'author': string;
1612
+ readonly 'description': string;
1613
+ readonly 'license': string;
1614
+ readonly 'module sets': {
1615
+ readonly 'private': D.Module__Set;
1616
+ readonly 'public': D.Module__Set;
1617
+ };
1618
+ readonly 'type': ['impure', null] | [
1619
+ 'pure',
1620
+ {
1621
+ readonly 'dependencies': pt.Dictionary<{
1622
+ readonly 'library': D.Library;
1623
+ readonly 'version': string;
1624
+ }>;
1625
+ }
1626
+ ];
1627
+ };
1628
+ namespace Module__Set {
1629
+ namespace glossaries {
1630
+ type DX = D.Glossary;
1631
+ }
1632
+ type glossaries = pt.Dictionary<D.Glossary>;
1633
+ namespace modules {
1634
+ type DX = D.API;
1635
+ }
1636
+ type modules = pt.Dictionary<D.API>;
1637
+ }
1638
+ type Module__Set = {
1639
+ readonly 'glossaries': pt.Dictionary<D.Glossary>;
1640
+ readonly 'modules': pt.Dictionary<D.API>;
1641
+ };
1642
+ namespace Namespace {
1643
+ namespace data__types {
1644
+ namespace DX {
1645
+ type parameters = D.Parameters;
1646
+ type _ltype = D.Data__Type;
1647
+ }
1648
+ type DX = {
1649
+ readonly 'parameters': D.Parameters;
1650
+ readonly 'type': D.Data__Type;
1651
+ };
1652
+ }
1653
+ type data__types = pt.Dictionary<{
1654
+ readonly 'parameters': D.Parameters;
1655
+ readonly 'type': D.Data__Type;
1656
+ }>;
1657
+ namespace namespaces {
1658
+ type DX = D.Namespace;
1659
+ }
1660
+ type namespaces = pt.Dictionary<D.Namespace>;
1661
+ }
1662
+ type Namespace = {
1663
+ readonly 'data types': pt.Dictionary<{
1664
+ readonly 'parameters': D.Parameters;
1665
+ readonly 'type': D.Data__Type;
1666
+ }>;
1667
+ readonly 'namespaces': pt.Dictionary<D.Namespace>;
1668
+ };
1669
+ namespace Parameters {
1670
+ namespace DX { }
1671
+ type DX = null;
1672
+ }
1673
+ type Parameters = pt.Dictionary<null>;
1674
+ namespace Synchronous__Interface__Reference {
1675
+ namespace context {
1676
+ namespace _limport {
1677
+ type glossary = D.Glossary__Reference;
1678
+ type interfaceXX = string;
1679
+ }
1680
+ type _limport = {
1681
+ readonly 'glossary': D.Glossary__Reference;
1682
+ readonly 'interfaceXX': string;
1683
+ };
1684
+ namespace local {
1685
+ type interfaceXX = string;
1686
+ }
1687
+ type local = {
1688
+ readonly 'interfaceXX': string;
1689
+ };
1690
+ }
1691
+ type context = [
1692
+ 'import',
1693
+ {
1694
+ readonly 'glossary': D.Glossary__Reference;
1695
+ readonly 'interfaceXX': string;
1696
+ }
1697
+ ] | [
1698
+ 'local',
1699
+ {
1700
+ readonly 'interfaceXX': string;
1701
+ }
1702
+ ];
1703
+ type type__arguments = D.Arguments;
1704
+ }
1705
+ type Synchronous__Interface__Reference = {
1706
+ readonly 'context': [
1707
+ 'import',
1708
+ {
1709
+ readonly 'glossary': D.Glossary__Reference;
1710
+ readonly 'interfaceXX': string;
1711
+ }
1712
+ ] | [
1713
+ 'local',
1714
+ {
1715
+ readonly 'interfaceXX': string;
1716
+ }
1717
+ ];
1718
+ readonly 'type arguments': D.Arguments;
1719
+ };
1720
+ namespace Synchronous__Interface__Type {
1721
+ namespace group {
1722
+ namespace members {
1723
+ type DX = D.Synchronous__Interface__Type;
1724
+ }
1725
+ type members = pt.Dictionary<D.Synchronous__Interface__Type>;
1726
+ }
1727
+ type group = {
1728
+ readonly 'members': pt.Dictionary<D.Synchronous__Interface__Type>;
1729
+ };
1730
+ namespace method {
1731
+ namespace data {
1732
+ type O = D.DataSpecifier;
1733
+ }
1734
+ type data = pt.OptionalValue<D.DataSpecifier>;
1735
+ namespace _linterface {
1736
+ type O = D.Synchronous__Interface__Type;
1737
+ }
1738
+ type _linterface = pt.OptionalValue<D.Synchronous__Interface__Type>;
1739
+ }
1740
+ type method = {
1741
+ readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1742
+ readonly 'interface': pt.OptionalValue<D.Synchronous__Interface__Type>;
1743
+ };
1744
+ type reference = D.Synchronous__Interface__Reference;
1745
+ }
1746
+ type Synchronous__Interface__Type = [
1747
+ 'group',
1748
+ {
1749
+ readonly 'members': pt.Dictionary<D.Synchronous__Interface__Type>;
1750
+ }
1751
+ ] | [
1752
+ 'method',
1753
+ {
1754
+ readonly 'data': pt.OptionalValue<D.DataSpecifier>;
1755
+ readonly 'interface': pt.OptionalValue<D.Synchronous__Interface__Type>;
1756
+ }
1757
+ ] | ['reference', D.Synchronous__Interface__Reference];
1758
+ }
1759
+ export declare namespace I { }
1760
+ export declare namespace A { }