pareto 0.55.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 (234) 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 +522 -249
  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 +8 -13
  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/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
  65. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
  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.grammar.data.ts +262 -0
  105. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +1955 -0
  106. package/auto.pareto/{glossaries → auto.dependencies/pareto-pure/glossaries}/auto.pareto.data.ts +430 -259
  107. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +1139 -0
  108. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +1025 -0
  109. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos2pareto/api.data.ts +17 -0
  110. package/auto.pareto/{modules → auto.dependencies/pareto-pure/modules}/cosmos2pareto/glossary.data.ts +6 -14
  111. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/api.data.ts +19 -0
  112. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen/glossary.data.ts +55 -0
  113. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +24 -0
  114. package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +48 -0
  115. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/api.data.ts +16 -0
  116. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2cosmos_type_system/glossary.data.ts +73 -0
  117. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/api.data.ts +16 -0
  118. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril2pareto/glossary.data.ts +33 -0
  119. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/api.data.ts +26 -0
  120. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult/glossary.data.ts +144 -0
  121. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +1 -1
  122. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +2 -2
  123. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +1 -1
  124. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +2 -2
  125. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +1 -1
  126. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +2 -2
  127. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +1 -1
  128. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +2 -2
  129. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +1 -1
  130. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +2 -2
  131. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +1 -1
  132. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +2 -2
  133. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +1 -1
  134. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +2 -2
  135. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +1 -1
  136. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +2 -2
  137. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +1 -1
  138. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +2 -2
  139. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +1 -1
  140. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +2 -2
  141. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +1 -1
  142. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +2 -2
  143. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +1 -1
  144. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +2 -2
  145. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +1 -1
  146. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +2 -2
  147. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +1 -1
  148. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +2 -2
  149. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +1 -1
  150. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +2 -2
  151. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +1 -1
  152. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +2 -2
  153. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +1 -1
  154. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +46 -0
  155. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/api.data.ts +19 -0
  156. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/arithmetic/glossary.data.ts +76 -0
  157. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +19 -0
  158. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +52 -0
  159. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +21 -0
  160. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +45 -0
  161. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/api.data.ts +25 -0
  162. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +133 -0
  163. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +49 -0
  164. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +119 -0
  165. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +15 -0
  166. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +47 -0
  167. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +15 -0
  168. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +29 -0
  169. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +15 -0
  170. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +52 -0
  171. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +17 -0
  172. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +39 -0
  173. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +19 -0
  174. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +42 -0
  175. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +36 -0
  176. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +23 -0
  177. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +88 -0
  178. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +27 -0
  179. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +82 -0
  180. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +16 -0
  181. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +51 -0
  182. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +18 -0
  183. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +40 -0
  184. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +42 -0
  185. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +109 -0
  186. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +1 -1
  187. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +2 -2
  188. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +1 -1
  189. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +2 -2
  190. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +1 -1
  191. package/auto.pareto/modules/pareto2typescript/api.data.ts +11 -14
  192. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +36 -25
  193. package/auto.pareto/modules/typescript_naming/api.data.ts +28 -0
  194. package/auto.pareto/modules/typescript_naming/glossary.data.ts +34 -0
  195. package/auto.pareto/modules/typescript_serialize/api.data.ts +17 -0
  196. package/auto.pareto/modules/typescript_serialize/glossary.data.ts +36 -0
  197. package/package.json +6 -5
  198. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +0 -6
  199. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +0 -2
  200. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +0 -6
  201. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +0 -3045
  202. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +0 -29
  203. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +0 -3
  204. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +0 -2
  205. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +0 -359
  206. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +0 -2
  207. package/auto.dist/public/fountain__pen/auto.implementation.js +0 -6
  208. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +0 -29
  209. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +0 -3
  210. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +0 -2
  211. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +0 -98
  212. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +0 -1760
  213. package/auto.dist/public/glossaries/cosmos__type__system.js +0 -3
  214. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +0 -8
  215. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +0 -3
  216. package/auto.dist/public/glossaries/pareto.d.ts +0 -1267
  217. package/auto.dist/public/glossaries/pareto.js +0 -3
  218. package/auto.dist/public/glossaries/pareto.shadow.d.ts +0 -8
  219. package/auto.dist/public/glossaries/pareto.shadow.js +0 -3
  220. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +0 -3
  221. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +0 -510
  222. package/auto.dist/public/shorthands/cosmos.d.ts +0 -50
  223. package/auto.dist/public/shorthands/cosmos.js +0 -512
  224. package/auto.dist/public/shorthands/pareto.d.ts +0 -48
  225. package/auto.dist/public/shorthands/pareto.js +0 -241
  226. package/auto.pareto/modules/cosmos2pareto/api.data.ts +0 -18
  227. package/auto.pareto/modules/fountain_pen/api.data.ts +0 -17
  228. package/auto.pareto/modules/fountain_pen/glossary.data.ts +0 -32
  229. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.api.d.ts +0 -0
  230. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/auto.implementation.d.ts +0 -0
  231. /package/auto.dist/public/{pareto__2__typescript → modules/pareto2typescript}/implementations/serializeCompilationUnit.alg.d.ts +0 -0
  232. /package/auto.dist/public/{cosmos__2__pareto → modules/pareto2typescript}/index.d.ts +0 -0
  233. /package/auto.dist/public/{fountain__pen → modules/typescript__naming}/index.d.ts +0 -0
  234. /package/auto.dist/public/{pareto__2__typescript → modules/typescript__serialize}/index.d.ts +0 -0
@@ -12,6 +12,18 @@ export declare namespace G {
12
12
  type A = ['line', string] | ['nested line', D.Line];
13
13
  }
14
14
  type Block = pt.Array<['line', string] | ['nested line', D.Line]>;
15
+ namespace IndentData {
16
+ type indentation = string;
17
+ type lines = D.Lines;
18
+ }
19
+ type IndentData = {
20
+ readonly 'indentation': string;
21
+ readonly 'lines': D.Lines;
22
+ };
23
+ namespace Indented__Lines {
24
+ type A = string;
25
+ }
26
+ type Indented__Lines = pt.Array<string>;
15
27
  namespace Line {
16
28
  namespace A {
17
29
  type indent = D.Block;
@@ -21,13 +33,42 @@ export declare namespace G {
21
33
  }
22
34
  type Line = pt.Array<['indent', D.Block] | ['snippet', string]>;
23
35
  namespace Lines {
24
- type A = string;
36
+ namespace A {
37
+ type indentation = number;
38
+ type text = string;
39
+ }
40
+ type A = {
41
+ readonly 'indentation': number;
42
+ readonly 'text': string;
43
+ };
44
+ }
45
+ type Lines = pt.Array<{
46
+ readonly 'indentation': number;
47
+ readonly 'text': string;
48
+ }>;
49
+ namespace SerializeData {
50
+ type block = D.Block;
51
+ type indentation = string;
25
52
  }
26
- type Lines = pt.Array<string>;
53
+ type SerializeData = {
54
+ readonly 'block': D.Block;
55
+ readonly 'indentation': string;
56
+ };
57
+ type String = string;
58
+ }
59
+ namespace I {
60
+ type Indented__Lines = {
61
+ 'data': ($: D.String) => void;
62
+ 'end': () => void;
63
+ };
64
+ type Lines = ($: D.Lines) => void;
27
65
  }
28
- namespace I { }
29
66
  namespace A {
67
+ type Indent = ($: D.IndentData) => D.Indented__Lines;
30
68
  type Serialize = ($: D.Block) => D.Lines;
69
+ type Stream = ($is: {
70
+ readonly 'handler': I.Indented__Lines;
71
+ }) => I.Lines;
31
72
  }
32
73
  }
33
74
  namespace pareto {
@@ -70,28 +111,37 @@ export declare namespace G {
70
111
  namespace N {
71
112
  namespace TU {
72
113
  namespace N {
73
- namespace array_$_$literal {
114
+ namespace flow {
74
115
  namespace N {
75
- namespace A {
76
- namespace N { }
77
- namespace D { }
78
- }
79
- }
80
- namespace D { }
81
- }
82
- namespace block {
83
- namespace N { }
84
- namespace D { }
85
- }
86
- namespace change_$_$context {
87
- namespace N {
88
- namespace G {
116
+ namespace TU {
89
117
  namespace N {
90
- namespace new_$_$context_$_$selection {
118
+ namespace block {
91
119
  namespace N { }
92
120
  namespace D { }
93
121
  }
94
- namespace sub_$_$expression {
122
+ namespace change_$_$context {
123
+ namespace N {
124
+ namespace G {
125
+ namespace N {
126
+ namespace new_$_$context_$_$selection {
127
+ namespace N { }
128
+ namespace D { }
129
+ }
130
+ namespace sub_$_$expression {
131
+ namespace N { }
132
+ namespace D { }
133
+ }
134
+ }
135
+ namespace D { }
136
+ }
137
+ }
138
+ namespace D { }
139
+ }
140
+ namespace implement_$_$me {
141
+ namespace N { }
142
+ namespace D { }
143
+ }
144
+ namespace panic {
95
145
  namespace N { }
96
146
  namespace D { }
97
147
  }
@@ -101,43 +151,229 @@ export declare namespace G {
101
151
  }
102
152
  namespace D { }
103
153
  }
104
- namespace dictionary_$_$literal {
154
+ namespace literal {
105
155
  namespace N {
106
- namespace DX {
107
- namespace N { }
156
+ namespace TU {
157
+ namespace N {
158
+ namespace array {
159
+ namespace N {
160
+ namespace A {
161
+ namespace N { }
162
+ namespace D { }
163
+ }
164
+ }
165
+ namespace D { }
166
+ }
167
+ namespace _$lboolean {
168
+ namespace N {
169
+ namespace TU {
170
+ namespace N {
171
+ namespace _$lfalse {
172
+ namespace N { }
173
+ namespace D { }
174
+ }
175
+ namespace _$ltrue {
176
+ namespace N { }
177
+ namespace D { }
178
+ }
179
+ }
180
+ namespace D { }
181
+ }
182
+ }
183
+ namespace D { }
184
+ }
185
+ namespace dictionary {
186
+ namespace N {
187
+ namespace DX {
188
+ namespace N { }
189
+ namespace D { }
190
+ }
191
+ }
192
+ namespace D { }
193
+ }
194
+ namespace _$lfunction {
195
+ namespace N {
196
+ namespace G {
197
+ namespace N {
198
+ namespace block {
199
+ namespace N { }
200
+ namespace D { }
201
+ }
202
+ namespace temp_$_$signature_$_$help {
203
+ namespace N {
204
+ namespace TU {
205
+ namespace N {
206
+ namespace has_$_$additional_$_$parameters {
207
+ namespace N { }
208
+ namespace D { }
209
+ }
210
+ namespace has_$_$no_$_$additional_$_$parameters {
211
+ namespace N { }
212
+ namespace D { }
213
+ }
214
+ namespace typed {
215
+ namespace N { }
216
+ namespace D { }
217
+ }
218
+ }
219
+ namespace D { }
220
+ }
221
+ }
222
+ namespace D { }
223
+ }
224
+ }
225
+ namespace D { }
226
+ }
227
+ }
228
+ namespace D { }
229
+ }
230
+ namespace group {
231
+ namespace N {
232
+ namespace DX {
233
+ namespace N { }
234
+ namespace D { }
235
+ }
236
+ }
237
+ namespace D { }
238
+ }
239
+ namespace _$lnull {
240
+ namespace N { }
241
+ namespace D { }
242
+ }
243
+ namespace _$lnumber {
244
+ namespace N { }
245
+ namespace D { }
246
+ }
247
+ namespace optional {
248
+ namespace N {
249
+ namespace TU {
250
+ namespace N {
251
+ namespace not_$_$set {
252
+ namespace N { }
253
+ namespace D { }
254
+ }
255
+ namespace _$lset {
256
+ namespace N { }
257
+ namespace D { }
258
+ }
259
+ }
260
+ namespace D { }
261
+ }
262
+ }
263
+ namespace D { }
264
+ }
265
+ namespace _$lstring {
266
+ namespace N { }
267
+ namespace D { }
268
+ }
269
+ namespace tagged_$_$union {
270
+ namespace N {
271
+ namespace G {
272
+ namespace N {
273
+ namespace data {
274
+ namespace N { }
275
+ namespace D { }
276
+ }
277
+ namespace state {
278
+ namespace N { }
279
+ namespace D { }
280
+ }
281
+ }
282
+ namespace D { }
283
+ }
284
+ }
285
+ namespace D { }
286
+ }
287
+ }
108
288
  namespace D { }
109
289
  }
110
290
  }
111
291
  namespace D { }
112
292
  }
113
- namespace _$lfalse {
114
- namespace N { }
115
- namespace D { }
116
- }
117
- namespace _$lfunction {
293
+ namespace map {
118
294
  namespace N {
119
295
  namespace G {
120
296
  namespace N {
121
- namespace block {
297
+ namespace selection {
122
298
  namespace N { }
123
299
  namespace D { }
124
300
  }
125
- namespace temp_$_$signature_$_$help {
301
+ namespace _$ltype {
126
302
  namespace N {
127
303
  namespace TU {
128
304
  namespace N {
129
- namespace has_$_$additional_$_$parameters {
305
+ namespace array {
130
306
  namespace N { }
131
307
  namespace D { }
132
308
  }
133
- namespace has_$_$no_$_$additional_$_$parameters {
134
- namespace N { }
309
+ namespace _$lboolean {
310
+ namespace N {
311
+ namespace G {
312
+ namespace N {
313
+ namespace false_$_$expression {
314
+ namespace N { }
315
+ namespace D { }
316
+ }
317
+ namespace true_$_$expression {
318
+ namespace N { }
319
+ namespace D { }
320
+ }
321
+ }
322
+ namespace D { }
323
+ }
324
+ }
135
325
  namespace D { }
136
326
  }
137
- namespace typed {
327
+ namespace dictionary {
138
328
  namespace N { }
139
329
  namespace D { }
140
330
  }
331
+ namespace optional {
332
+ namespace N {
333
+ namespace G {
334
+ namespace N {
335
+ namespace not_$_$set {
336
+ namespace N { }
337
+ namespace D { }
338
+ }
339
+ namespace _$lset {
340
+ namespace N { }
341
+ namespace D { }
342
+ }
343
+ }
344
+ namespace D { }
345
+ }
346
+ }
347
+ namespace D { }
348
+ }
349
+ namespace tagged_$_$union {
350
+ namespace N {
351
+ namespace G {
352
+ namespace N {
353
+ namespace cases {
354
+ namespace N {
355
+ namespace DX {
356
+ namespace N { }
357
+ namespace D { }
358
+ }
359
+ }
360
+ namespace D { }
361
+ }
362
+ namespace _$ldefault {
363
+ namespace N {
364
+ namespace O {
365
+ namespace N { }
366
+ namespace D { }
367
+ }
368
+ }
369
+ namespace D { }
370
+ }
371
+ }
372
+ namespace D { }
373
+ }
374
+ }
375
+ namespace D { }
376
+ }
141
377
  }
142
378
  namespace D { }
143
379
  }
@@ -150,35 +386,28 @@ export declare namespace G {
150
386
  }
151
387
  namespace D { }
152
388
  }
153
- namespace group_$_$literal {
389
+ namespace reduce {
154
390
  namespace N {
155
- namespace DX {
156
- namespace N { }
391
+ namespace G {
392
+ namespace N {
393
+ namespace callback {
394
+ namespace N { }
395
+ namespace D { }
396
+ }
397
+ namespace initial {
398
+ namespace N { }
399
+ namespace D { }
400
+ }
401
+ namespace selection {
402
+ namespace N { }
403
+ namespace D { }
404
+ }
405
+ }
157
406
  namespace D { }
158
407
  }
159
408
  }
160
409
  namespace D { }
161
410
  }
162
- namespace implement_$_$me {
163
- namespace N { }
164
- namespace D { }
165
- }
166
- namespace not_$_$set {
167
- namespace N { }
168
- namespace D { }
169
- }
170
- namespace null_$_$literal {
171
- namespace N { }
172
- namespace D { }
173
- }
174
- namespace number_$_$literal {
175
- namespace N { }
176
- namespace D { }
177
- }
178
- namespace panic {
179
- namespace N { }
180
- namespace D { }
181
- }
182
411
  namespace selection {
183
412
  namespace N {
184
413
  namespace G {
@@ -195,6 +424,10 @@ export declare namespace G {
195
424
  namespace N { }
196
425
  namespace D { }
197
426
  }
427
+ namespace seed {
428
+ namespace N { }
429
+ namespace D { }
430
+ }
198
431
  namespace variable {
199
432
  namespace N {
200
433
  namespace G {
@@ -285,90 +518,6 @@ export declare namespace G {
285
518
  }
286
519
  namespace D { }
287
520
  }
288
- namespace _$lset {
289
- namespace N { }
290
- namespace D { }
291
- }
292
- namespace state_$_$literal {
293
- namespace N {
294
- namespace G {
295
- namespace N {
296
- namespace data {
297
- namespace N { }
298
- namespace D { }
299
- }
300
- namespace state {
301
- namespace N { }
302
- namespace D { }
303
- }
304
- }
305
- namespace D { }
306
- }
307
- }
308
- namespace D { }
309
- }
310
- namespace string_$_$literal {
311
- namespace N { }
312
- namespace D { }
313
- }
314
- namespace _$lswitch {
315
- namespace N {
316
- namespace G {
317
- namespace N {
318
- namespace cases {
319
- namespace N {
320
- namespace DX {
321
- namespace N { }
322
- namespace D { }
323
- }
324
- }
325
- namespace D { }
326
- }
327
- namespace _$ldefault {
328
- namespace N {
329
- namespace O {
330
- namespace N { }
331
- namespace D { }
332
- }
333
- }
334
- namespace D { }
335
- }
336
- namespace select {
337
- namespace N { }
338
- namespace D { }
339
- }
340
- }
341
- namespace D { }
342
- }
343
- }
344
- namespace D { }
345
- }
346
- namespace ternary_$_$condition {
347
- namespace N {
348
- namespace G {
349
- namespace N {
350
- namespace condition {
351
- namespace N { }
352
- namespace D { }
353
- }
354
- namespace false_$_$expression {
355
- namespace N { }
356
- namespace D { }
357
- }
358
- namespace true_$_$expression {
359
- namespace N { }
360
- namespace D { }
361
- }
362
- }
363
- namespace D { }
364
- }
365
- }
366
- namespace D { }
367
- }
368
- namespace _$ltrue {
369
- namespace N { }
370
- namespace D { }
371
- }
372
521
  }
373
522
  namespace D { }
374
523
  }
@@ -790,50 +939,186 @@ export declare namespace G {
790
939
  readonly 'root namespace': D.Namespace;
791
940
  };
792
941
  namespace Expression {
793
- namespace array__literal {
794
- type A = D.Expression;
795
- }
796
- type array__literal = pt.Array<D.Expression>;
797
- type block = D.Statement__Block;
798
- namespace change__context {
799
- type new__context__selection = D.Expression;
800
- type sub__expression = D.Expression;
942
+ namespace flow {
943
+ type block = D.Statement__Block;
944
+ namespace change__context {
945
+ type new__context__selection = D.Expression;
946
+ type sub__expression = D.Expression;
947
+ }
948
+ type change__context = {
949
+ readonly 'new context selection': D.Expression;
950
+ readonly 'sub expression': D.Expression;
951
+ };
952
+ type implement__me = string;
953
+ type panic = string;
801
954
  }
802
- type change__context = {
803
- readonly 'new context selection': D.Expression;
804
- readonly 'sub expression': D.Expression;
805
- };
806
- namespace dictionary__literal {
807
- type DX = D.Expression;
955
+ type flow = ['block', D.Statement__Block] | [
956
+ 'change context',
957
+ {
958
+ readonly 'new context selection': D.Expression;
959
+ readonly 'sub expression': D.Expression;
960
+ }
961
+ ] | ['implement me', string] | ['panic', string];
962
+ namespace literal {
963
+ namespace array {
964
+ type A = D.Expression;
965
+ }
966
+ type array = pt.Array<D.Expression>;
967
+ namespace _lboolean {
968
+ type _lfalse = null;
969
+ type _ltrue = null;
970
+ }
971
+ type _lboolean = ['false', null] | ['true', null];
972
+ namespace dictionary {
973
+ type DX = D.Expression;
974
+ }
975
+ type dictionary = pt.Dictionary<D.Expression>;
976
+ namespace _lfunction {
977
+ type block = D.Statement__Block;
978
+ namespace temp__signature__help {
979
+ type has__additional__parameters = null;
980
+ type has__no__additional__parameters = null;
981
+ type typed = D.Function__Signature;
982
+ }
983
+ type temp__signature__help = ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
984
+ }
985
+ type _lfunction = {
986
+ readonly 'block': D.Statement__Block;
987
+ readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
988
+ };
989
+ namespace group {
990
+ type DX = D.Expression;
991
+ }
992
+ type group = pt.Dictionary<D.Expression>;
993
+ type _lnull = null;
994
+ type _lnumber = number;
995
+ namespace optional {
996
+ type not__set = null;
997
+ type _lset = D.Expression;
998
+ }
999
+ type optional = ['not set', null] | ['set', D.Expression];
1000
+ type _lstring = string;
1001
+ namespace tagged__union {
1002
+ type data = D.Expression;
1003
+ type state = string;
1004
+ }
1005
+ type tagged__union = {
1006
+ readonly 'data': D.Expression;
1007
+ readonly 'state': string;
1008
+ };
808
1009
  }
809
- type dictionary__literal = pt.Dictionary<D.Expression>;
810
- type _lfalse = null;
811
- namespace _lfunction {
812
- type block = D.Statement__Block;
813
- namespace temp__signature__help {
814
- type has__additional__parameters = null;
815
- type has__no__additional__parameters = null;
816
- type typed = D.Function__Signature;
1010
+ type literal = ['array', pt.Array<D.Expression>] | [
1011
+ 'boolean',
1012
+ ['false', null] | ['true', null]
1013
+ ] | ['dictionary', pt.Dictionary<D.Expression>] | [
1014
+ 'function',
1015
+ {
1016
+ readonly 'block': D.Statement__Block;
1017
+ readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
1018
+ }
1019
+ ] | ['group', pt.Dictionary<D.Expression>] | ['null', null] | ['number', number] | [
1020
+ 'optional',
1021
+ ['not set', null] | ['set', D.Expression]
1022
+ ] | ['string', string] | [
1023
+ 'tagged union',
1024
+ {
1025
+ readonly 'data': D.Expression;
1026
+ readonly 'state': string;
817
1027
  }
818
- type temp__signature__help = ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
1028
+ ];
1029
+ namespace map {
1030
+ type selection = D.Expression;
1031
+ namespace _ltype {
1032
+ type array = D.Expression;
1033
+ namespace _lboolean {
1034
+ type false__expression = D.Expression;
1035
+ type true__expression = D.Expression;
1036
+ }
1037
+ type _lboolean = {
1038
+ readonly 'false expression': D.Expression;
1039
+ readonly 'true expression': D.Expression;
1040
+ };
1041
+ type dictionary = D.Expression;
1042
+ namespace optional {
1043
+ type not__set = D.Expression;
1044
+ type _lset = D.Expression;
1045
+ }
1046
+ type optional = {
1047
+ readonly 'not set': D.Expression;
1048
+ readonly 'set': D.Expression;
1049
+ };
1050
+ namespace tagged__union {
1051
+ namespace cases {
1052
+ type DX = D.Expression;
1053
+ }
1054
+ type cases = pt.Dictionary<D.Expression>;
1055
+ namespace _ldefault {
1056
+ type O = D.Expression;
1057
+ }
1058
+ type _ldefault = pt.OptionalValue<D.Expression>;
1059
+ }
1060
+ type tagged__union = {
1061
+ readonly 'cases': pt.Dictionary<D.Expression>;
1062
+ readonly 'default': pt.OptionalValue<D.Expression>;
1063
+ };
1064
+ }
1065
+ type _ltype = ['array', D.Expression] | [
1066
+ 'boolean',
1067
+ {
1068
+ readonly 'false expression': D.Expression;
1069
+ readonly 'true expression': D.Expression;
1070
+ }
1071
+ ] | ['dictionary', D.Expression] | [
1072
+ 'optional',
1073
+ {
1074
+ readonly 'not set': D.Expression;
1075
+ readonly 'set': D.Expression;
1076
+ }
1077
+ ] | [
1078
+ 'tagged union',
1079
+ {
1080
+ readonly 'cases': pt.Dictionary<D.Expression>;
1081
+ readonly 'default': pt.OptionalValue<D.Expression>;
1082
+ }
1083
+ ];
819
1084
  }
820
- type _lfunction = {
821
- readonly 'block': D.Statement__Block;
822
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
1085
+ type map = {
1086
+ readonly 'selection': D.Expression;
1087
+ readonly 'type': ['array', D.Expression] | [
1088
+ 'boolean',
1089
+ {
1090
+ readonly 'false expression': D.Expression;
1091
+ readonly 'true expression': D.Expression;
1092
+ }
1093
+ ] | ['dictionary', D.Expression] | [
1094
+ 'optional',
1095
+ {
1096
+ readonly 'not set': D.Expression;
1097
+ readonly 'set': D.Expression;
1098
+ }
1099
+ ] | [
1100
+ 'tagged union',
1101
+ {
1102
+ readonly 'cases': pt.Dictionary<D.Expression>;
1103
+ readonly 'default': pt.OptionalValue<D.Expression>;
1104
+ }
1105
+ ];
823
1106
  };
824
- namespace group__literal {
825
- type DX = D.Expression;
1107
+ namespace reduce {
1108
+ type callback = D.Expression;
1109
+ type initial = D.Expression;
1110
+ type selection = D.Expression;
826
1111
  }
827
- type group__literal = pt.Dictionary<D.Expression>;
828
- type implement__me = string;
829
- type not__set = null;
830
- type null__literal = null;
831
- type number__literal = number;
832
- type panic = string;
1112
+ type reduce = {
1113
+ readonly 'callback': D.Expression;
1114
+ readonly 'initial': D.Expression;
1115
+ readonly 'selection': D.Expression;
1116
+ };
833
1117
  namespace selection {
834
1118
  namespace start {
835
1119
  type context = null;
836
1120
  type parameter = string;
1121
+ type seed = null;
837
1122
  namespace variable {
838
1123
  namespace _limport {
839
1124
  type O = string;
@@ -851,7 +1136,7 @@ export declare namespace G {
851
1136
  readonly 'variable': string;
852
1137
  };
853
1138
  }
854
- type start = ['context', null] | ['parameter', string] | [
1139
+ type start = ['context', null] | ['parameter', string] | ['seed', null] | [
855
1140
  'variable',
856
1141
  {
857
1142
  readonly 'import': pt.OptionalValue<string>;
@@ -895,7 +1180,7 @@ export declare namespace G {
895
1180
  ] | ['member selection', string]>;
896
1181
  }
897
1182
  type selection = {
898
- readonly 'start': ['context', null] | ['parameter', string] | [
1183
+ readonly 'start': ['context', null] | ['parameter', string] | ['seed', null] | [
899
1184
  'variable',
900
1185
  {
901
1186
  readonly 'import': pt.OptionalValue<string>;
@@ -912,60 +1197,72 @@ export declare namespace G {
912
1197
  }
913
1198
  ] | ['member selection', string]>;
914
1199
  };
915
- type _lset = D.Expression;
916
- namespace state__literal {
917
- type data = D.Expression;
918
- type state = string;
919
- }
920
- type state__literal = {
921
- readonly 'data': D.Expression;
922
- readonly 'state': string;
923
- };
924
- type string__literal = string;
925
- namespace _lswitch {
926
- namespace cases {
927
- type DX = D.Expression;
1200
+ }
1201
+ type Expression = [
1202
+ 'flow',
1203
+ ['block', D.Statement__Block] | [
1204
+ 'change context',
1205
+ {
1206
+ readonly 'new context selection': D.Expression;
1207
+ readonly 'sub expression': D.Expression;
928
1208
  }
929
- type cases = pt.Dictionary<D.Expression>;
930
- namespace _ldefault {
931
- type O = D.Expression;
1209
+ ] | ['implement me', string] | ['panic', string]
1210
+ ] | [
1211
+ 'literal',
1212
+ ['array', pt.Array<D.Expression>] | [
1213
+ 'boolean',
1214
+ ['false', null] | ['true', null]
1215
+ ] | ['dictionary', pt.Dictionary<D.Expression>] | [
1216
+ 'function',
1217
+ {
1218
+ readonly 'block': D.Statement__Block;
1219
+ readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
932
1220
  }
933
- type _ldefault = pt.OptionalValue<D.Expression>;
934
- type select = D.Expression;
935
- }
936
- type _lswitch = {
937
- readonly 'cases': pt.Dictionary<D.Expression>;
938
- readonly 'default': pt.OptionalValue<D.Expression>;
939
- readonly 'select': D.Expression;
940
- };
941
- namespace ternary__condition {
942
- type condition = D.Expression;
943
- type false__expression = D.Expression;
944
- type true__expression = D.Expression;
945
- }
946
- type ternary__condition = {
947
- readonly 'condition': D.Expression;
948
- readonly 'false expression': D.Expression;
949
- readonly 'true expression': D.Expression;
950
- };
951
- type _ltrue = null;
952
- }
953
- type Expression = ['array literal', pt.Array<D.Expression>] | ['block', D.Statement__Block] | [
954
- 'change context',
1221
+ ] | ['group', pt.Dictionary<D.Expression>] | ['null', null] | ['number', number] | [
1222
+ 'optional',
1223
+ ['not set', null] | ['set', D.Expression]
1224
+ ] | ['string', string] | [
1225
+ 'tagged union',
1226
+ {
1227
+ readonly 'data': D.Expression;
1228
+ readonly 'state': string;
1229
+ }
1230
+ ]
1231
+ ] | [
1232
+ 'map',
955
1233
  {
956
- readonly 'new context selection': D.Expression;
957
- readonly 'sub expression': D.Expression;
1234
+ readonly 'selection': D.Expression;
1235
+ readonly 'type': ['array', D.Expression] | [
1236
+ 'boolean',
1237
+ {
1238
+ readonly 'false expression': D.Expression;
1239
+ readonly 'true expression': D.Expression;
1240
+ }
1241
+ ] | ['dictionary', D.Expression] | [
1242
+ 'optional',
1243
+ {
1244
+ readonly 'not set': D.Expression;
1245
+ readonly 'set': D.Expression;
1246
+ }
1247
+ ] | [
1248
+ 'tagged union',
1249
+ {
1250
+ readonly 'cases': pt.Dictionary<D.Expression>;
1251
+ readonly 'default': pt.OptionalValue<D.Expression>;
1252
+ }
1253
+ ];
958
1254
  }
959
- ] | ['dictionary literal', pt.Dictionary<D.Expression>] | ['false', null] | [
960
- 'function',
1255
+ ] | [
1256
+ 'reduce',
961
1257
  {
962
- readonly 'block': D.Statement__Block;
963
- readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
1258
+ readonly 'callback': D.Expression;
1259
+ readonly 'initial': D.Expression;
1260
+ readonly 'selection': D.Expression;
964
1261
  }
965
- ] | ['group literal', pt.Dictionary<D.Expression>] | ['implement me', string] | ['not set', null] | ['null literal', null] | ['number literal', number] | ['panic', string] | [
1262
+ ] | [
966
1263
  'selection',
967
1264
  {
968
- readonly 'start': ['context', null] | ['parameter', string] | [
1265
+ readonly 'start': ['context', null] | ['parameter', string] | ['seed', null] | [
969
1266
  'variable',
970
1267
  {
971
1268
  readonly 'import': pt.OptionalValue<string>;
@@ -982,27 +1279,7 @@ export declare namespace G {
982
1279
  }
983
1280
  ] | ['member selection', string]>;
984
1281
  }
985
- ] | ['set', D.Expression] | [
986
- 'state literal',
987
- {
988
- readonly 'data': D.Expression;
989
- readonly 'state': string;
990
- }
991
- ] | ['string literal', string] | [
992
- 'switch',
993
- {
994
- readonly 'cases': pt.Dictionary<D.Expression>;
995
- readonly 'default': pt.OptionalValue<D.Expression>;
996
- readonly 'select': D.Expression;
997
- }
998
- ] | [
999
- 'ternary condition',
1000
- {
1001
- readonly 'condition': D.Expression;
1002
- readonly 'false expression': D.Expression;
1003
- readonly 'true expression': D.Expression;
1004
- }
1005
- ] | ['true', null];
1282
+ ];
1006
1283
  namespace Function__Signature {
1007
1284
  type context__parameter = D.Type;
1008
1285
  namespace parameters {
@@ -1301,10 +1578,6 @@ export declare namespace G {
1301
1578
  }
1302
1579
  export declare namespace N { }
1303
1580
  export declare namespace D {
1304
- namespace Lines {
1305
- type A = string;
1306
- }
1307
- type Lines = pt.Array<string>;
1308
1581
  namespace Serialize__CompilationUnit__Data {
1309
1582
  type compilation__unit = G.pareto.D.Compilation__Unit;
1310
1583
  }
@@ -1314,5 +1587,5 @@ export declare namespace D {
1314
1587
  }
1315
1588
  export declare namespace I { }
1316
1589
  export declare namespace A {
1317
- type SerializeCompilationUnit = ($: D.Serialize__CompilationUnit__Data) => D.Lines;
1590
+ type SerializeCompilationUnit = ($: D.Serialize__CompilationUnit__Data) => G.fp.D.Indented__Lines;
1318
1591
  }