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,5 +1,3 @@
1
-
2
-
3
1
  import * as pd from 'pareto-core-data'
4
2
 
5
3
  import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
@@ -12,6 +10,6 @@ import { glossary, group, member, number, type } from 'pareto/auto.dist/public/s
12
10
  export const $: g_project.D.API = api(
13
11
  glos,
14
12
  {
15
- "serialize": algorithm("Serialize", null, {})
13
+ "flatten": algorithm("Flatten", null, {})
16
14
  }
17
15
  )
@@ -14,19 +14,16 @@ export const $: g_glossary.D.Glossary = {
14
14
  'root': {
15
15
  'namespaces': d({}),
16
16
  'data types': d({
17
- "Block": type(array(taggedUnion({
18
- "nested line": ref(typeReference("Line")),
19
- "line": string(),
20
- }))),
21
- "Line": type(array(taggedUnion({
22
- "snippet": string(),
23
- "indent": ref(typeReference("Block"))
24
- }))),
25
- "Lines": type(array(string())),
17
+ "Nested": parametrizedType({ "Type": null }, taggedUnion({
18
+ "single": ref(typeParameter("Type")),
19
+ "multiple": array(ref(typeReference("Nested", { "Type": typeParameter("Type")}))),
20
+ "none": null_(),
21
+ })),
22
+ "Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type"))))
26
23
  }),
27
24
  },
28
25
  'interface types': d({}),
29
26
  'algorithm types': d({
30
- "Serialize": sfunction(typeReference("Lines"), data(typeReference("Block")))
27
+ "Flatten": sfunction(typeReference("Array", { "Type": typeParameter("Type")}), data(typeReference("Nested", { "Type": typeParameter("Type")})), { "Type": null })
31
28
  }),
32
- }
29
+ }
@@ -0,0 +1,18 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+ "smallerThan": algorithm("SmallerThan", null, {}),
14
+ "greaterThan": algorithm("GreaterThan", null, {}),
15
+ "isZero": algorithm("IsZero", null, {}),
16
+ "equal": algorithm("Equal", null, {}),
17
+ }
18
+ )
@@ -0,0 +1,40 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
5
+ type, typeReference
6
+ } from "pareto/auto.dist/public/shorthands/cosmos"
7
+
8
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
9
+
10
+ const d = pd.d
11
+
12
+ export const $: g_glossary.D.Glossary = {
13
+ 'glossary parameters': d({}),
14
+ 'imports': d({
15
+ }),
16
+ 'root': {
17
+ 'namespaces': d({}),
18
+ 'data types': d({
19
+ "Boolean": type(boolean()),
20
+ "Number": type(number()),
21
+ "NumberPair": type(group({
22
+ "yin": member(number()),
23
+ "yang": member(number()),
24
+ })),
25
+ "CompareData": type(group({
26
+ "benchmark": member(number()),
27
+ "focus": member(number()),
28
+ })),
29
+
30
+ }),
31
+ },
32
+ 'interface types': d({}),
33
+ 'algorithm types': d({
34
+ "IsZero": sfunction(typeReference("Boolean"), data(typeReference("Number"))),
35
+
36
+ "GreaterThan": sfunction(typeReference("Boolean"), data(typeReference("CompareData"))),
37
+ "SmallerThan": sfunction(typeReference("Boolean"), data(typeReference("CompareData"))),
38
+ "Equal": sfunction(typeReference("Boolean"), data(typeReference("NumberPair"))),
39
+ }),
40
+ }
@@ -0,0 +1,19 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+
14
+ "convertWindowsPathToPosixPath": algorithm("ConvertWindowsPathToPosixPath", null, {}),
15
+ "basename": algorithm("Basename", null, {}),
16
+ "dirname": algorithm("Dirname", null, {}),
17
+ "parseFilePath": algorithm("ParseFilePath", null, {}),
18
+ }
19
+ )
@@ -0,0 +1,35 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, externalTypeReference, group, member, sfunction, string, type, typeReference
5
+ } from "pareto/auto.dist/public/shorthands/cosmos"
6
+
7
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
8
+ const d = pd.d
9
+
10
+ export const $: g_glossary.D.Glossary = {
11
+ 'glossary parameters': d({}),
12
+ 'imports': d({
13
+ }),
14
+ 'root': {
15
+ 'namespaces': d({}),
16
+ 'data types': d({
17
+ "String": type(string()),
18
+ "ParseFilePathData": type(group({
19
+ "filePath": member(string()),
20
+ "pathSeparator": member(string()),
21
+ })),
22
+ "ParsedFilePath": type(group({
23
+ "directoryPath": member(array(string())),
24
+ "baseName": member(string()),
25
+ })),
26
+ }),
27
+ },
28
+ 'interface types': d({}),
29
+ 'algorithm types': d({
30
+ "ConvertWindowsPathToPosixPath": sfunction(typeReference("String"), data(typeReference("String"))),
31
+ "Basename": sfunction(typeReference("String"), data(typeReference("String"))),
32
+ "Dirname": sfunction(typeReference("String"), data(typeReference("String"))),
33
+ "ParseFilePath": sfunction(typeReference("ParsedFilePath"), data(typeReference("ParseFilePathData"))),
34
+ }),
35
+ }
@@ -0,0 +1,20 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, sInterface, sInterfaceMethod, string, type, typeReference } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+ "sortTopologically": algorithm("SortTopologically", null, {}),
14
+ // "unsafeResolveDictionary": algorithm("UnsafeResolveDictionary", null, {}),
15
+ // "safeResolveDictionary": algorithm("SafeResolveDictionary", null, {
16
+ // }, {
17
+ // "onError": sideEffect("OnError", 'sync')
18
+ // }),
19
+ }
20
+ )
@@ -0,0 +1,84 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ string, member, group,
5
+ typeReference,
6
+ data,
7
+ sfunction,
8
+ type,
9
+ externalTypeReference,
10
+ boolean,
11
+ parametrizedType,
12
+ dictionary,
13
+ ref,
14
+ typeParameter,
15
+ array,
16
+ null_,
17
+ computed,
18
+ sInterface,
19
+ sInterfaceMethod,
20
+ } from "pareto/auto.dist/public/shorthands/cosmos"
21
+
22
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
23
+ const d = pd.d
24
+
25
+ export const $: g_glossary.D.Glossary = {
26
+ 'glossary parameters':d({}),
27
+ 'imports': d({
28
+ }),
29
+ 'root': {
30
+ 'namespaces': d({}),
31
+ 'data types': d({
32
+ "Dictionary": parametrizedType({ "Type": null }, dictionary(ref(typeParameter("Type")))),
33
+ "Array": parametrizedType({ "Type": null }, array(ref(typeReference("KeyValuePair", { "Type": typeParameter("Type") })))),
34
+ "KeyValuePair": parametrizedType({ "Type": null }, group({
35
+ "key": member(string()),
36
+ "value": member(ref(typeParameter("Type"))),
37
+ })),
38
+ "AnySibling": parametrizedType({ "Type": null }, computed(ref(typeParameter("Type")))),
39
+
40
+ "DependencyDictionary": parametrizedType({ "Type": null }, dictionary(group({
41
+ "value": member(ref(typeParameter("Type"))),
42
+ "dependencies": member(dictionary(null_())),
43
+ }))),
44
+
45
+
46
+ "Error": type(string()),
47
+
48
+ }),
49
+ },
50
+ 'interface types': d({
51
+ "OnError": sInterface(sInterfaceMethod(typeReference("Error"))),
52
+
53
+
54
+ }),
55
+ 'algorithm types': d({
56
+ "SortTopologically": sfunction(
57
+ typeReference("Array", { "Type": typeParameter("Type") }),
58
+ data(typeReference("DependencyDictionary", { "Type": typeParameter("Type") })),
59
+ { "Type": null }
60
+ ),
61
+ // "UnsafeResolveDictionary": scallbackfunction(
62
+ // typeReference("Dictionary", { "Type": typeParameter("Out") }),
63
+ // data(typeReference("Dictionary", { "Type": typeParameter("In") })),
64
+ // {
65
+ // "map": scallback(typeParameter("Out"), typeReference("KeyValuePair", { "Type": typeParameter("In") }), {
66
+ // "non circular siblings": typeParameter("Out"),
67
+ // "all siblings": typeReference("AnySibling", { "Type": typeParameter("Out") }),
68
+ // })
69
+ // },
70
+ // { "In": null, "Out": null }
71
+ // ),
72
+ // "SafeResolveDictionary": scallbackfunction(
73
+ // typeReference("Dictionary", { "Type": typeParameter("Out") }),
74
+ // data(typeReference("Dictionary", { "Type": typeParameter("In") })),
75
+ // {
76
+ // "map": scallback(typeParameter("Out"), typeReference("KeyValuePair", { "Type": typeParameter("In") }), {
77
+ // "non circular siblings": typeParameter("Out"),
78
+ // "all siblings": typeReference("AnySibling", { "Type": typeParameter("Out") }),
79
+ // })
80
+ // },
81
+ // { "In": null, "Out": null }
82
+ // ),
83
+ }),
84
+ }
@@ -0,0 +1,26 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+
14
+ "escape": algorithm("Escape", null, {}),
15
+ "fromCharacterArray": algorithm("FromCharacterArray", null, {}),
16
+ "join": algorithm("Join", null, {}),
17
+ "length": algorithm("Length", null, {}),
18
+ "replaceAll": algorithm("ReplaceAll", null, {}),
19
+ "split": algorithm("Split", null, {}),
20
+ "splitIn2": algorithm("SplitIn2", null, {}),
21
+ "startsWith": algorithm("StartsWith", null, {}),
22
+ "substr": algorithm("Substr", null, {}),
23
+ "toCharacterArray": algorithm("ToCharacterArray", null, {}),
24
+ "trimEnd": algorithm("TrimEnd", null, {}),
25
+ }
26
+ )
@@ -0,0 +1,75 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ aInterface,
5
+ aInterfaceMethod,
6
+ aInterfaceReference,
7
+ array, boolean, data, group, member, number, optional, sfunction, streamconsumer, string, type, typeReference
8
+ } from "pareto/auto.dist/public/shorthands/cosmos"
9
+
10
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
11
+
12
+ const d = pd.d
13
+
14
+ export const $: g_glossary.D.Glossary = {
15
+ 'glossary parameters': d({}),
16
+ 'imports': d({
17
+ }),
18
+ 'root': {
19
+ 'namespaces': d({}),
20
+ 'data types': d({
21
+ "String": type(string()),
22
+ "Length": type(number()),
23
+ "Boolean": type(boolean()),
24
+ "CharacterArray": type(array(number())),
25
+ "SplitData": type(group({
26
+ "value": member(string()),
27
+ "splitter": member(string()),
28
+ })),
29
+ "SplitIn2Result": type(group({
30
+ "head": member(string()),
31
+ "tail": member(optional(string())),
32
+ })),
33
+ "SplitResult": type(array(string())),
34
+ "StartsWithData": type(group({
35
+ "contextString": member(string()),
36
+ "searchString": member(string()),
37
+ })),
38
+ "SubstrData": type(group({
39
+ "value": member(string()),
40
+ "begin": member(number()),
41
+ "length": member(number()),
42
+ })),
43
+ "ReplaceAllData": type(group({
44
+ "value": member(string()),
45
+ "pattern": member(string()),
46
+ "replacement": member(string()),
47
+ })),
48
+ "JoinData": type(group({
49
+ "first": member(string()),
50
+ "second": member(string()),
51
+ })),
52
+
53
+ "EscapeParameters": type(group({
54
+ "string": member(string()),
55
+ "escape": member(string()),
56
+ "patterns to escape": member(array(string())),
57
+ }))
58
+ }),
59
+ },
60
+ 'interface types': d({}),
61
+ 'algorithm types': d({
62
+ "Escape": sfunction(typeReference("String"), data(typeReference("EscapeParameters"))),
63
+
64
+ "ReplaceAll": sfunction(typeReference("String"), data(typeReference("ReplaceAllData"))),
65
+ "Substr": sfunction(typeReference("String"), data(typeReference("SubstrData"))),
66
+ "ToCharacterArray": sfunction(typeReference("CharacterArray"), data(typeReference("String"))),
67
+ "Join": sfunction(typeReference("String"), data(typeReference("JoinData"))),
68
+ "FromCharacterArray": sfunction(typeReference("String"), data(typeReference("CharacterArray"))),
69
+ "Split": sfunction(typeReference("SplitResult"), data(typeReference("SplitData"))),
70
+ "SplitIn2": sfunction(typeReference("SplitIn2Result"), data(typeReference("SplitData"))),
71
+ "Length": sfunction(typeReference("Length"), data(typeReference("String"))),
72
+ "TrimEnd": sfunction(typeReference("String"), data(typeReference("String"))),
73
+ "StartsWith": sfunction(typeReference("Boolean"), data(typeReference("StartsWithData"))),
74
+ }),
75
+ }
@@ -0,0 +1,19 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, member, type, group, string, optional, number } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+ export const $: g_project.D.API = api(
10
+ glos,
11
+ {
12
+ "getArrayAsString": algorithm("GetArrayAsString", "Configuration", {}),
13
+ "getLengthAsString": algorithm("GetLengthAsString", null, {}),
14
+ "getKeysAsString": algorithm("GetKeysAsString", "Configuration", {}),
15
+
16
+ "getNumberOfKeysAsString": algorithm("GetNumberOfKeysAsString", null, {}),
17
+
18
+ }
19
+ )
@@ -0,0 +1,42 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, typeReference, group, member, null_, number, optional, sfunction, string, type,
5
+ parametrizedType,
6
+ ref,
7
+ typeParameter
8
+ } from "pareto/auto.dist/public/shorthands/cosmos"
9
+
10
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
11
+ const d = pd.d
12
+
13
+ export const $: g_glossary.D.Glossary = {
14
+ 'glossary parameters': d({}),
15
+ 'imports': d({
16
+ }),
17
+ 'root': {
18
+ 'namespaces': d({}),
19
+ 'data types': d({
20
+ "String": type(string()),
21
+ "Array": parametrizedType({ "T": null }, array(ref(typeParameter("T")))),
22
+ "StringArray": type(array(string())),
23
+ "Dictionary": parametrizedType({ "T": null }, dictionary(ref(typeParameter("T")))),
24
+
25
+
26
+ "Configuration": type(group({
27
+ "separator": member(string()),
28
+ "maximum": member(optional(group({
29
+ "maximum": member(number()),
30
+ "suffix": member(string()),
31
+ }))),
32
+ })),
33
+ }),
34
+ },
35
+ 'interface types': d({}),
36
+ 'algorithm types': d({
37
+ "GetLengthAsString": sfunction(typeReference("String"), data(typeReference("Array", { "T": typeParameter("T") })), { "T": null}),
38
+ "GetArrayAsString": sfunction(typeReference("String"), data(typeReference("StringArray"))),
39
+ "GetKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
40
+ "GetNumberOfKeysAsString": sfunction(typeReference("String"), data(typeReference("Dictionary", { "T": typeParameter("T") })), { "T": null}),
41
+ }),
42
+ }
@@ -0,0 +1,46 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
4
+
5
+ const d = pd.d
6
+ import { } from "pareto/auto.dist/public/shorthands/cosmos"
7
+
8
+ import { $ as d_arithmetic } from "./modules/arithmetic/api.data"
9
+ import { $ as d_array } from "./modules/array/api.data"
10
+ import { $ as d_boolean } from "./modules/boolean/api.data"
11
+ import { $ as d_build } from "./modules/build/api.data"
12
+ import { $ as d_dictionary } from "./modules/dictionary/api.data"
13
+ import { $ as d_json } from "./modules/json/api.data"
14
+ import { $ as d_nested } from "./modules/nested/api.data"
15
+ import { $ as d_resolve } from "./modules/resolve/api.data"
16
+ import { $ as d_string } from "./modules/string/api.data"
17
+ import { $ as d_tostring } from "./modules/tostring/api.data"
18
+
19
+ export const $: g_project.D.Library = {
20
+ 'author': "Corno",
21
+ 'description': "A library that contains very common functionality that cannot be implemented purely in Pareto",
22
+ 'license': "TBD",
23
+
24
+ 'type': ['impure', null],
25
+ 'module sets': {
26
+ 'public': {
27
+ 'glossaries': d({}),
28
+ 'modules': d({
29
+ "arithmetic": d_arithmetic,
30
+ "array": d_array,
31
+ "boolean": d_boolean,
32
+ "build": d_build,
33
+ "dictionary": d_dictionary,
34
+ "json": d_json,
35
+ "nested": d_nested,
36
+ "resolve": d_resolve,
37
+ "string": d_string,
38
+ "tostring": d_tostring,
39
+ })
40
+ },
41
+ 'private': {
42
+ 'glossaries': d({}),
43
+ 'modules': d({}),
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,19 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+ "divideWithRemainder": algorithm("DivideWithRemainder", null, {}),
14
+ "increment": algorithm("Increment", "IncrementConfig", {}),
15
+ "max": algorithm("Max", null, {}),
16
+ "negate": algorithm("Negate", null, {}),
17
+ "subtract": algorithm("Subtract", null, {}),
18
+ }
19
+ )
@@ -0,0 +1,76 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, boolean, data, dictionary, externalTypeReference, group, member, number, optional, sfunction,
5
+ type, typeReference
6
+ } from "pareto/auto.dist/public/shorthands/cosmos"
7
+
8
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
9
+
10
+ const d = pd.d
11
+
12
+ export const $: g_glossary.D.Glossary = {
13
+ 'glossary parameters': d({}),
14
+ 'imports': d({
15
+ }),
16
+ 'root': {
17
+ 'namespaces': d({}),
18
+ 'data types': d({
19
+ "Number": type(number()),
20
+ "OptionalNumber": type(optional(number())),
21
+ "NumberRange": type(array(number())),
22
+ "DivisionData": type(group({
23
+ "numerator": member(number()),
24
+ "denominator": member(number()),
25
+ })),
26
+ "NumberTuple": type(group({
27
+ "yin": member(number()),
28
+ "yang": member(number()),
29
+ })),
30
+ "DivisionResult": type(optional(group({
31
+ "quotient": member(number()),
32
+ "remainder": member(number()),
33
+
34
+ }))),
35
+ "SubtractData": type(group({
36
+ "minuend": member(number()),
37
+ "subtrahend": member(number()),
38
+ })),
39
+ "NumberDictionary": type(dictionary(number())),
40
+ "NumberArray": type(array(number())),
41
+
42
+ "IncrementConfig": type(group({
43
+ "stepsize": member(number())
44
+ }))
45
+ }),
46
+ },
47
+ 'interface types': d({}),
48
+ 'algorithm types': d({
49
+ "Increment": sfunction(typeReference("Number"), data(typeReference("Number"))),
50
+ "Array Multiply": sfunction(typeReference("Number"), data(typeReference("NumberRange"))),
51
+ "Negate": sfunction(typeReference("Number"), data(typeReference("Number"))),
52
+ /**
53
+ * if the denominator is 0, the return value is null
54
+ * (division by 0),
55
+ */
56
+ "DivideWithRemainder": sfunction(typeReference("DivisionResult"), data(typeReference("DivisionData"))),
57
+ /**
58
+ * calculates the max of an array of numbers. If there are no entries, the result value is 0
59
+ */
60
+ "ArrayMax": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberArray"))),
61
+ "ArrayMin": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberArray"))),
62
+ "ArraySum": sfunction(typeReference("Number"), data(typeReference("NumberArray"))),
63
+ /**
64
+ * calculates the max of a dictionary of number. If there are no entries, the result value is 0
65
+ */
66
+ "DictionaryMax": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberDictionary"))),
67
+ "DictionaryMin": sfunction(typeReference("OptionalNumber"), data(typeReference("NumberDictionary"))),
68
+ /**
69
+ * calculates the max of a tuple of numbers
70
+ */
71
+ "DictionarySum": sfunction(typeReference("Number"), data(typeReference("NumberDictionary"))),
72
+
73
+ "Max": sfunction(typeReference("Number"), data(typeReference("NumberTuple"))),
74
+ "Subtract": sfunction(typeReference("Number"), data(typeReference("SubtractData"))),
75
+ }),
76
+ }
@@ -0,0 +1,19 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import { algorithm, algref, api } from "pareto/auto.dist/public/shorthands/cosmos"
4
+
5
+ import * as g_project from "pareto/auto.dist/public/glossaries/cosmos__type__system"
6
+
7
+ import { $ as glos } from "./glossary.data"
8
+ import { glossary, group, member, number, type } from 'pareto/auto.dist/public/shorthands/cosmos'
9
+
10
+ export const $: g_project.D.API = api(
11
+ glos,
12
+ {
13
+ "flattenArrayOfArrays": algorithm("FlattenArrayOfArrays", null, {}),
14
+ "append": algorithm("Append", null, {}),
15
+ "prepend": algorithm("Prepend", null, {}),
16
+ "zip": algorithm("Zip", null, {}),
17
+
18
+ }
19
+ )
@@ -0,0 +1,52 @@
1
+ import * as pd from 'pareto-core-data'
2
+
3
+ import {
4
+ array, data, dictionary, externalTypeReference, group, member, number, optional, parametrizedType, ref, sfunction,
5
+ type, typeParameter, typeReference
6
+ } from "pareto/auto.dist/public/shorthands/cosmos"
7
+
8
+ import * as g_glossary from "pareto/auto.dist/public/glossaries/cosmos__type__system"
9
+
10
+ const d = pd.d
11
+
12
+ export const $: g_glossary.D.Glossary = {
13
+ 'glossary parameters': d({}),
14
+ 'imports': d({
15
+ }),
16
+ 'root': {
17
+ 'namespaces': d({}),
18
+ 'data types': d({
19
+ "Array": parametrizedType({ "Type": null }, array(ref(typeParameter("Type")))),
20
+ "ArrayOfArrays": parametrizedType({ "Type": null }, array(ref(typeReference("Array", { "Type": typeParameter("Type") })))),
21
+
22
+ "AppendParameters": parametrizedType({ "Type": null }, group({
23
+ "array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
24
+ "element": member(ref(typeParameter("Type"))),
25
+ })),
26
+ "PrependParameters": parametrizedType({ "Type": null }, group({
27
+ "array": member(ref(typeReference("Array", { "Type": typeParameter("Type") }))),
28
+ "element": member(ref(typeParameter("Type"))),
29
+ })),
30
+ "ArrayTuple": parametrizedType({ "Benchmark": null, "Focus": null }, group({
31
+ "benchmark": member(ref(typeReference("Array", { "Type": typeParameter("Benchmark") }))),
32
+ "focus": member(ref(typeReference("Array", { "Type": typeParameter("Focus") }))),
33
+ })),
34
+ "ZippedArray": parametrizedType({ "Benchmark": null, "Focus": null }, array(group({
35
+ "benchmark": member(ref(typeParameter("Benchmark"))),
36
+ "focus": member(ref(typeParameter("Focus"))),
37
+ }))),
38
+
39
+ }),
40
+ },
41
+ 'interface types': d({}),
42
+ 'algorithm types': d({
43
+ "Append": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("AppendParameters", { "Type": typeParameter("Type") })), { "Type": null }),
44
+ "Prepend": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("PrependParameters", { "Type": typeParameter("Type") })), { "Type": null }),
45
+ "FlattenArrayOfArrays": sfunction(typeReference("Array", { "Type": typeParameter("Type") }), data(typeReference("ArrayOfArrays", { "Type": typeParameter("Type") })), { "Type": null }),
46
+ "Zip": sfunction(
47
+ typeReference("ZippedArray", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") }),
48
+ data(typeReference("ArrayTuple", { "Benchmark": typeParameter("Benchmark"), "Focus": typeParameter("Focus") })),
49
+ { "Benchmark": null, "Focus": null }
50
+ ),
51
+ }),
52
+ }