pareto 0.56.0 → 0.57.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 (211) hide show
  1. package/auto.dist/index.d.ts +3 -3
  2. package/auto.dist/index.js +5 -5
  3. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.js +1 -1
  4. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.js +1 -1
  5. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.d.ts +45 -8
  6. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/auto.provided_interface_glossary.js +1 -1
  7. package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.provided_interface_glossary.shadow.d.ts +4 -0
  8. package/auto.dist/public/modules/pareto2typescript/auto.provided_interface_glossary.shadow.js +3 -0
  9. package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +563 -0
  10. package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.js +1 -1
  11. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.api.d.ts +1 -1
  12. package/auto.dist/public/{cosmos__2__pareto → modules/typescript__naming}/auto.api.js +1 -1
  13. package/auto.dist/public/modules/typescript__naming/auto.implementation.d.ts +2 -0
  14. package/auto.dist/public/modules/typescript__naming/auto.implementation.js +6 -0
  15. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +9 -0
  16. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.js +1 -1
  17. package/auto.dist/public/{fountain__pen → modules/typescript__naming}/auto.provided_interface_glossary.shadow.d.ts +1 -1
  18. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.js +3 -0
  19. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.d.ts +2 -0
  20. package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +248 -0
  21. package/auto.dist/public/{pareto__2__typescript → modules/typescript__naming}/index.js +1 -1
  22. package/auto.dist/public/modules/typescript__serialize/auto.api.d.ts +8 -0
  23. package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/auto.api.js +1 -1
  24. package/auto.dist/public/modules/typescript__serialize/auto.implementation.d.ts +4 -0
  25. package/auto.dist/public/modules/typescript__serialize/auto.implementation.js +10 -0
  26. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +11 -0
  27. package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/auto.provided_interface_glossary.js +1 -1
  28. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +11 -0
  29. package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.js +3 -0
  30. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.d.ts +2 -0
  31. package/auto.dist/public/modules/typescript__serialize/implementations/createApostrophedString.alg.js +62 -0
  32. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.d.ts +2 -0
  33. package/auto.dist/public/modules/typescript__serialize/implementations/createBacktickedString.alg.js +62 -0
  34. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.d.ts +2 -0
  35. package/auto.dist/public/modules/typescript__serialize/implementations/createQuotedString.alg.js +45 -0
  36. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
  37. package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +20 -0
  38. package/auto.dist/public/{fountain__pen → modules/typescript__serialize}/index.js +1 -1
  39. package/auto.pareto/$.data.ts +5 -16
  40. package/auto.pareto/auto.dependencies/index.ts +6 -4
  41. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +60 -0
  42. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +7 -0
  43. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  44. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  45. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  46. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  47. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  48. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  49. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  50. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  51. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  52. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  53. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  54. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  55. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  56. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  57. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  58. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  59. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  60. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  61. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  62. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  63. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  64. package/auto.pareto/{modules/fountain_pen → auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested}/api.data.ts +1 -3
  65. package/auto.pareto/{modules/fountain_pen → auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested}/glossary.data.ts +8 -11
  66. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  67. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  68. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  69. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  70. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  71. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  72. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  73. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  74. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  75. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  76. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  77. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  79. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  80. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  81. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  82. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  83. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  84. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  85. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  86. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  87. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  89. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  90. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  91. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  92. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  93. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  94. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  95. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  96. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  97. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/$.data.ts +35 -0
  98. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  99. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  100. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  101. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  102. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.cosmos_type_system.data.ts +19 -12
  103. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -0
  104. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +1025 -0
  105. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +3 -11
  106. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  107. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  108. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  109. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  110. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  111. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  112. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  113. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  114. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  115. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  116. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  117. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  118. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  119. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  120. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  122. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  123. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  124. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  125. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  126. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  127. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  128. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  129. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  130. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  131. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  132. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  133. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  134. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  135. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  136. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  137. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  138. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  139. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  140. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  141. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  142. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +16 -0
  143. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +51 -0
  144. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +18 -0
  145. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +40 -0
  146. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  147. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  148. package/auto.pareto/modules/pareto2typescript/api.data.ts +8 -11
  149. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +33 -22
  150. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  151. package/auto.pareto/modules/typescript_naming/glossary.data.ts +34 -0
  152. package/auto.pareto/modules/typescript_serialize/api.data.ts +17 -0
  153. package/auto.pareto/modules/typescript_serialize/glossary.data.ts +36 -0
  154. package/package.json +6 -5
  155. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +0 -6
  156. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  157. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  158. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3281
  159. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +0 -29
  160. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  161. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  162. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  163. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +0 -2
  164. package/auto.dist/public/fountain__pen/auto.implementation.js +0 -6
  165. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  166. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  167. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +0 -2
  168. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  169. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  170. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  171. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  172. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  173. package/auto.dist/public/glossaries/grammar.d.ts +0 -260
  174. package/auto.dist/public/glossaries/grammar.js +0 -3
  175. package/auto.dist/public/glossaries/grammar.shadow.d.ts +0 -8
  176. package/auto.dist/public/glossaries/grammar.shadow.js +0 -3
  177. package/auto.dist/public/glossaries/liana.d.ts +0 -2433
  178. package/auto.dist/public/glossaries/liana.js +0 -3
  179. package/auto.dist/public/glossaries/liana.shadow.d.ts +0 -8
  180. package/auto.dist/public/glossaries/liana.shadow.js +0 -3
  181. package/auto.dist/public/glossaries/pareto.d.ts +0 -1503
  182. package/auto.dist/public/glossaries/pareto.js +0 -3
  183. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  184. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  185. package/auto.dist/public/glossaries/tendril.d.ts +0 -1425
  186. package/auto.dist/public/glossaries/tendril.js +0 -3
  187. package/auto.dist/public/glossaries/tendril.shadow.d.ts +0 -8
  188. package/auto.dist/public/glossaries/tendril.shadow.js +0 -3
  189. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  190. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -558
  191. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  192. package/auto.dist/public/shorthands/cosmos.js +0 -512
  193. package/auto.dist/public/shorthands/grammar.d.ts +0 -13
  194. package/auto.dist/public/shorthands/grammar.js +0 -110
  195. package/auto.dist/public/shorthands/liana.d.ts +0 -66
  196. package/auto.dist/public/shorthands/liana.js +0 -728
  197. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  198. package/auto.dist/public/shorthands/pareto.js +0 -243
  199. package/auto.dist/public/shorthands/tendril.d.ts +0 -48
  200. package/auto.dist/public/shorthands/tendril.js +0 -402
  201. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  202. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  203. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  204. /package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.d.ts +0 -0
  205. /package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.d.ts +0 -0
  206. /package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts +0 -0
  207. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.grammar.data.ts +0 -0
  208. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.liana.data.ts +0 -0
  209. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +0 -0
  210. /package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.tendril.data.ts +0 -0
  211. /package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/api.data.ts +0 -0
@@ -1,2433 +0,0 @@
1
- import * as pt from 'pareto-core-types';
2
- export declare namespace G { }
3
- export declare namespace N {
4
- namespace Any_$_$Value_$_$Selection {
5
- namespace N {
6
- namespace G {
7
- namespace N {
8
- namespace start {
9
- namespace N {
10
- namespace O {
11
- namespace N { }
12
- namespace D { }
13
- }
14
- }
15
- namespace D { }
16
- }
17
- namespace tail {
18
- namespace N {
19
- namespace O {
20
- namespace N { }
21
- namespace D { }
22
- }
23
- }
24
- namespace D { }
25
- }
26
- }
27
- namespace D { }
28
- }
29
- }
30
- namespace D { }
31
- }
32
- namespace Atom {
33
- namespace N {
34
- namespace G {
35
- namespace N {
36
- namespace _$ltype {
37
- namespace N { }
38
- namespace D { }
39
- }
40
- }
41
- namespace D { }
42
- }
43
- }
44
- namespace D { }
45
- }
46
- namespace Dictionary_$_$Constraints {
47
- namespace N {
48
- namespace DX {
49
- namespace N {
50
- namespace G {
51
- namespace N {
52
- namespace selection {
53
- namespace N { }
54
- namespace D { }
55
- }
56
- namespace temp_$_$type {
57
- namespace N { }
58
- namespace D { }
59
- }
60
- }
61
- namespace D { }
62
- }
63
- }
64
- namespace D { }
65
- }
66
- }
67
- namespace D { }
68
- }
69
- namespace Global_$_$Type {
70
- namespace N {
71
- namespace G {
72
- namespace N {
73
- namespace parameters {
74
- namespace N { }
75
- namespace D { }
76
- }
77
- namespace result {
78
- namespace N {
79
- namespace O {
80
- namespace N {
81
- namespace G {
82
- namespace N {
83
- namespace selection {
84
- namespace N { }
85
- namespace D { }
86
- }
87
- namespace _$ltype {
88
- namespace N { }
89
- namespace D { }
90
- }
91
- }
92
- namespace D { }
93
- }
94
- }
95
- namespace D { }
96
- }
97
- }
98
- namespace D { }
99
- }
100
- namespace _$ltype {
101
- namespace N { }
102
- namespace D { }
103
- }
104
- namespace variables {
105
- namespace N { }
106
- namespace D { }
107
- }
108
- }
109
- namespace D { }
110
- }
111
- }
112
- namespace D { }
113
- }
114
- namespace Global_$_$Type_$_$Selection {
115
- namespace N {
116
- namespace G {
117
- namespace N {
118
- namespace _$limport {
119
- namespace N {
120
- namespace O {
121
- namespace N { }
122
- namespace D { }
123
- }
124
- }
125
- namespace D { }
126
- }
127
- namespace _$ltype {
128
- namespace N { }
129
- namespace D { }
130
- }
131
- }
132
- namespace D { }
133
- }
134
- }
135
- namespace D { }
136
- }
137
- namespace Imports {
138
- namespace N {
139
- namespace DX {
140
- namespace N {
141
- namespace G {
142
- namespace N { }
143
- namespace D { }
144
- }
145
- }
146
- namespace D { }
147
- }
148
- }
149
- namespace D { }
150
- }
151
- namespace Labels {
152
- namespace N {
153
- namespace G {
154
- namespace N {
155
- namespace atom_$_$types {
156
- namespace N {
157
- namespace DX {
158
- namespace N {
159
- namespace G {
160
- namespace N { }
161
- namespace D { }
162
- }
163
- }
164
- namespace D { }
165
- }
166
- }
167
- namespace D { }
168
- }
169
- }
170
- namespace D { }
171
- }
172
- }
173
- namespace D { }
174
- }
175
- namespace Lookup_$_$Selection {
176
- namespace N {
177
- namespace TU {
178
- namespace N {
179
- namespace parameter {
180
- namespace N { }
181
- namespace D { }
182
- }
183
- namespace resolved_$_$dictionary {
184
- namespace N { }
185
- namespace D { }
186
- }
187
- namespace _$lthis {
188
- namespace N {
189
- namespace G {
190
- namespace N {
191
- namespace _$ltype {
192
- namespace N {
193
- namespace TU {
194
- namespace N {
195
- namespace cyclic {
196
- namespace N {
197
- namespace G {
198
- namespace N { }
199
- namespace D { }
200
- }
201
- }
202
- namespace D { }
203
- }
204
- namespace non_$_$cyclic {
205
- namespace N {
206
- namespace G {
207
- namespace N { }
208
- namespace D { }
209
- }
210
- }
211
- namespace D { }
212
- }
213
- }
214
- namespace D { }
215
- }
216
- }
217
- namespace D { }
218
- }
219
- }
220
- namespace D { }
221
- }
222
- }
223
- namespace D { }
224
- }
225
- }
226
- namespace D { }
227
- }
228
- }
229
- namespace D { }
230
- }
231
- namespace Model {
232
- namespace N {
233
- namespace G {
234
- namespace N {
235
- namespace root {
236
- namespace N { }
237
- namespace D { }
238
- }
239
- namespace type_$_$library {
240
- namespace N { }
241
- namespace D { }
242
- }
243
- }
244
- namespace D { }
245
- }
246
- }
247
- namespace D { }
248
- }
249
- namespace Option_$_$Constraints {
250
- namespace N {
251
- namespace DX {
252
- namespace N {
253
- namespace G {
254
- namespace N {
255
- namespace option {
256
- namespace N { }
257
- namespace D { }
258
- }
259
- namespace selection {
260
- namespace N { }
261
- namespace D { }
262
- }
263
- namespace temp_$_$type {
264
- namespace N { }
265
- namespace D { }
266
- }
267
- }
268
- namespace D { }
269
- }
270
- }
271
- namespace D { }
272
- }
273
- }
274
- namespace D { }
275
- }
276
- namespace Parameters {
277
- namespace N {
278
- namespace DX {
279
- namespace N {
280
- namespace G {
281
- namespace N {
282
- namespace _$ltype {
283
- namespace N {
284
- namespace TU {
285
- namespace N {
286
- namespace lookup {
287
- namespace N {
288
- namespace G {
289
- namespace N {
290
- namespace kind {
291
- namespace N {
292
- namespace TU {
293
- namespace N {
294
- namespace cyclic {
295
- namespace N {
296
- namespace G {
297
- namespace N { }
298
- namespace D { }
299
- }
300
- }
301
- namespace D { }
302
- }
303
- namespace non_$_$cyclic {
304
- namespace N {
305
- namespace G {
306
- namespace N { }
307
- namespace D { }
308
- }
309
- }
310
- namespace D { }
311
- }
312
- }
313
- namespace D { }
314
- }
315
- }
316
- namespace D { }
317
- }
318
- namespace _$ltype {
319
- namespace N { }
320
- namespace D { }
321
- }
322
- }
323
- namespace D { }
324
- }
325
- }
326
- namespace D { }
327
- }
328
- namespace resolved_$_$value {
329
- namespace N {
330
- namespace G {
331
- namespace N {
332
- namespace optional {
333
- namespace N {
334
- namespace TU {
335
- namespace N {
336
- namespace no {
337
- namespace N {
338
- namespace G {
339
- namespace N { }
340
- namespace D { }
341
- }
342
- }
343
- namespace D { }
344
- }
345
- namespace yes {
346
- namespace N {
347
- namespace G {
348
- namespace N { }
349
- namespace D { }
350
- }
351
- }
352
- namespace D { }
353
- }
354
- }
355
- namespace D { }
356
- }
357
- }
358
- namespace D { }
359
- }
360
- namespace _$ltype {
361
- namespace N { }
362
- namespace D { }
363
- }
364
- }
365
- namespace D { }
366
- }
367
- }
368
- namespace D { }
369
- }
370
- }
371
- namespace D { }
372
- }
373
- }
374
- namespace D { }
375
- }
376
- }
377
- namespace D { }
378
- }
379
- }
380
- namespace D { }
381
- }
382
- }
383
- namespace D { }
384
- }
385
- namespace Properties {
386
- namespace N {
387
- namespace DX {
388
- namespace N {
389
- namespace G {
390
- namespace N {
391
- namespace _$ltype {
392
- namespace N { }
393
- namespace D { }
394
- }
395
- namespace variables {
396
- namespace N { }
397
- namespace D { }
398
- }
399
- }
400
- namespace D { }
401
- }
402
- }
403
- namespace D { }
404
- }
405
- }
406
- namespace D { }
407
- }
408
- namespace Temp_$_$Type_$_$Selection {
409
- namespace N {
410
- namespace G {
411
- namespace N {
412
- namespace global_$_$type {
413
- namespace N { }
414
- namespace D { }
415
- }
416
- namespace tail {
417
- namespace N {
418
- namespace O {
419
- namespace N { }
420
- namespace D { }
421
- }
422
- }
423
- namespace D { }
424
- }
425
- }
426
- namespace D { }
427
- }
428
- }
429
- namespace D { }
430
- }
431
- namespace Temp_$_$Type_$_$Selection_$_$Tail {
432
- namespace N {
433
- namespace G {
434
- namespace N {
435
- namespace step_$_$type {
436
- namespace N {
437
- namespace TU {
438
- namespace N {
439
- namespace array {
440
- namespace N {
441
- namespace G {
442
- namespace N { }
443
- namespace D { }
444
- }
445
- }
446
- namespace D { }
447
- }
448
- namespace dictionary {
449
- namespace N {
450
- namespace G {
451
- namespace N { }
452
- namespace D { }
453
- }
454
- }
455
- namespace D { }
456
- }
457
- namespace group {
458
- namespace N {
459
- namespace G {
460
- namespace N {
461
- namespace property {
462
- namespace N { }
463
- namespace D { }
464
- }
465
- }
466
- namespace D { }
467
- }
468
- }
469
- namespace D { }
470
- }
471
- namespace optional {
472
- namespace N {
473
- namespace G {
474
- namespace N { }
475
- namespace D { }
476
- }
477
- }
478
- namespace D { }
479
- }
480
- namespace tagged_$_$union {
481
- namespace N {
482
- namespace G {
483
- namespace N {
484
- namespace option {
485
- namespace N { }
486
- namespace D { }
487
- }
488
- }
489
- namespace D { }
490
- }
491
- }
492
- namespace D { }
493
- }
494
- }
495
- namespace D { }
496
- }
497
- }
498
- namespace D { }
499
- }
500
- namespace tail {
501
- namespace N {
502
- namespace O {
503
- namespace N { }
504
- namespace D { }
505
- }
506
- }
507
- namespace D { }
508
- }
509
- }
510
- namespace D { }
511
- }
512
- }
513
- namespace D { }
514
- }
515
- namespace Type {
516
- namespace N {
517
- namespace G {
518
- namespace N {
519
- namespace classes {
520
- namespace N {
521
- namespace DX {
522
- namespace N {
523
- namespace G {
524
- namespace N { }
525
- namespace D { }
526
- }
527
- }
528
- namespace D { }
529
- }
530
- }
531
- namespace D { }
532
- }
533
- namespace _$ltype {
534
- namespace N {
535
- namespace TU {
536
- namespace N {
537
- namespace array {
538
- namespace N {
539
- namespace G {
540
- namespace N {
541
- namespace _$ltype {
542
- namespace N { }
543
- namespace D { }
544
- }
545
- }
546
- namespace D { }
547
- }
548
- }
549
- namespace D { }
550
- }
551
- namespace component {
552
- namespace N {
553
- namespace G {
554
- namespace N {
555
- namespace _$larguments {
556
- namespace N {
557
- namespace DX {
558
- namespace N {
559
- namespace G {
560
- namespace N {
561
- namespace _$ltype {
562
- namespace N {
563
- namespace TU {
564
- namespace N {
565
- namespace lookup {
566
- namespace N { }
567
- namespace D { }
568
- }
569
- namespace resolved_$_$value {
570
- namespace N { }
571
- namespace D { }
572
- }
573
- }
574
- namespace D { }
575
- }
576
- }
577
- namespace D { }
578
- }
579
- }
580
- namespace D { }
581
- }
582
- }
583
- namespace D { }
584
- }
585
- }
586
- namespace D { }
587
- }
588
- namespace context {
589
- namespace N {
590
- namespace TU {
591
- namespace N {
592
- namespace _$limport {
593
- namespace N {
594
- namespace G {
595
- namespace N {
596
- namespace library {
597
- namespace N { }
598
- namespace D { }
599
- }
600
- namespace _$ltype {
601
- namespace N { }
602
- namespace D { }
603
- }
604
- }
605
- namespace D { }
606
- }
607
- }
608
- namespace D { }
609
- }
610
- namespace resolved_$_$sibling {
611
- namespace N {
612
- namespace G {
613
- namespace N {
614
- namespace _$ltype {
615
- namespace N { }
616
- namespace D { }
617
- }
618
- }
619
- namespace D { }
620
- }
621
- }
622
- namespace D { }
623
- }
624
- }
625
- namespace D { }
626
- }
627
- }
628
- namespace D { }
629
- }
630
- }
631
- namespace D { }
632
- }
633
- }
634
- namespace D { }
635
- }
636
- namespace dictionary {
637
- namespace N {
638
- namespace G {
639
- namespace N {
640
- namespace constraints {
641
- namespace N { }
642
- namespace D { }
643
- }
644
- namespace key {
645
- namespace N { }
646
- namespace D { }
647
- }
648
- namespace _$ltype {
649
- namespace N { }
650
- namespace D { }
651
- }
652
- namespace variables {
653
- namespace N { }
654
- namespace D { }
655
- }
656
- }
657
- namespace D { }
658
- }
659
- }
660
- namespace D { }
661
- }
662
- namespace group {
663
- namespace N {
664
- namespace G {
665
- namespace N {
666
- namespace properties {
667
- namespace N { }
668
- namespace D { }
669
- }
670
- }
671
- namespace D { }
672
- }
673
- }
674
- namespace D { }
675
- }
676
- namespace nothing {
677
- namespace N {
678
- namespace G {
679
- namespace N {
680
- namespace result {
681
- namespace N {
682
- namespace O {
683
- namespace N {
684
- namespace G {
685
- namespace N {
686
- namespace selection {
687
- namespace N { }
688
- namespace D { }
689
- }
690
- namespace temp_$_$type {
691
- namespace N { }
692
- namespace D { }
693
- }
694
- }
695
- namespace D { }
696
- }
697
- }
698
- namespace D { }
699
- }
700
- }
701
- namespace D { }
702
- }
703
- }
704
- namespace D { }
705
- }
706
- }
707
- namespace D { }
708
- }
709
- namespace optional {
710
- namespace N {
711
- namespace G {
712
- namespace N {
713
- namespace result {
714
- namespace N {
715
- namespace O {
716
- namespace N {
717
- namespace G {
718
- namespace N {
719
- namespace not_$_$set {
720
- namespace N { }
721
- namespace D { }
722
- }
723
- namespace _$lset {
724
- namespace N { }
725
- namespace D { }
726
- }
727
- namespace temp_$_$type {
728
- namespace N { }
729
- namespace D { }
730
- }
731
- }
732
- namespace D { }
733
- }
734
- }
735
- namespace D { }
736
- }
737
- }
738
- namespace D { }
739
- }
740
- namespace _$ltype {
741
- namespace N { }
742
- namespace D { }
743
- }
744
- }
745
- namespace D { }
746
- }
747
- }
748
- namespace D { }
749
- }
750
- namespace tagged_$_$union {
751
- namespace N {
752
- namespace G {
753
- namespace N {
754
- namespace _$ldefault {
755
- namespace N { }
756
- namespace D { }
757
- }
758
- namespace options {
759
- namespace N {
760
- namespace DX {
761
- namespace N {
762
- namespace G {
763
- namespace N {
764
- namespace constraints {
765
- namespace N { }
766
- namespace D { }
767
- }
768
- namespace result {
769
- namespace N {
770
- namespace O {
771
- namespace N { }
772
- namespace D { }
773
- }
774
- }
775
- namespace D { }
776
- }
777
- namespace _$ltype {
778
- namespace N { }
779
- namespace D { }
780
- }
781
- namespace variables {
782
- namespace N { }
783
- namespace D { }
784
- }
785
- }
786
- namespace D { }
787
- }
788
- }
789
- namespace D { }
790
- }
791
- }
792
- namespace D { }
793
- }
794
- namespace result {
795
- namespace N {
796
- namespace O {
797
- namespace N { }
798
- namespace D { }
799
- }
800
- }
801
- namespace D { }
802
- }
803
- }
804
- namespace D { }
805
- }
806
- }
807
- namespace D { }
808
- }
809
- namespace terminal {
810
- namespace N {
811
- namespace G {
812
- namespace N {
813
- namespace constrained {
814
- namespace N {
815
- namespace TU {
816
- namespace N {
817
- namespace no {
818
- namespace N {
819
- namespace G {
820
- namespace N { }
821
- namespace D { }
822
- }
823
- }
824
- namespace D { }
825
- }
826
- namespace yes {
827
- namespace N {
828
- namespace G {
829
- namespace N {
830
- namespace referencee_$_$type {
831
- namespace N {
832
- namespace TU {
833
- namespace N {
834
- namespace lookup {
835
- namespace N {
836
- namespace G {
837
- namespace N {
838
- namespace selection {
839
- namespace N { }
840
- namespace D { }
841
- }
842
- namespace temp_$_$type {
843
- namespace N { }
844
- namespace D { }
845
- }
846
- }
847
- namespace D { }
848
- }
849
- }
850
- namespace D { }
851
- }
852
- namespace resolved_$_$value {
853
- namespace N {
854
- namespace G {
855
- namespace N {
856
- namespace selection {
857
- namespace N { }
858
- namespace D { }
859
- }
860
- namespace temp_$_$type {
861
- namespace N { }
862
- namespace D { }
863
- }
864
- }
865
- namespace D { }
866
- }
867
- }
868
- namespace D { }
869
- }
870
- }
871
- namespace D { }
872
- }
873
- }
874
- namespace D { }
875
- }
876
- }
877
- namespace D { }
878
- }
879
- }
880
- namespace D { }
881
- }
882
- }
883
- namespace D { }
884
- }
885
- }
886
- namespace D { }
887
- }
888
- namespace terminal {
889
- namespace N { }
890
- namespace D { }
891
- }
892
- }
893
- namespace D { }
894
- }
895
- }
896
- namespace D { }
897
- }
898
- }
899
- namespace D { }
900
- }
901
- }
902
- namespace D { }
903
- }
904
- }
905
- namespace D { }
906
- }
907
- }
908
- namespace D { }
909
- }
910
- namespace Type_$_$Library {
911
- namespace N {
912
- namespace G {
913
- namespace N {
914
- namespace global_$_$types {
915
- namespace N {
916
- namespace DX {
917
- namespace N { }
918
- namespace D { }
919
- }
920
- }
921
- namespace D { }
922
- }
923
- namespace imports {
924
- namespace N { }
925
- namespace D { }
926
- }
927
- namespace labels {
928
- namespace N { }
929
- namespace D { }
930
- }
931
- }
932
- namespace D { }
933
- }
934
- }
935
- namespace D { }
936
- }
937
- namespace Value_$_$Selection {
938
- namespace N {
939
- namespace G {
940
- namespace N {
941
- namespace start {
942
- namespace N { }
943
- namespace D { }
944
- }
945
- namespace tail {
946
- namespace N {
947
- namespace O {
948
- namespace N { }
949
- namespace D { }
950
- }
951
- }
952
- namespace D { }
953
- }
954
- }
955
- namespace D { }
956
- }
957
- }
958
- namespace D { }
959
- }
960
- namespace Value_$_$Selection_$_$Tail {
961
- namespace N {
962
- namespace G {
963
- namespace N {
964
- namespace step_$_$type {
965
- namespace N {
966
- namespace TU {
967
- namespace N {
968
- namespace component {
969
- namespace N {
970
- namespace G {
971
- namespace N { }
972
- namespace D { }
973
- }
974
- }
975
- namespace D { }
976
- }
977
- namespace group {
978
- namespace N {
979
- namespace G {
980
- namespace N {
981
- namespace property {
982
- namespace N { }
983
- namespace D { }
984
- }
985
- }
986
- namespace D { }
987
- }
988
- }
989
- namespace D { }
990
- }
991
- namespace nothing {
992
- namespace N {
993
- namespace G {
994
- namespace N { }
995
- namespace D { }
996
- }
997
- }
998
- namespace D { }
999
- }
1000
- namespace optional {
1001
- namespace N {
1002
- namespace G {
1003
- namespace N { }
1004
- namespace D { }
1005
- }
1006
- }
1007
- namespace D { }
1008
- }
1009
- namespace reference {
1010
- namespace N {
1011
- namespace G {
1012
- namespace N { }
1013
- namespace D { }
1014
- }
1015
- }
1016
- namespace D { }
1017
- }
1018
- namespace tagged_$_$union {
1019
- namespace N {
1020
- namespace G {
1021
- namespace N { }
1022
- namespace D { }
1023
- }
1024
- }
1025
- namespace D { }
1026
- }
1027
- }
1028
- namespace D { }
1029
- }
1030
- }
1031
- namespace D { }
1032
- }
1033
- namespace tail {
1034
- namespace N {
1035
- namespace O {
1036
- namespace N { }
1037
- namespace D { }
1038
- }
1039
- }
1040
- namespace D { }
1041
- }
1042
- }
1043
- namespace D { }
1044
- }
1045
- }
1046
- namespace D { }
1047
- }
1048
- namespace Variables {
1049
- namespace N {
1050
- namespace DX {
1051
- namespace N {
1052
- namespace TU {
1053
- namespace N {
1054
- namespace dictionary_$_$constraint {
1055
- namespace N { }
1056
- namespace D { }
1057
- }
1058
- namespace option_$_$constraint {
1059
- namespace N { }
1060
- namespace D { }
1061
- }
1062
- namespace parameter {
1063
- namespace N { }
1064
- namespace D { }
1065
- }
1066
- namespace parent_$_$variable {
1067
- namespace N { }
1068
- namespace D { }
1069
- }
1070
- }
1071
- namespace D { }
1072
- }
1073
- }
1074
- namespace D { }
1075
- }
1076
- }
1077
- namespace D { }
1078
- }
1079
- }
1080
- export declare namespace D {
1081
- namespace Any__Value__Selection {
1082
- namespace start {
1083
- namespace O {
1084
- type annotation<GAnnotation> = GAnnotation;
1085
- type key<GAnnotation> = string;
1086
- }
1087
- type O<GAnnotation> = {
1088
- readonly 'annotation': GAnnotation;
1089
- readonly 'key': string;
1090
- };
1091
- }
1092
- type start<GAnnotation> = pt.OptionalValue<{
1093
- readonly 'annotation': GAnnotation;
1094
- readonly 'key': string;
1095
- }>;
1096
- namespace tail {
1097
- type O<GAnnotation> = D.Value__Selection__Tail<GAnnotation>;
1098
- }
1099
- type tail<GAnnotation> = pt.OptionalValue<D.Value__Selection__Tail<GAnnotation>>;
1100
- }
1101
- type Any__Value__Selection<GAnnotation> = {
1102
- readonly 'start': pt.OptionalValue<{
1103
- readonly 'annotation': GAnnotation;
1104
- readonly 'key': string;
1105
- }>;
1106
- readonly 'tail': pt.OptionalValue<D.Value__Selection__Tail<GAnnotation>>;
1107
- };
1108
- namespace Atom {
1109
- namespace _ltype {
1110
- type annotation<GAnnotation> = GAnnotation;
1111
- type key<GAnnotation> = string;
1112
- }
1113
- type _ltype<GAnnotation> = {
1114
- readonly 'annotation': GAnnotation;
1115
- readonly 'key': string;
1116
- };
1117
- }
1118
- type Atom<GAnnotation> = {
1119
- readonly 'type': {
1120
- readonly 'annotation': GAnnotation;
1121
- readonly 'key': string;
1122
- };
1123
- };
1124
- namespace Dictionary__Constraints {
1125
- namespace DX {
1126
- type selection<GAnnotation> = D.Value__Selection<GAnnotation>;
1127
- type temp__type<GAnnotation> = D.Temp__Type__Selection<GAnnotation>;
1128
- }
1129
- type DX<GAnnotation> = {
1130
- readonly 'selection': D.Value__Selection<GAnnotation>;
1131
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1132
- };
1133
- }
1134
- type Dictionary__Constraints<GAnnotation> = pt.Dictionary<{
1135
- readonly 'selection': D.Value__Selection<GAnnotation>;
1136
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1137
- }>;
1138
- namespace Global__Type {
1139
- type parameters<GAnnotation> = D.Parameters<GAnnotation>;
1140
- namespace result {
1141
- namespace O {
1142
- type selection<GAnnotation> = D.Any__Value__Selection<GAnnotation>;
1143
- type _ltype<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1144
- }
1145
- type O<GAnnotation> = {
1146
- readonly 'selection': D.Any__Value__Selection<GAnnotation>;
1147
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1148
- };
1149
- }
1150
- type result<GAnnotation> = pt.OptionalValue<{
1151
- readonly 'selection': D.Any__Value__Selection<GAnnotation>;
1152
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1153
- }>;
1154
- type _ltype<GAnnotation> = D.Type<GAnnotation>;
1155
- type variables<GAnnotation> = D.Variables<GAnnotation>;
1156
- }
1157
- type Global__Type<GAnnotation> = {
1158
- readonly 'parameters': D.Parameters<GAnnotation>;
1159
- readonly 'result': pt.OptionalValue<{
1160
- readonly 'selection': D.Any__Value__Selection<GAnnotation>;
1161
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1162
- }>;
1163
- readonly 'type': D.Type<GAnnotation>;
1164
- readonly 'variables': D.Variables<GAnnotation>;
1165
- };
1166
- namespace Global__Type__Selection {
1167
- namespace _limport {
1168
- namespace O {
1169
- type annotation<GAnnotation> = GAnnotation;
1170
- type key<GAnnotation> = string;
1171
- }
1172
- type O<GAnnotation> = {
1173
- readonly 'annotation': GAnnotation;
1174
- readonly 'key': string;
1175
- };
1176
- }
1177
- type _limport<GAnnotation> = pt.OptionalValue<{
1178
- readonly 'annotation': GAnnotation;
1179
- readonly 'key': string;
1180
- }>;
1181
- namespace _ltype {
1182
- type annotation<GAnnotation> = GAnnotation;
1183
- type key<GAnnotation> = string;
1184
- }
1185
- type _ltype<GAnnotation> = {
1186
- readonly 'annotation': GAnnotation;
1187
- readonly 'key': string;
1188
- };
1189
- }
1190
- type Global__Type__Selection<GAnnotation> = {
1191
- readonly 'import': pt.OptionalValue<{
1192
- readonly 'annotation': GAnnotation;
1193
- readonly 'key': string;
1194
- }>;
1195
- readonly 'type': {
1196
- readonly 'annotation': GAnnotation;
1197
- readonly 'key': string;
1198
- };
1199
- };
1200
- namespace Imports {
1201
- namespace DX { }
1202
- type DX<GAnnotation> = null;
1203
- }
1204
- type Imports<GAnnotation> = pt.Dictionary<null>;
1205
- namespace Labels {
1206
- namespace atom__types {
1207
- namespace DX { }
1208
- type DX<GAnnotation> = null;
1209
- }
1210
- type atom__types<GAnnotation> = pt.Dictionary<null>;
1211
- }
1212
- type Labels<GAnnotation> = {
1213
- readonly 'atom types': pt.Dictionary<null>;
1214
- };
1215
- namespace Lookup__Selection {
1216
- namespace parameter {
1217
- type annotation<GAnnotation> = GAnnotation;
1218
- type key<GAnnotation> = string;
1219
- }
1220
- type parameter<GAnnotation> = {
1221
- readonly 'annotation': GAnnotation;
1222
- readonly 'key': string;
1223
- };
1224
- type resolved__dictionary<GAnnotation> = D.Value__Selection<GAnnotation>;
1225
- namespace _lthis {
1226
- namespace _ltype {
1227
- namespace cyclic { }
1228
- type cyclic<GAnnotation> = null;
1229
- namespace non__cyclic { }
1230
- type non__cyclic<GAnnotation> = null;
1231
- }
1232
- type _ltype<GAnnotation> = ['cyclic', null] | ['non cyclic', null];
1233
- }
1234
- type _lthis<GAnnotation> = {
1235
- readonly 'type': ['cyclic', null] | ['non cyclic', null];
1236
- };
1237
- }
1238
- type Lookup__Selection<GAnnotation> = [
1239
- 'parameter',
1240
- {
1241
- readonly 'annotation': GAnnotation;
1242
- readonly 'key': string;
1243
- }
1244
- ] | ['resolved dictionary', D.Value__Selection<GAnnotation>] | [
1245
- 'this',
1246
- {
1247
- readonly 'type': ['cyclic', null] | ['non cyclic', null];
1248
- }
1249
- ];
1250
- namespace Model {
1251
- namespace root {
1252
- type annotation<GAnnotation> = GAnnotation;
1253
- type key<GAnnotation> = string;
1254
- }
1255
- type root<GAnnotation> = {
1256
- readonly 'annotation': GAnnotation;
1257
- readonly 'key': string;
1258
- };
1259
- type type__library<GAnnotation> = D.Type__Library<GAnnotation>;
1260
- }
1261
- type Model<GAnnotation> = {
1262
- readonly 'root': {
1263
- readonly 'annotation': GAnnotation;
1264
- readonly 'key': string;
1265
- };
1266
- readonly 'type library': D.Type__Library<GAnnotation>;
1267
- };
1268
- namespace Option__Constraints {
1269
- namespace DX {
1270
- namespace option {
1271
- type annotation<GAnnotation> = GAnnotation;
1272
- type key<GAnnotation> = string;
1273
- }
1274
- type option<GAnnotation> = {
1275
- readonly 'annotation': GAnnotation;
1276
- readonly 'key': string;
1277
- };
1278
- type selection<GAnnotation> = D.Value__Selection<GAnnotation>;
1279
- type temp__type<GAnnotation> = D.Temp__Type__Selection<GAnnotation>;
1280
- }
1281
- type DX<GAnnotation> = {
1282
- readonly 'option': {
1283
- readonly 'annotation': GAnnotation;
1284
- readonly 'key': string;
1285
- };
1286
- readonly 'selection': D.Value__Selection<GAnnotation>;
1287
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1288
- };
1289
- }
1290
- type Option__Constraints<GAnnotation> = pt.Dictionary<{
1291
- readonly 'option': {
1292
- readonly 'annotation': GAnnotation;
1293
- readonly 'key': string;
1294
- };
1295
- readonly 'selection': D.Value__Selection<GAnnotation>;
1296
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1297
- }>;
1298
- namespace Parameters {
1299
- namespace DX {
1300
- namespace _ltype {
1301
- namespace lookup {
1302
- namespace kind {
1303
- namespace cyclic { }
1304
- type cyclic<GAnnotation> = null;
1305
- namespace non__cyclic { }
1306
- type non__cyclic<GAnnotation> = null;
1307
- }
1308
- type kind<GAnnotation> = ['cyclic', null] | ['non cyclic', null];
1309
- type _ltype<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1310
- }
1311
- type lookup<GAnnotation> = {
1312
- readonly 'kind': ['cyclic', null] | ['non cyclic', null];
1313
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1314
- };
1315
- namespace resolved__value {
1316
- namespace optional {
1317
- namespace no { }
1318
- type no<GAnnotation> = null;
1319
- namespace yes { }
1320
- type yes<GAnnotation> = null;
1321
- }
1322
- type optional<GAnnotation> = ['no', null] | ['yes', null];
1323
- type _ltype<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1324
- }
1325
- type resolved__value<GAnnotation> = {
1326
- readonly 'optional': ['no', null] | ['yes', null];
1327
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1328
- };
1329
- }
1330
- type _ltype<GAnnotation> = [
1331
- 'lookup',
1332
- {
1333
- readonly 'kind': ['cyclic', null] | ['non cyclic', null];
1334
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1335
- }
1336
- ] | [
1337
- 'resolved value',
1338
- {
1339
- readonly 'optional': ['no', null] | ['yes', null];
1340
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1341
- }
1342
- ];
1343
- }
1344
- type DX<GAnnotation> = {
1345
- readonly 'type': [
1346
- 'lookup',
1347
- {
1348
- readonly 'kind': ['cyclic', null] | ['non cyclic', null];
1349
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1350
- }
1351
- ] | [
1352
- 'resolved value',
1353
- {
1354
- readonly 'optional': ['no', null] | ['yes', null];
1355
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1356
- }
1357
- ];
1358
- };
1359
- }
1360
- type Parameters<GAnnotation> = pt.Dictionary<{
1361
- readonly 'type': [
1362
- 'lookup',
1363
- {
1364
- readonly 'kind': ['cyclic', null] | ['non cyclic', null];
1365
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1366
- }
1367
- ] | [
1368
- 'resolved value',
1369
- {
1370
- readonly 'optional': ['no', null] | ['yes', null];
1371
- readonly 'type': D.Global__Type__Selection<GAnnotation>;
1372
- }
1373
- ];
1374
- }>;
1375
- namespace Properties {
1376
- namespace DX {
1377
- type _ltype<GAnnotation> = D.Type<GAnnotation>;
1378
- type variables<GAnnotation> = D.Variables<GAnnotation>;
1379
- }
1380
- type DX<GAnnotation> = {
1381
- readonly 'type': D.Type<GAnnotation>;
1382
- readonly 'variables': D.Variables<GAnnotation>;
1383
- };
1384
- }
1385
- type Properties<GAnnotation> = pt.Dictionary<{
1386
- readonly 'type': D.Type<GAnnotation>;
1387
- readonly 'variables': D.Variables<GAnnotation>;
1388
- }>;
1389
- namespace Temp__Type__Selection {
1390
- type global__type<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1391
- namespace tail {
1392
- type O<GAnnotation> = D.Temp__Type__Selection__Tail<GAnnotation>;
1393
- }
1394
- type tail<GAnnotation> = pt.OptionalValue<D.Temp__Type__Selection__Tail<GAnnotation>>;
1395
- }
1396
- type Temp__Type__Selection<GAnnotation> = {
1397
- readonly 'global type': D.Global__Type__Selection<GAnnotation>;
1398
- readonly 'tail': pt.OptionalValue<D.Temp__Type__Selection__Tail<GAnnotation>>;
1399
- };
1400
- namespace Temp__Type__Selection__Tail {
1401
- namespace step__type {
1402
- namespace array {
1403
- type annotation<GAnnotation> = GAnnotation;
1404
- namespace content { }
1405
- type content<GAnnotation> = null;
1406
- }
1407
- type array<GAnnotation> = {
1408
- readonly 'annotation': GAnnotation;
1409
- readonly 'content': null;
1410
- };
1411
- namespace dictionary {
1412
- type annotation<GAnnotation> = GAnnotation;
1413
- namespace content { }
1414
- type content<GAnnotation> = null;
1415
- }
1416
- type dictionary<GAnnotation> = {
1417
- readonly 'annotation': GAnnotation;
1418
- readonly 'content': null;
1419
- };
1420
- namespace group {
1421
- type annotation<GAnnotation> = GAnnotation;
1422
- namespace content {
1423
- namespace property {
1424
- type annotation<GAnnotation> = GAnnotation;
1425
- type key<GAnnotation> = string;
1426
- }
1427
- type property<GAnnotation> = {
1428
- readonly 'annotation': GAnnotation;
1429
- readonly 'key': string;
1430
- };
1431
- }
1432
- type content<GAnnotation> = {
1433
- readonly 'property': {
1434
- readonly 'annotation': GAnnotation;
1435
- readonly 'key': string;
1436
- };
1437
- };
1438
- }
1439
- type group<GAnnotation> = {
1440
- readonly 'annotation': GAnnotation;
1441
- readonly 'content': {
1442
- readonly 'property': {
1443
- readonly 'annotation': GAnnotation;
1444
- readonly 'key': string;
1445
- };
1446
- };
1447
- };
1448
- namespace optional {
1449
- type annotation<GAnnotation> = GAnnotation;
1450
- namespace content { }
1451
- type content<GAnnotation> = null;
1452
- }
1453
- type optional<GAnnotation> = {
1454
- readonly 'annotation': GAnnotation;
1455
- readonly 'content': null;
1456
- };
1457
- namespace tagged__union {
1458
- type annotation<GAnnotation> = GAnnotation;
1459
- namespace content {
1460
- namespace option {
1461
- type annotation<GAnnotation> = GAnnotation;
1462
- type key<GAnnotation> = string;
1463
- }
1464
- type option<GAnnotation> = {
1465
- readonly 'annotation': GAnnotation;
1466
- readonly 'key': string;
1467
- };
1468
- }
1469
- type content<GAnnotation> = {
1470
- readonly 'option': {
1471
- readonly 'annotation': GAnnotation;
1472
- readonly 'key': string;
1473
- };
1474
- };
1475
- }
1476
- type tagged__union<GAnnotation> = {
1477
- readonly 'annotation': GAnnotation;
1478
- readonly 'content': {
1479
- readonly 'option': {
1480
- readonly 'annotation': GAnnotation;
1481
- readonly 'key': string;
1482
- };
1483
- };
1484
- };
1485
- }
1486
- type step__type<GAnnotation> = [
1487
- 'array',
1488
- {
1489
- readonly 'annotation': GAnnotation;
1490
- readonly 'content': null;
1491
- }
1492
- ] | [
1493
- 'dictionary',
1494
- {
1495
- readonly 'annotation': GAnnotation;
1496
- readonly 'content': null;
1497
- }
1498
- ] | [
1499
- 'group',
1500
- {
1501
- readonly 'annotation': GAnnotation;
1502
- readonly 'content': {
1503
- readonly 'property': {
1504
- readonly 'annotation': GAnnotation;
1505
- readonly 'key': string;
1506
- };
1507
- };
1508
- }
1509
- ] | [
1510
- 'optional',
1511
- {
1512
- readonly 'annotation': GAnnotation;
1513
- readonly 'content': null;
1514
- }
1515
- ] | [
1516
- 'tagged union',
1517
- {
1518
- readonly 'annotation': GAnnotation;
1519
- readonly 'content': {
1520
- readonly 'option': {
1521
- readonly 'annotation': GAnnotation;
1522
- readonly 'key': string;
1523
- };
1524
- };
1525
- }
1526
- ];
1527
- namespace tail {
1528
- type O<GAnnotation> = D.Temp__Type__Selection__Tail<GAnnotation>;
1529
- }
1530
- type tail<GAnnotation> = pt.OptionalValue<D.Temp__Type__Selection__Tail<GAnnotation>>;
1531
- }
1532
- type Temp__Type__Selection__Tail<GAnnotation> = {
1533
- readonly 'step type': [
1534
- 'array',
1535
- {
1536
- readonly 'annotation': GAnnotation;
1537
- readonly 'content': null;
1538
- }
1539
- ] | [
1540
- 'dictionary',
1541
- {
1542
- readonly 'annotation': GAnnotation;
1543
- readonly 'content': null;
1544
- }
1545
- ] | [
1546
- 'group',
1547
- {
1548
- readonly 'annotation': GAnnotation;
1549
- readonly 'content': {
1550
- readonly 'property': {
1551
- readonly 'annotation': GAnnotation;
1552
- readonly 'key': string;
1553
- };
1554
- };
1555
- }
1556
- ] | [
1557
- 'optional',
1558
- {
1559
- readonly 'annotation': GAnnotation;
1560
- readonly 'content': null;
1561
- }
1562
- ] | [
1563
- 'tagged union',
1564
- {
1565
- readonly 'annotation': GAnnotation;
1566
- readonly 'content': {
1567
- readonly 'option': {
1568
- readonly 'annotation': GAnnotation;
1569
- readonly 'key': string;
1570
- };
1571
- };
1572
- }
1573
- ];
1574
- readonly 'tail': pt.OptionalValue<D.Temp__Type__Selection__Tail<GAnnotation>>;
1575
- };
1576
- namespace Type {
1577
- namespace classes {
1578
- namespace DX { }
1579
- type DX<GAnnotation> = null;
1580
- }
1581
- type classes<GAnnotation> = pt.Dictionary<null>;
1582
- namespace _ltype {
1583
- namespace array {
1584
- type _ltype<GAnnotation> = D.Type<GAnnotation>;
1585
- }
1586
- type array<GAnnotation> = {
1587
- readonly 'type': D.Type<GAnnotation>;
1588
- };
1589
- namespace component {
1590
- namespace _larguments {
1591
- namespace DX {
1592
- type annotation<GAnnotation> = GAnnotation;
1593
- namespace content {
1594
- namespace _ltype {
1595
- type lookup<GAnnotation> = D.Lookup__Selection<GAnnotation>;
1596
- type resolved__value<GAnnotation> = D.Value__Selection<GAnnotation>;
1597
- }
1598
- type _ltype<GAnnotation> = ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
1599
- }
1600
- type content<GAnnotation> = {
1601
- readonly 'type': ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
1602
- };
1603
- }
1604
- type DX<GAnnotation> = {
1605
- readonly 'annotation': GAnnotation;
1606
- readonly 'content': {
1607
- readonly 'type': ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
1608
- };
1609
- };
1610
- }
1611
- type _larguments<GAnnotation> = pt.Dictionary<{
1612
- readonly 'annotation': GAnnotation;
1613
- readonly 'content': {
1614
- readonly 'type': ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
1615
- };
1616
- }>;
1617
- namespace context {
1618
- namespace _limport {
1619
- namespace library {
1620
- type annotation<GAnnotation> = GAnnotation;
1621
- type key<GAnnotation> = string;
1622
- }
1623
- type library<GAnnotation> = {
1624
- readonly 'annotation': GAnnotation;
1625
- readonly 'key': string;
1626
- };
1627
- namespace _ltype {
1628
- type annotation<GAnnotation> = GAnnotation;
1629
- type key<GAnnotation> = string;
1630
- }
1631
- type _ltype<GAnnotation> = {
1632
- readonly 'annotation': GAnnotation;
1633
- readonly 'key': string;
1634
- };
1635
- }
1636
- type _limport<GAnnotation> = {
1637
- readonly 'library': {
1638
- readonly 'annotation': GAnnotation;
1639
- readonly 'key': string;
1640
- };
1641
- readonly 'type': {
1642
- readonly 'annotation': GAnnotation;
1643
- readonly 'key': string;
1644
- };
1645
- };
1646
- namespace resolved__sibling {
1647
- namespace _ltype {
1648
- type annotation<GAnnotation> = GAnnotation;
1649
- type key<GAnnotation> = string;
1650
- }
1651
- type _ltype<GAnnotation> = {
1652
- readonly 'annotation': GAnnotation;
1653
- readonly 'key': string;
1654
- };
1655
- }
1656
- type resolved__sibling<GAnnotation> = {
1657
- readonly 'type': {
1658
- readonly 'annotation': GAnnotation;
1659
- readonly 'key': string;
1660
- };
1661
- };
1662
- }
1663
- type context<GAnnotation> = [
1664
- 'import',
1665
- {
1666
- readonly 'library': {
1667
- readonly 'annotation': GAnnotation;
1668
- readonly 'key': string;
1669
- };
1670
- readonly 'type': {
1671
- readonly 'annotation': GAnnotation;
1672
- readonly 'key': string;
1673
- };
1674
- }
1675
- ] | [
1676
- 'resolved sibling',
1677
- {
1678
- readonly 'type': {
1679
- readonly 'annotation': GAnnotation;
1680
- readonly 'key': string;
1681
- };
1682
- }
1683
- ];
1684
- }
1685
- type component<GAnnotation> = {
1686
- readonly 'arguments': pt.Dictionary<{
1687
- readonly 'annotation': GAnnotation;
1688
- readonly 'content': {
1689
- readonly 'type': ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
1690
- };
1691
- }>;
1692
- readonly 'context': [
1693
- 'import',
1694
- {
1695
- readonly 'library': {
1696
- readonly 'annotation': GAnnotation;
1697
- readonly 'key': string;
1698
- };
1699
- readonly 'type': {
1700
- readonly 'annotation': GAnnotation;
1701
- readonly 'key': string;
1702
- };
1703
- }
1704
- ] | [
1705
- 'resolved sibling',
1706
- {
1707
- readonly 'type': {
1708
- readonly 'annotation': GAnnotation;
1709
- readonly 'key': string;
1710
- };
1711
- }
1712
- ];
1713
- };
1714
- namespace dictionary {
1715
- type constraints<GAnnotation> = D.Dictionary__Constraints<GAnnotation>;
1716
- type key<GAnnotation> = D.Atom<GAnnotation>;
1717
- type _ltype<GAnnotation> = D.Type<GAnnotation>;
1718
- type variables<GAnnotation> = D.Variables<GAnnotation>;
1719
- }
1720
- type dictionary<GAnnotation> = {
1721
- readonly 'constraints': D.Dictionary__Constraints<GAnnotation>;
1722
- readonly 'key': D.Atom<GAnnotation>;
1723
- readonly 'type': D.Type<GAnnotation>;
1724
- readonly 'variables': D.Variables<GAnnotation>;
1725
- };
1726
- namespace group {
1727
- type properties<GAnnotation> = D.Properties<GAnnotation>;
1728
- }
1729
- type group<GAnnotation> = {
1730
- readonly 'properties': D.Properties<GAnnotation>;
1731
- };
1732
- namespace nothing {
1733
- namespace result {
1734
- namespace O {
1735
- type selection<GAnnotation> = D.Value__Selection<GAnnotation>;
1736
- type temp__type<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1737
- }
1738
- type O<GAnnotation> = {
1739
- readonly 'selection': D.Value__Selection<GAnnotation>;
1740
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1741
- };
1742
- }
1743
- type result<GAnnotation> = pt.OptionalValue<{
1744
- readonly 'selection': D.Value__Selection<GAnnotation>;
1745
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1746
- }>;
1747
- }
1748
- type nothing<GAnnotation> = {
1749
- readonly 'result': pt.OptionalValue<{
1750
- readonly 'selection': D.Value__Selection<GAnnotation>;
1751
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1752
- }>;
1753
- };
1754
- namespace optional {
1755
- namespace result {
1756
- namespace O {
1757
- type not__set<GAnnotation> = D.Value__Selection<GAnnotation>;
1758
- type _lset<GAnnotation> = D.Any__Value__Selection<GAnnotation>;
1759
- type temp__type<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1760
- }
1761
- type O<GAnnotation> = {
1762
- readonly 'not set': D.Value__Selection<GAnnotation>;
1763
- readonly 'set': D.Any__Value__Selection<GAnnotation>;
1764
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1765
- };
1766
- }
1767
- type result<GAnnotation> = pt.OptionalValue<{
1768
- readonly 'not set': D.Value__Selection<GAnnotation>;
1769
- readonly 'set': D.Any__Value__Selection<GAnnotation>;
1770
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1771
- }>;
1772
- type _ltype<GAnnotation> = D.Type<GAnnotation>;
1773
- }
1774
- type optional<GAnnotation> = {
1775
- readonly 'result': pt.OptionalValue<{
1776
- readonly 'not set': D.Value__Selection<GAnnotation>;
1777
- readonly 'set': D.Any__Value__Selection<GAnnotation>;
1778
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1779
- }>;
1780
- readonly 'type': D.Type<GAnnotation>;
1781
- };
1782
- namespace tagged__union {
1783
- namespace _ldefault {
1784
- type annotation<GAnnotation> = GAnnotation;
1785
- type key<GAnnotation> = string;
1786
- }
1787
- type _ldefault<GAnnotation> = {
1788
- readonly 'annotation': GAnnotation;
1789
- readonly 'key': string;
1790
- };
1791
- namespace options {
1792
- namespace DX {
1793
- type constraints<GAnnotation> = D.Option__Constraints<GAnnotation>;
1794
- namespace result {
1795
- type O<GAnnotation> = D.Any__Value__Selection<GAnnotation>;
1796
- }
1797
- type result<GAnnotation> = pt.OptionalValue<D.Any__Value__Selection<GAnnotation>>;
1798
- type _ltype<GAnnotation> = D.Type<GAnnotation>;
1799
- type variables<GAnnotation> = D.Variables<GAnnotation>;
1800
- }
1801
- type DX<GAnnotation> = {
1802
- readonly 'constraints': D.Option__Constraints<GAnnotation>;
1803
- readonly 'result': pt.OptionalValue<D.Any__Value__Selection<GAnnotation>>;
1804
- readonly 'type': D.Type<GAnnotation>;
1805
- readonly 'variables': D.Variables<GAnnotation>;
1806
- };
1807
- }
1808
- type options<GAnnotation> = pt.Dictionary<{
1809
- readonly 'constraints': D.Option__Constraints<GAnnotation>;
1810
- readonly 'result': pt.OptionalValue<D.Any__Value__Selection<GAnnotation>>;
1811
- readonly 'type': D.Type<GAnnotation>;
1812
- readonly 'variables': D.Variables<GAnnotation>;
1813
- }>;
1814
- namespace result {
1815
- type O<GAnnotation> = D.Global__Type__Selection<GAnnotation>;
1816
- }
1817
- type result<GAnnotation> = pt.OptionalValue<D.Global__Type__Selection<GAnnotation>>;
1818
- }
1819
- type tagged__union<GAnnotation> = {
1820
- readonly 'default': {
1821
- readonly 'annotation': GAnnotation;
1822
- readonly 'key': string;
1823
- };
1824
- readonly 'options': pt.Dictionary<{
1825
- readonly 'constraints': D.Option__Constraints<GAnnotation>;
1826
- readonly 'result': pt.OptionalValue<D.Any__Value__Selection<GAnnotation>>;
1827
- readonly 'type': D.Type<GAnnotation>;
1828
- readonly 'variables': D.Variables<GAnnotation>;
1829
- }>;
1830
- readonly 'result': pt.OptionalValue<D.Global__Type__Selection<GAnnotation>>;
1831
- };
1832
- namespace terminal {
1833
- namespace constrained {
1834
- namespace no { }
1835
- type no<GAnnotation> = null;
1836
- namespace yes {
1837
- namespace referencee__type {
1838
- namespace lookup {
1839
- type selection<GAnnotation> = D.Lookup__Selection<GAnnotation>;
1840
- type temp__type<GAnnotation> = D.Temp__Type__Selection<GAnnotation>;
1841
- }
1842
- type lookup<GAnnotation> = {
1843
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
1844
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1845
- };
1846
- namespace resolved__value {
1847
- type selection<GAnnotation> = D.Value__Selection<GAnnotation>;
1848
- type temp__type<GAnnotation> = D.Temp__Type__Selection<GAnnotation>;
1849
- }
1850
- type resolved__value<GAnnotation> = {
1851
- readonly 'selection': D.Value__Selection<GAnnotation>;
1852
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1853
- };
1854
- }
1855
- type referencee__type<GAnnotation> = [
1856
- 'lookup',
1857
- {
1858
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
1859
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1860
- }
1861
- ] | [
1862
- 'resolved value',
1863
- {
1864
- readonly 'selection': D.Value__Selection<GAnnotation>;
1865
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1866
- }
1867
- ];
1868
- }
1869
- type yes<GAnnotation> = {
1870
- readonly 'referencee type': [
1871
- 'lookup',
1872
- {
1873
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
1874
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1875
- }
1876
- ] | [
1877
- 'resolved value',
1878
- {
1879
- readonly 'selection': D.Value__Selection<GAnnotation>;
1880
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1881
- }
1882
- ];
1883
- };
1884
- }
1885
- type constrained<GAnnotation> = ['no', null] | [
1886
- 'yes',
1887
- {
1888
- readonly 'referencee type': [
1889
- 'lookup',
1890
- {
1891
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
1892
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1893
- }
1894
- ] | [
1895
- 'resolved value',
1896
- {
1897
- readonly 'selection': D.Value__Selection<GAnnotation>;
1898
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1899
- }
1900
- ];
1901
- }
1902
- ];
1903
- type terminal<GAnnotation> = D.Atom<GAnnotation>;
1904
- }
1905
- type terminal<GAnnotation> = {
1906
- readonly 'constrained': ['no', null] | [
1907
- 'yes',
1908
- {
1909
- readonly 'referencee type': [
1910
- 'lookup',
1911
- {
1912
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
1913
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1914
- }
1915
- ] | [
1916
- 'resolved value',
1917
- {
1918
- readonly 'selection': D.Value__Selection<GAnnotation>;
1919
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
1920
- }
1921
- ];
1922
- }
1923
- ];
1924
- readonly 'terminal': D.Atom<GAnnotation>;
1925
- };
1926
- }
1927
- type _ltype<GAnnotation> = [
1928
- 'array',
1929
- {
1930
- readonly 'type': D.Type<GAnnotation>;
1931
- }
1932
- ] | [
1933
- 'component',
1934
- {
1935
- readonly 'arguments': pt.Dictionary<{
1936
- readonly 'annotation': GAnnotation;
1937
- readonly 'content': {
1938
- readonly 'type': ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
1939
- };
1940
- }>;
1941
- readonly 'context': [
1942
- 'import',
1943
- {
1944
- readonly 'library': {
1945
- readonly 'annotation': GAnnotation;
1946
- readonly 'key': string;
1947
- };
1948
- readonly 'type': {
1949
- readonly 'annotation': GAnnotation;
1950
- readonly 'key': string;
1951
- };
1952
- }
1953
- ] | [
1954
- 'resolved sibling',
1955
- {
1956
- readonly 'type': {
1957
- readonly 'annotation': GAnnotation;
1958
- readonly 'key': string;
1959
- };
1960
- }
1961
- ];
1962
- }
1963
- ] | [
1964
- 'dictionary',
1965
- {
1966
- readonly 'constraints': D.Dictionary__Constraints<GAnnotation>;
1967
- readonly 'key': D.Atom<GAnnotation>;
1968
- readonly 'type': D.Type<GAnnotation>;
1969
- readonly 'variables': D.Variables<GAnnotation>;
1970
- }
1971
- ] | [
1972
- 'group',
1973
- {
1974
- readonly 'properties': D.Properties<GAnnotation>;
1975
- }
1976
- ] | [
1977
- 'nothing',
1978
- {
1979
- readonly 'result': pt.OptionalValue<{
1980
- readonly 'selection': D.Value__Selection<GAnnotation>;
1981
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1982
- }>;
1983
- }
1984
- ] | [
1985
- 'optional',
1986
- {
1987
- readonly 'result': pt.OptionalValue<{
1988
- readonly 'not set': D.Value__Selection<GAnnotation>;
1989
- readonly 'set': D.Any__Value__Selection<GAnnotation>;
1990
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
1991
- }>;
1992
- readonly 'type': D.Type<GAnnotation>;
1993
- }
1994
- ] | [
1995
- 'tagged union',
1996
- {
1997
- readonly 'default': {
1998
- readonly 'annotation': GAnnotation;
1999
- readonly 'key': string;
2000
- };
2001
- readonly 'options': pt.Dictionary<{
2002
- readonly 'constraints': D.Option__Constraints<GAnnotation>;
2003
- readonly 'result': pt.OptionalValue<D.Any__Value__Selection<GAnnotation>>;
2004
- readonly 'type': D.Type<GAnnotation>;
2005
- readonly 'variables': D.Variables<GAnnotation>;
2006
- }>;
2007
- readonly 'result': pt.OptionalValue<D.Global__Type__Selection<GAnnotation>>;
2008
- }
2009
- ] | [
2010
- 'terminal',
2011
- {
2012
- readonly 'constrained': ['no', null] | [
2013
- 'yes',
2014
- {
2015
- readonly 'referencee type': [
2016
- 'lookup',
2017
- {
2018
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
2019
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
2020
- }
2021
- ] | [
2022
- 'resolved value',
2023
- {
2024
- readonly 'selection': D.Value__Selection<GAnnotation>;
2025
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
2026
- }
2027
- ];
2028
- }
2029
- ];
2030
- readonly 'terminal': D.Atom<GAnnotation>;
2031
- }
2032
- ];
2033
- }
2034
- type Type<GAnnotation> = {
2035
- readonly 'classes': pt.Dictionary<null>;
2036
- readonly 'type': [
2037
- 'array',
2038
- {
2039
- readonly 'type': D.Type<GAnnotation>;
2040
- }
2041
- ] | [
2042
- 'component',
2043
- {
2044
- readonly 'arguments': pt.Dictionary<{
2045
- readonly 'annotation': GAnnotation;
2046
- readonly 'content': {
2047
- readonly 'type': ['lookup', D.Lookup__Selection<GAnnotation>] | ['resolved value', D.Value__Selection<GAnnotation>];
2048
- };
2049
- }>;
2050
- readonly 'context': [
2051
- 'import',
2052
- {
2053
- readonly 'library': {
2054
- readonly 'annotation': GAnnotation;
2055
- readonly 'key': string;
2056
- };
2057
- readonly 'type': {
2058
- readonly 'annotation': GAnnotation;
2059
- readonly 'key': string;
2060
- };
2061
- }
2062
- ] | [
2063
- 'resolved sibling',
2064
- {
2065
- readonly 'type': {
2066
- readonly 'annotation': GAnnotation;
2067
- readonly 'key': string;
2068
- };
2069
- }
2070
- ];
2071
- }
2072
- ] | [
2073
- 'dictionary',
2074
- {
2075
- readonly 'constraints': D.Dictionary__Constraints<GAnnotation>;
2076
- readonly 'key': D.Atom<GAnnotation>;
2077
- readonly 'type': D.Type<GAnnotation>;
2078
- readonly 'variables': D.Variables<GAnnotation>;
2079
- }
2080
- ] | [
2081
- 'group',
2082
- {
2083
- readonly 'properties': D.Properties<GAnnotation>;
2084
- }
2085
- ] | [
2086
- 'nothing',
2087
- {
2088
- readonly 'result': pt.OptionalValue<{
2089
- readonly 'selection': D.Value__Selection<GAnnotation>;
2090
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
2091
- }>;
2092
- }
2093
- ] | [
2094
- 'optional',
2095
- {
2096
- readonly 'result': pt.OptionalValue<{
2097
- readonly 'not set': D.Value__Selection<GAnnotation>;
2098
- readonly 'set': D.Any__Value__Selection<GAnnotation>;
2099
- readonly 'temp type': D.Global__Type__Selection<GAnnotation>;
2100
- }>;
2101
- readonly 'type': D.Type<GAnnotation>;
2102
- }
2103
- ] | [
2104
- 'tagged union',
2105
- {
2106
- readonly 'default': {
2107
- readonly 'annotation': GAnnotation;
2108
- readonly 'key': string;
2109
- };
2110
- readonly 'options': pt.Dictionary<{
2111
- readonly 'constraints': D.Option__Constraints<GAnnotation>;
2112
- readonly 'result': pt.OptionalValue<D.Any__Value__Selection<GAnnotation>>;
2113
- readonly 'type': D.Type<GAnnotation>;
2114
- readonly 'variables': D.Variables<GAnnotation>;
2115
- }>;
2116
- readonly 'result': pt.OptionalValue<D.Global__Type__Selection<GAnnotation>>;
2117
- }
2118
- ] | [
2119
- 'terminal',
2120
- {
2121
- readonly 'constrained': ['no', null] | [
2122
- 'yes',
2123
- {
2124
- readonly 'referencee type': [
2125
- 'lookup',
2126
- {
2127
- readonly 'selection': D.Lookup__Selection<GAnnotation>;
2128
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
2129
- }
2130
- ] | [
2131
- 'resolved value',
2132
- {
2133
- readonly 'selection': D.Value__Selection<GAnnotation>;
2134
- readonly 'temp type': D.Temp__Type__Selection<GAnnotation>;
2135
- }
2136
- ];
2137
- }
2138
- ];
2139
- readonly 'terminal': D.Atom<GAnnotation>;
2140
- }
2141
- ];
2142
- };
2143
- namespace Type__Library {
2144
- namespace global__types {
2145
- type DX<GAnnotation> = D.Global__Type<GAnnotation>;
2146
- }
2147
- type global__types<GAnnotation> = pt.Dictionary<D.Global__Type<GAnnotation>>;
2148
- type imports<GAnnotation> = D.Imports<GAnnotation>;
2149
- type labels<GAnnotation> = D.Labels<GAnnotation>;
2150
- }
2151
- type Type__Library<GAnnotation> = {
2152
- readonly 'global types': pt.Dictionary<D.Global__Type<GAnnotation>>;
2153
- readonly 'imports': D.Imports<GAnnotation>;
2154
- readonly 'labels': D.Labels<GAnnotation>;
2155
- };
2156
- namespace Value__Selection {
2157
- namespace start {
2158
- type annotation<GAnnotation> = GAnnotation;
2159
- type key<GAnnotation> = string;
2160
- }
2161
- type start<GAnnotation> = {
2162
- readonly 'annotation': GAnnotation;
2163
- readonly 'key': string;
2164
- };
2165
- namespace tail {
2166
- type O<GAnnotation> = D.Value__Selection__Tail<GAnnotation>;
2167
- }
2168
- type tail<GAnnotation> = pt.OptionalValue<D.Value__Selection__Tail<GAnnotation>>;
2169
- }
2170
- type Value__Selection<GAnnotation> = {
2171
- readonly 'start': {
2172
- readonly 'annotation': GAnnotation;
2173
- readonly 'key': string;
2174
- };
2175
- readonly 'tail': pt.OptionalValue<D.Value__Selection__Tail<GAnnotation>>;
2176
- };
2177
- namespace Value__Selection__Tail {
2178
- namespace step__type {
2179
- namespace component {
2180
- type annotation<GAnnotation> = GAnnotation;
2181
- namespace content { }
2182
- type content<GAnnotation> = null;
2183
- }
2184
- type component<GAnnotation> = {
2185
- readonly 'annotation': GAnnotation;
2186
- readonly 'content': null;
2187
- };
2188
- namespace group {
2189
- type annotation<GAnnotation> = GAnnotation;
2190
- namespace content {
2191
- namespace property {
2192
- type annotation<GAnnotation> = GAnnotation;
2193
- type key<GAnnotation> = string;
2194
- }
2195
- type property<GAnnotation> = {
2196
- readonly 'annotation': GAnnotation;
2197
- readonly 'key': string;
2198
- };
2199
- }
2200
- type content<GAnnotation> = {
2201
- readonly 'property': {
2202
- readonly 'annotation': GAnnotation;
2203
- readonly 'key': string;
2204
- };
2205
- };
2206
- }
2207
- type group<GAnnotation> = {
2208
- readonly 'annotation': GAnnotation;
2209
- readonly 'content': {
2210
- readonly 'property': {
2211
- readonly 'annotation': GAnnotation;
2212
- readonly 'key': string;
2213
- };
2214
- };
2215
- };
2216
- namespace nothing {
2217
- type annotation<GAnnotation> = GAnnotation;
2218
- namespace content { }
2219
- type content<GAnnotation> = null;
2220
- }
2221
- type nothing<GAnnotation> = {
2222
- readonly 'annotation': GAnnotation;
2223
- readonly 'content': null;
2224
- };
2225
- namespace optional {
2226
- type annotation<GAnnotation> = GAnnotation;
2227
- namespace content { }
2228
- type content<GAnnotation> = null;
2229
- }
2230
- type optional<GAnnotation> = {
2231
- readonly 'annotation': GAnnotation;
2232
- readonly 'content': null;
2233
- };
2234
- namespace reference {
2235
- type annotation<GAnnotation> = GAnnotation;
2236
- namespace content { }
2237
- type content<GAnnotation> = null;
2238
- }
2239
- type reference<GAnnotation> = {
2240
- readonly 'annotation': GAnnotation;
2241
- readonly 'content': null;
2242
- };
2243
- namespace tagged__union {
2244
- type annotation<GAnnotation> = GAnnotation;
2245
- namespace content { }
2246
- type content<GAnnotation> = null;
2247
- }
2248
- type tagged__union<GAnnotation> = {
2249
- readonly 'annotation': GAnnotation;
2250
- readonly 'content': null;
2251
- };
2252
- }
2253
- type step__type<GAnnotation> = [
2254
- 'component',
2255
- {
2256
- readonly 'annotation': GAnnotation;
2257
- readonly 'content': null;
2258
- }
2259
- ] | [
2260
- 'group',
2261
- {
2262
- readonly 'annotation': GAnnotation;
2263
- readonly 'content': {
2264
- readonly 'property': {
2265
- readonly 'annotation': GAnnotation;
2266
- readonly 'key': string;
2267
- };
2268
- };
2269
- }
2270
- ] | [
2271
- 'nothing',
2272
- {
2273
- readonly 'annotation': GAnnotation;
2274
- readonly 'content': null;
2275
- }
2276
- ] | [
2277
- 'optional',
2278
- {
2279
- readonly 'annotation': GAnnotation;
2280
- readonly 'content': null;
2281
- }
2282
- ] | [
2283
- 'reference',
2284
- {
2285
- readonly 'annotation': GAnnotation;
2286
- readonly 'content': null;
2287
- }
2288
- ] | [
2289
- 'tagged union',
2290
- {
2291
- readonly 'annotation': GAnnotation;
2292
- readonly 'content': null;
2293
- }
2294
- ];
2295
- namespace tail {
2296
- type O<GAnnotation> = D.Value__Selection__Tail<GAnnotation>;
2297
- }
2298
- type tail<GAnnotation> = pt.OptionalValue<D.Value__Selection__Tail<GAnnotation>>;
2299
- }
2300
- type Value__Selection__Tail<GAnnotation> = {
2301
- readonly 'step type': [
2302
- 'component',
2303
- {
2304
- readonly 'annotation': GAnnotation;
2305
- readonly 'content': null;
2306
- }
2307
- ] | [
2308
- 'group',
2309
- {
2310
- readonly 'annotation': GAnnotation;
2311
- readonly 'content': {
2312
- readonly 'property': {
2313
- readonly 'annotation': GAnnotation;
2314
- readonly 'key': string;
2315
- };
2316
- };
2317
- }
2318
- ] | [
2319
- 'nothing',
2320
- {
2321
- readonly 'annotation': GAnnotation;
2322
- readonly 'content': null;
2323
- }
2324
- ] | [
2325
- 'optional',
2326
- {
2327
- readonly 'annotation': GAnnotation;
2328
- readonly 'content': null;
2329
- }
2330
- ] | [
2331
- 'reference',
2332
- {
2333
- readonly 'annotation': GAnnotation;
2334
- readonly 'content': null;
2335
- }
2336
- ] | [
2337
- 'tagged union',
2338
- {
2339
- readonly 'annotation': GAnnotation;
2340
- readonly 'content': null;
2341
- }
2342
- ];
2343
- readonly 'tail': pt.OptionalValue<D.Value__Selection__Tail<GAnnotation>>;
2344
- };
2345
- namespace Variables {
2346
- namespace DX {
2347
- namespace dictionary__constraint {
2348
- type annotation<GAnnotation> = GAnnotation;
2349
- type key<GAnnotation> = string;
2350
- }
2351
- type dictionary__constraint<GAnnotation> = {
2352
- readonly 'annotation': GAnnotation;
2353
- readonly 'key': string;
2354
- };
2355
- namespace option__constraint {
2356
- type annotation<GAnnotation> = GAnnotation;
2357
- type key<GAnnotation> = string;
2358
- }
2359
- type option__constraint<GAnnotation> = {
2360
- readonly 'annotation': GAnnotation;
2361
- readonly 'key': string;
2362
- };
2363
- namespace parameter {
2364
- type annotation<GAnnotation> = GAnnotation;
2365
- type key<GAnnotation> = string;
2366
- }
2367
- type parameter<GAnnotation> = {
2368
- readonly 'annotation': GAnnotation;
2369
- readonly 'key': string;
2370
- };
2371
- namespace parent__variable {
2372
- type annotation<GAnnotation> = GAnnotation;
2373
- type key<GAnnotation> = string;
2374
- }
2375
- type parent__variable<GAnnotation> = {
2376
- readonly 'annotation': GAnnotation;
2377
- readonly 'key': string;
2378
- };
2379
- }
2380
- type DX<GAnnotation> = [
2381
- 'dictionary constraint',
2382
- {
2383
- readonly 'annotation': GAnnotation;
2384
- readonly 'key': string;
2385
- }
2386
- ] | [
2387
- 'option constraint',
2388
- {
2389
- readonly 'annotation': GAnnotation;
2390
- readonly 'key': string;
2391
- }
2392
- ] | [
2393
- 'parameter',
2394
- {
2395
- readonly 'annotation': GAnnotation;
2396
- readonly 'key': string;
2397
- }
2398
- ] | [
2399
- 'parent variable',
2400
- {
2401
- readonly 'annotation': GAnnotation;
2402
- readonly 'key': string;
2403
- }
2404
- ];
2405
- }
2406
- type Variables<GAnnotation> = pt.Dictionary<[
2407
- 'dictionary constraint',
2408
- {
2409
- readonly 'annotation': GAnnotation;
2410
- readonly 'key': string;
2411
- }
2412
- ] | [
2413
- 'option constraint',
2414
- {
2415
- readonly 'annotation': GAnnotation;
2416
- readonly 'key': string;
2417
- }
2418
- ] | [
2419
- 'parameter',
2420
- {
2421
- readonly 'annotation': GAnnotation;
2422
- readonly 'key': string;
2423
- }
2424
- ] | [
2425
- 'parent variable',
2426
- {
2427
- readonly 'annotation': GAnnotation;
2428
- readonly 'key': string;
2429
- }
2430
- ]>;
2431
- }
2432
- export declare namespace I { }
2433
- export declare namespace A { }