pareto 0.63.0 → 0.65.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 (139) hide show
  1. package/auto.dist/data/boekhouding.data.js +115 -115
  2. package/auto.dist/index.d.ts +1 -1
  3. package/auto.dist/index.js +3 -3
  4. package/auto.dist/public/modules/fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts/auto.api.js +3 -0
  5. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.implementation.js +1 -1
  6. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.d.ts +0 -4
  7. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.js +1 -1
  8. package/auto.dist/public/modules/fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts/auto.provided_interface_glossary.shadow.d.ts +23 -0
  9. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.provided_interface_glossary.shadow.js +1 -1
  10. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/implementations/map__Block__2__Block.alg.js +1 -1
  11. package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/index.js +1 -1
  12. package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +5 -3
  13. package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +2 -2
  14. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.d.ts +4 -10
  15. package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +20 -30
  16. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +0 -4
  17. package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +14 -20
  18. package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.shadow.d.ts +5 -3
  19. package/auto.pareto/$.data.ts +10 -2
  20. package/auto.pareto/auto.dependencies/index.ts +1 -1
  21. package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +15 -1
  22. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/$.data.ts +8 -0
  23. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +6 -7
  24. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +41 -27
  25. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +7 -8
  26. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +11 -3
  27. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +6 -8
  28. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +38 -17
  29. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +10 -11
  30. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +34 -35
  31. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +7 -8
  32. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +28 -12
  33. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +2 -3
  34. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +21 -6
  35. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
  36. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +14 -12
  37. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -7
  38. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +36 -19
  39. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -1
  40. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +20 -6
  41. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +30 -17
  42. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +74 -116
  43. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +716 -561
  44. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +10 -22
  45. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +35 -49
  46. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +116 -182
  47. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +315 -431
  48. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.data.ts +101 -0
  49. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +253 -393
  50. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +208 -284
  51. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +25 -14
  52. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +30 -16
  53. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +31 -16
  54. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +20 -5
  55. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +74 -57
  56. package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/nested/glossary.data.ts → pareto-pure/glossaries/text.data.ts} +44 -25
  57. package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +38 -23
  58. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  59. package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +17 -10
  60. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  61. package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +20 -9
  62. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +1 -1
  63. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +21 -3
  64. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
  65. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +22 -4
  66. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +1 -1
  67. package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +24 -6
  68. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/api.data.ts +1 -2
  69. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +23 -8
  70. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/api.data.ts +2 -3
  71. package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/glossary.data.ts +27 -6
  72. package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/api.data.ts +1 -2
  73. package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +17 -10
  74. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/api.data.ts +1 -2
  75. package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/glossary.data.ts +17 -19
  76. package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/nested → modules/semantic_versioning_from_text}/api.data.ts +4 -2
  77. package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +49 -0
  78. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -2
  79. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +2 -19
  80. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/api.data.ts +1 -1
  81. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +32 -17
  82. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/api.data.ts +2 -2
  83. package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +21 -6
  84. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/api.data.ts +4 -4
  85. package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +80 -57
  86. package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +8 -0
  87. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +6 -7
  88. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +41 -27
  89. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +7 -8
  90. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +11 -3
  91. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/api.data.ts +6 -8
  92. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +38 -17
  93. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +10 -11
  94. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +34 -35
  95. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/api.data.ts +7 -8
  96. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +28 -12
  97. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +2 -3
  98. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +21 -6
  99. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
  100. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +14 -12
  101. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -7
  102. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +36 -19
  103. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -1
  104. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +20 -6
  105. package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +8 -0
  106. package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +10 -15
  107. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/api.data.ts +11 -11
  108. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +11 -11
  109. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/api.data.ts +7 -7
  110. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +9 -9
  111. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/api.data.ts +2 -2
  112. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +9 -9
  113. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +5 -5
  114. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +15 -15
  115. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/api.data.ts +6 -6
  116. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +6 -6
  117. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +21 -21
  118. package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +34 -34
  119. package/auto.pareto/modules/{string_aware_fountain_pen_2 fountain_pen/api.data.ts → fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/api.data.ts} +1 -2
  120. package/auto.pareto/modules/{string_aware_fountain_pen_2 fountain_pen/glossary.data.ts → fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/glossary.data.ts} +2 -2
  121. package/auto.pareto/modules/main/api.data.ts +1 -1
  122. package/auto.pareto/modules/main/glossary.data.ts +11 -6
  123. package/auto.pareto/modules/pareto_2_fountain_pen/api.data.ts +1 -2
  124. package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +18 -20
  125. package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +4 -5
  126. package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +18 -11
  127. package/auto.pareto/modules/typescript_naming/api.data.ts +1 -2
  128. package/auto.pareto/modules/typescript_naming/glossary.data.ts +17 -8
  129. package/package.json +5 -5
  130. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.api.js +0 -3
  131. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +0 -29
  132. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -0
  133. package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +0 -2
  134. package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -25
  135. package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -14
  136. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.api.d.ts +0 -0
  137. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/auto.implementation.d.ts +0 -0
  138. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/implementations/map__Block__2__Block.alg.d.ts +0 -0
  139. /package/auto.dist/public/modules/{string__aware__fountain__pen__2__fountain__pen → fountain__pen__indented__file__2__fountain__pen__indented__file__with__escaped__texts}/index.d.ts +0 -0
@@ -16,67 +16,45 @@ export const $: g_cosmos.D.Glossary = {
16
16
  "Atom": {
17
17
  'parameters': d({}),
18
18
  'type': <g_cosmos.D.Data__Type>['group', d({
19
- "type": {
20
- 'type': <g_cosmos.D.Data__Type>['group', d({
21
- "annotation": {
22
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
23
- },
24
- "key": {
25
- 'type': <g_cosmos.D.Data__Type>['string', null],
26
- },
27
- })],
28
- },
19
+ "type": <g_cosmos.D.Data__Type>['group', d({
20
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
21
+ "key": <g_cosmos.D.Data__Type>['text', null],
22
+ })],
29
23
  })]
30
24
  },
31
25
  "Dictionary Constraints": {
32
26
  'parameters': d({}),
33
27
  'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
34
- "type": {
35
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
36
- 'context': ['local', null],
37
- 'typeXX': "Type Selection",
38
- 'tailXX': a([]),
39
- 'type arguments': d({}),
40
- }]],
41
- },
28
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
29
+ 'context': ['local', null],
30
+ 'typeXX': "Type Selection",
31
+ 'tailXX': a([]),
32
+ 'type arguments': d({}),
33
+ }]],
42
34
  })]]
43
35
  },
44
36
  "Global Type": {
45
37
  'parameters': d({}),
46
38
  'type': <g_cosmos.D.Data__Type>['group', d({
47
- "type": {
48
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
49
- 'context': ['local', null],
50
- 'typeXX': "Type",
51
- 'tailXX': a([]),
52
- 'type arguments': d({}),
53
- }]],
54
- },
39
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
40
+ 'context': ['local', null],
41
+ 'typeXX': "Type",
42
+ 'tailXX': a([]),
43
+ 'type arguments': d({}),
44
+ }]],
55
45
  })]
56
46
  },
57
47
  "Global Type Selection": {
58
48
  'parameters': d({}),
59
49
  'type': <g_cosmos.D.Data__Type>['group', d({
60
- "import": {
61
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
62
- "annotation": {
63
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
64
- },
65
- "key": {
66
- 'type': <g_cosmos.D.Data__Type>['string', null],
67
- },
68
- })]],
69
- },
70
- "type": {
71
- 'type': <g_cosmos.D.Data__Type>['group', d({
72
- "annotation": {
73
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
74
- },
75
- "key": {
76
- 'type': <g_cosmos.D.Data__Type>['string', null],
77
- },
78
- })],
79
- },
50
+ "import": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
51
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
52
+ "key": <g_cosmos.D.Data__Type>['text', null],
53
+ })]],
54
+ "type": <g_cosmos.D.Data__Type>['group', d({
55
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
56
+ "key": <g_cosmos.D.Data__Type>['text', null],
57
+ })],
80
58
  })]
81
59
  },
82
60
  "Imports": {
@@ -86,359 +64,241 @@ export const $: g_cosmos.D.Glossary = {
86
64
  "Labels": {
87
65
  'parameters': d({}),
88
66
  'type': <g_cosmos.D.Data__Type>['group', d({
89
- "atom types": {
90
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({})]],
91
- },
67
+ "atom types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({})]],
92
68
  })]
93
69
  },
94
70
  "Model": {
95
71
  'parameters': d({}),
96
72
  'type': <g_cosmos.D.Data__Type>['group', d({
97
- "root": {
98
- 'type': <g_cosmos.D.Data__Type>['group', d({
99
- "annotation": {
100
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
101
- },
102
- "key": {
103
- 'type': <g_cosmos.D.Data__Type>['string', null],
104
- },
105
- })],
106
- },
107
- "type library": {
108
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
109
- 'context': ['local', null],
110
- 'typeXX': "Type Library",
111
- 'tailXX': a([]),
112
- 'type arguments': d({}),
113
- }]],
114
- },
73
+ "root": <g_cosmos.D.Data__Type>['group', d({
74
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
75
+ "key": <g_cosmos.D.Data__Type>['text', null],
76
+ })],
77
+ "type library": <g_cosmos.D.Data__Type>['component', ['type', {
78
+ 'context': ['local', null],
79
+ 'typeXX': "Type Library",
80
+ 'tailXX': a([]),
81
+ 'type arguments': d({}),
82
+ }]],
115
83
  })]
116
84
  },
117
- "Option Constraints": {
85
+ "Properties": {
118
86
  'parameters': d({}),
119
87
  'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
120
- "option": {
121
- 'type': <g_cosmos.D.Data__Type>['group', d({
122
- "annotation": {
123
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
124
- },
125
- "key": {
126
- 'type': <g_cosmos.D.Data__Type>['string', null],
127
- },
128
- })],
129
- },
130
- "type": {
131
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
132
- 'context': ['local', null],
133
- 'typeXX': "Type Selection",
134
- 'tailXX': a([]),
135
- 'type arguments': d({}),
136
- }]],
137
- },
88
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
89
+ 'context': ['local', null],
90
+ 'typeXX': "Type",
91
+ 'tailXX': a([]),
92
+ 'type arguments': d({}),
93
+ }]],
138
94
  })]]
139
95
  },
140
- "Properties": {
96
+ "State Constraints": {
141
97
  'parameters': d({}),
142
98
  'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
143
- "type": {
144
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
145
- 'context': ['local', null],
146
- 'typeXX': "Type",
147
- 'tailXX': a([]),
148
- 'type arguments': d({}),
149
- }]],
150
- },
99
+ "state": <g_cosmos.D.Data__Type>['group', d({
100
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
101
+ "key": <g_cosmos.D.Data__Type>['text', null],
102
+ })],
103
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
104
+ 'context': ['local', null],
105
+ 'typeXX': "Type Selection",
106
+ 'tailXX': a([]),
107
+ 'type arguments': d({}),
108
+ }]],
151
109
  })]]
152
110
  },
153
111
  "Type": {
154
112
  'parameters': d({}),
155
113
  'type': <g_cosmos.D.Data__Type>['group', d({
156
- "type": {
157
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
158
- "array": <g_cosmos.D.Data__Type>['group', d({
159
- "type": {
160
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
161
- 'context': ['local', null],
162
- 'typeXX': "Type",
163
- 'tailXX': a([]),
164
- 'type arguments': d({}),
165
- }]],
166
- },
167
- })],
168
- "component": <g_cosmos.D.Data__Type>['group', d({
169
- "context": {
170
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
171
- "cyclic sibling": <g_cosmos.D.Data__Type>['group', d({
172
- "type": {
173
- 'type': <g_cosmos.D.Data__Type>['group', d({
174
- "annotation": {
175
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
176
- },
177
- "key": {
178
- 'type': <g_cosmos.D.Data__Type>['string', null],
179
- },
180
- })],
181
- },
182
- })],
183
- "import": <g_cosmos.D.Data__Type>['group', d({
184
- "library": {
185
- 'type': <g_cosmos.D.Data__Type>['group', d({
186
- "annotation": {
187
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
188
- },
189
- "key": {
190
- 'type': <g_cosmos.D.Data__Type>['string', null],
191
- },
192
- })],
193
- },
194
- "type": {
195
- 'type': <g_cosmos.D.Data__Type>['group', d({
196
- "annotation": {
197
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
198
- },
199
- "key": {
200
- 'type': <g_cosmos.D.Data__Type>['string', null],
201
- },
202
- })],
203
- },
204
- })],
205
- "resolved sibling": <g_cosmos.D.Data__Type>['group', d({
206
- "type": {
207
- 'type': <g_cosmos.D.Data__Type>['group', d({
208
- "annotation": {
209
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
210
- },
211
- "key": {
212
- 'type': <g_cosmos.D.Data__Type>['string', null],
213
- },
214
- })],
215
- },
216
- })],
114
+ "type": <g_cosmos.D.Data__Type>['state group', d({
115
+ "component": <g_cosmos.D.Data__Type>['group', d({
116
+ "context": <g_cosmos.D.Data__Type>['state group', d({
117
+ "cyclic sibling": <g_cosmos.D.Data__Type>['group', d({
118
+ "type": <g_cosmos.D.Data__Type>['group', d({
119
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
120
+ "key": <g_cosmos.D.Data__Type>['text', null],
217
121
  })],
218
- },
219
- })],
220
- "dictionary": <g_cosmos.D.Data__Type>['group', d({
221
- "constraints": {
222
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
223
- 'context': ['local', null],
224
- 'typeXX': "Dictionary Constraints",
225
- 'tailXX': a([]),
226
- 'type arguments': d({}),
227
- }]],
228
- },
229
- "key": {
230
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
231
- 'context': ['local', null],
232
- 'typeXX': "Atom",
233
- 'tailXX': a([]),
234
- 'type arguments': d({}),
235
- }]],
236
- },
237
- "type": {
238
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
239
- 'context': ['local', null],
240
- 'typeXX': "Type",
241
- 'tailXX': a([]),
242
- 'type arguments': d({}),
243
- }]],
244
- },
245
- })],
246
- "group": <g_cosmos.D.Data__Type>['group', d({
247
- "properties": {
248
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
249
- 'context': ['local', null],
250
- 'typeXX': "Properties",
251
- 'tailXX': a([]),
252
- 'type arguments': d({}),
253
- }]],
254
- },
255
- })],
256
- "nothing": <g_cosmos.D.Data__Type>['group', d({})],
257
- "optional": <g_cosmos.D.Data__Type>['group', d({
258
- "type": {
259
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
260
- 'context': ['local', null],
261
- 'typeXX': "Type",
262
- 'tailXX': a([]),
263
- 'type arguments': d({}),
264
- }]],
265
- },
266
- })],
267
- "tagged union": <g_cosmos.D.Data__Type>['group', d({
268
- "options": {
269
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
270
- "constraints": {
271
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
272
- 'context': ['local', null],
273
- 'typeXX': "Option Constraints",
274
- 'tailXX': a([]),
275
- 'type arguments': d({}),
276
- }]],
277
- },
278
- "type": {
279
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
280
- 'context': ['local', null],
281
- 'typeXX': "Type",
282
- 'tailXX': a([]),
283
- 'type arguments': d({}),
284
- }]],
285
- },
286
- })]],
287
- },
288
- })],
289
- "terminal": <g_cosmos.D.Data__Type>['group', d({
290
- "constraint": {
291
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
292
- "type": {
293
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
294
- 'context': ['local', null],
295
- 'typeXX': "Type Selection",
296
- 'tailXX': a([]),
297
- 'type arguments': d({}),
298
- }]],
299
- },
300
- })]],
301
- },
302
- "terminal": {
303
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
304
- 'context': ['local', null],
305
- 'typeXX': "Atom",
306
- 'tailXX': a([]),
307
- 'type arguments': d({}),
308
- }]],
309
- },
122
+ })],
123
+ "import": <g_cosmos.D.Data__Type>['group', d({
124
+ "library": <g_cosmos.D.Data__Type>['group', d({
125
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
126
+ "key": <g_cosmos.D.Data__Type>['text', null],
127
+ })],
128
+ "type": <g_cosmos.D.Data__Type>['group', d({
129
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
130
+ "key": <g_cosmos.D.Data__Type>['text', null],
131
+ })],
132
+ })],
133
+ "resolved sibling": <g_cosmos.D.Data__Type>['group', d({
134
+ "type": <g_cosmos.D.Data__Type>['group', d({
135
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
136
+ "key": <g_cosmos.D.Data__Type>['text', null],
137
+ })],
138
+ })],
310
139
  })],
311
140
  })],
312
- },
141
+ "dictionary": <g_cosmos.D.Data__Type>['group', d({
142
+ "constraints": <g_cosmos.D.Data__Type>['component', ['type', {
143
+ 'context': ['local', null],
144
+ 'typeXX': "Dictionary Constraints",
145
+ 'tailXX': a([]),
146
+ 'type arguments': d({}),
147
+ }]],
148
+ "key": <g_cosmos.D.Data__Type>['component', ['type', {
149
+ 'context': ['local', null],
150
+ 'typeXX': "Atom",
151
+ 'tailXX': a([]),
152
+ 'type arguments': d({}),
153
+ }]],
154
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
155
+ 'context': ['local', null],
156
+ 'typeXX': "Type",
157
+ 'tailXX': a([]),
158
+ 'type arguments': d({}),
159
+ }]],
160
+ })],
161
+ "group": <g_cosmos.D.Data__Type>['group', d({
162
+ "properties": <g_cosmos.D.Data__Type>['component', ['type', {
163
+ 'context': ['local', null],
164
+ 'typeXX': "Properties",
165
+ 'tailXX': a([]),
166
+ 'type arguments': d({}),
167
+ }]],
168
+ })],
169
+ "list": <g_cosmos.D.Data__Type>['group', d({
170
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
171
+ 'context': ['local', null],
172
+ 'typeXX': "Type",
173
+ 'tailXX': a([]),
174
+ 'type arguments': d({}),
175
+ }]],
176
+ })],
177
+ "nothing": <g_cosmos.D.Data__Type>['group', d({})],
178
+ "optional": <g_cosmos.D.Data__Type>['group', d({
179
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
180
+ 'context': ['local', null],
181
+ 'typeXX': "Type",
182
+ 'tailXX': a([]),
183
+ 'type arguments': d({}),
184
+ }]],
185
+ })],
186
+ "state group": <g_cosmos.D.Data__Type>['group', d({
187
+ "states": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
188
+ "constraints": <g_cosmos.D.Data__Type>['component', ['type', {
189
+ 'context': ['local', null],
190
+ 'typeXX': "State Constraints",
191
+ 'tailXX': a([]),
192
+ 'type arguments': d({}),
193
+ }]],
194
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
195
+ 'context': ['local', null],
196
+ 'typeXX': "Type",
197
+ 'tailXX': a([]),
198
+ 'type arguments': d({}),
199
+ }]],
200
+ })]],
201
+ })],
202
+ "terminal": <g_cosmos.D.Data__Type>['group', d({
203
+ "constraint": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
204
+ "type": <g_cosmos.D.Data__Type>['component', ['type', {
205
+ 'context': ['local', null],
206
+ 'typeXX': "Type Selection",
207
+ 'tailXX': a([]),
208
+ 'type arguments': d({}),
209
+ }]],
210
+ })]],
211
+ "terminal": <g_cosmos.D.Data__Type>['component', ['type', {
212
+ 'context': ['local', null],
213
+ 'typeXX': "Atom",
214
+ 'tailXX': a([]),
215
+ 'type arguments': d({}),
216
+ }]],
217
+ })],
218
+ })],
313
219
  })]
314
220
  },
315
221
  "Type Library": {
316
222
  'parameters': d({}),
317
223
  'type': <g_cosmos.D.Data__Type>['group', d({
318
- "global types": {
319
- 'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
320
- 'context': ['local', null],
321
- 'typeXX': "Global Type",
322
- 'tailXX': a([]),
323
- 'type arguments': d({}),
324
- }]]],
325
- },
326
- "imports": {
327
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
328
- 'context': ['local', null],
329
- 'typeXX': "Imports",
330
- 'tailXX': a([]),
331
- 'type arguments': d({}),
332
- }]],
333
- },
334
- "labels": {
335
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
336
- 'context': ['local', null],
337
- 'typeXX': "Labels",
338
- 'tailXX': a([]),
339
- 'type arguments': d({}),
340
- }]],
341
- },
224
+ "global types": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
225
+ 'context': ['local', null],
226
+ 'typeXX': "Global Type",
227
+ 'tailXX': a([]),
228
+ 'type arguments': d({}),
229
+ }]]],
230
+ "imports": <g_cosmos.D.Data__Type>['component', ['type', {
231
+ 'context': ['local', null],
232
+ 'typeXX': "Imports",
233
+ 'tailXX': a([]),
234
+ 'type arguments': d({}),
235
+ }]],
236
+ "labels": <g_cosmos.D.Data__Type>['component', ['type', {
237
+ 'context': ['local', null],
238
+ 'typeXX': "Labels",
239
+ 'tailXX': a([]),
240
+ 'type arguments': d({}),
241
+ }]],
342
242
  })]
343
243
  },
344
244
  "Type Selection": {
345
245
  'parameters': d({}),
346
246
  'type': <g_cosmos.D.Data__Type>['group', d({
347
- "global type": {
348
- 'type': <g_cosmos.D.Data__Type>['reference', ['type', {
349
- 'context': ['local', null],
350
- 'typeXX': "Global Type Selection",
351
- 'tailXX': a([]),
352
- 'type arguments': d({}),
353
- }]],
354
- },
355
- "tail": {
356
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
357
- 'context': ['local', null],
358
- 'typeXX': "Type Selection Tail",
359
- 'tailXX': a([]),
360
- 'type arguments': d({}),
361
- }]]],
362
- },
247
+ "global type": <g_cosmos.D.Data__Type>['component', ['type', {
248
+ 'context': ['local', null],
249
+ 'typeXX': "Global Type Selection",
250
+ 'tailXX': a([]),
251
+ 'type arguments': d({}),
252
+ }]],
253
+ "tail": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
254
+ 'context': ['local', null],
255
+ 'typeXX': "Type Selection Tail",
256
+ 'tailXX': a([]),
257
+ 'type arguments': d({}),
258
+ }]]],
363
259
  })]
364
260
  },
365
261
  "Type Selection Tail": {
366
262
  'parameters': d({}),
367
263
  'type': <g_cosmos.D.Data__Type>['group', d({
368
- "step type": {
369
- 'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
370
- "array": <g_cosmos.D.Data__Type>['group', d({
371
- "annotation": {
372
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
373
- },
374
- "content": {
375
- 'type': <g_cosmos.D.Data__Type>['group', d({})],
376
- },
377
- })],
378
- "dictionary": <g_cosmos.D.Data__Type>['group', d({
379
- "annotation": {
380
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
381
- },
382
- "content": {
383
- 'type': <g_cosmos.D.Data__Type>['group', d({})],
384
- },
385
- })],
386
- "group": <g_cosmos.D.Data__Type>['group', d({
387
- "annotation": {
388
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
389
- },
390
- "content": {
391
- 'type': <g_cosmos.D.Data__Type>['group', d({
392
- "property": {
393
- 'type': <g_cosmos.D.Data__Type>['group', d({
394
- "annotation": {
395
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
396
- },
397
- "key": {
398
- 'type': <g_cosmos.D.Data__Type>['string', null],
399
- },
400
- })],
401
- },
402
- })],
403
- },
404
- })],
405
- "optional": <g_cosmos.D.Data__Type>['group', d({
406
- "annotation": {
407
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
408
- },
409
- "content": {
410
- 'type': <g_cosmos.D.Data__Type>['group', d({})],
411
- },
264
+ "step type": <g_cosmos.D.Data__Type>['state group', d({
265
+ "dictionary": <g_cosmos.D.Data__Type>['group', d({
266
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
267
+ "content": <g_cosmos.D.Data__Type>['group', d({})],
268
+ })],
269
+ "group": <g_cosmos.D.Data__Type>['group', d({
270
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
271
+ "content": <g_cosmos.D.Data__Type>['group', d({
272
+ "property": <g_cosmos.D.Data__Type>['group', d({
273
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
274
+ "key": <g_cosmos.D.Data__Type>['text', null],
275
+ })],
412
276
  })],
413
- "tagged union": <g_cosmos.D.Data__Type>['group', d({
414
- "annotation": {
415
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
416
- },
417
- "content": {
418
- 'type': <g_cosmos.D.Data__Type>['group', d({
419
- "option": {
420
- 'type': <g_cosmos.D.Data__Type>['group', d({
421
- "annotation": {
422
- 'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
423
- },
424
- "key": {
425
- 'type': <g_cosmos.D.Data__Type>['string', null],
426
- },
427
- })],
428
- },
429
- })],
430
- },
277
+ })],
278
+ "list": <g_cosmos.D.Data__Type>['group', d({
279
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
280
+ "content": <g_cosmos.D.Data__Type>['group', d({})],
281
+ })],
282
+ "optional": <g_cosmos.D.Data__Type>['group', d({
283
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
284
+ "content": <g_cosmos.D.Data__Type>['group', d({})],
285
+ })],
286
+ "state group": <g_cosmos.D.Data__Type>['group', d({
287
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
288
+ "content": <g_cosmos.D.Data__Type>['group', d({
289
+ "state": <g_cosmos.D.Data__Type>['group', d({
290
+ "annotation": <g_cosmos.D.Data__Type>['component', ['glossary parameterXX', "Annotation"]],
291
+ "key": <g_cosmos.D.Data__Type>['text', null],
292
+ })],
431
293
  })],
432
294
  })],
433
- },
434
- "tail": {
435
- 'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
436
- 'context': ['local', null],
437
- 'typeXX': "Type Selection Tail",
438
- 'tailXX': a([]),
439
- 'type arguments': d({}),
440
- }]]],
441
- },
295
+ })],
296
+ "tail": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['component', ['type', {
297
+ 'context': ['local', null],
298
+ 'typeXX': "Type Selection Tail",
299
+ 'tailXX': a([]),
300
+ 'type arguments': d({}),
301
+ }]]],
442
302
  })]
443
303
  },
444
304
  }),
@@ -569,7 +429,7 @@ export const $: g_cosmos.D.Glossary = {
569
429
  },
570
430
  }),
571
431
  },
572
- "Option Constraints": {
432
+ "Properties": {
573
433
  'data types': d({}),
574
434
  'namespaces': d({
575
435
  "DX": {
@@ -578,10 +438,6 @@ export const $: g_cosmos.D.Glossary = {
578
438
  "G": {
579
439
  'data types': d({}),
580
440
  'namespaces': d({
581
- "option": {
582
- 'data types': d({}),
583
- 'namespaces': d({}),
584
- },
585
441
  "type": {
586
442
  'data types': d({}),
587
443
  'namespaces': d({}),
@@ -592,7 +448,7 @@ export const $: g_cosmos.D.Glossary = {
592
448
  },
593
449
  }),
594
450
  },
595
- "Properties": {
451
+ "State Constraints": {
596
452
  'data types': d({}),
597
453
  'namespaces': d({
598
454
  "DX": {
@@ -601,6 +457,10 @@ export const $: g_cosmos.D.Glossary = {
601
457
  "G": {
602
458
  'data types': d({}),
603
459
  'namespaces': d({
460
+ "state": {
461
+ 'data types': d({}),
462
+ 'namespaces': d({}),
463
+ },
604
464
  "type": {
605
465
  'data types': d({}),
606
466
  'namespaces': d({}),
@@ -623,20 +483,6 @@ export const $: g_cosmos.D.Glossary = {
623
483
  "TU": {
624
484
  'data types': d({}),
625
485
  'namespaces': d({
626
- "array": {
627
- 'data types': d({}),
628
- 'namespaces': d({
629
- "G": {
630
- 'data types': d({}),
631
- 'namespaces': d({
632
- "type": {
633
- 'data types': d({}),
634
- 'namespaces': d({}),
635
- },
636
- }),
637
- },
638
- }),
639
- },
640
486
  "component": {
641
487
  'data types': d({}),
642
488
  'namespaces': d({
@@ -739,6 +585,20 @@ export const $: g_cosmos.D.Glossary = {
739
585
  },
740
586
  }),
741
587
  },
588
+ "list": {
589
+ 'data types': d({}),
590
+ 'namespaces': d({
591
+ "G": {
592
+ 'data types': d({}),
593
+ 'namespaces': d({
594
+ "type": {
595
+ 'data types': d({}),
596
+ 'namespaces': d({}),
597
+ },
598
+ }),
599
+ },
600
+ }),
601
+ },
742
602
  "nothing": {
743
603
  'data types': d({}),
744
604
  'namespaces': d({
@@ -762,13 +622,13 @@ export const $: g_cosmos.D.Glossary = {
762
622
  },
763
623
  }),
764
624
  },
765
- "tagged union": {
625
+ "state group": {
766
626
  'data types': d({}),
767
627
  'namespaces': d({
768
628
  "G": {
769
629
  'data types': d({}),
770
630
  'namespaces': d({
771
- "options": {
631
+ "states": {
772
632
  'data types': d({}),
773
633
  'namespaces': d({
774
634
  "DX": {
@@ -898,15 +758,6 @@ export const $: g_cosmos.D.Glossary = {
898
758
  "TU": {
899
759
  'data types': d({}),
900
760
  'namespaces': d({
901
- "array": {
902
- 'data types': d({}),
903
- 'namespaces': d({
904
- "G": {
905
- 'data types': d({}),
906
- 'namespaces': d({}),
907
- },
908
- }),
909
- },
910
761
  "dictionary": {
911
762
  'data types': d({}),
912
763
  'namespaces': d({
@@ -930,6 +781,15 @@ export const $: g_cosmos.D.Glossary = {
930
781
  },
931
782
  }),
932
783
  },
784
+ "list": {
785
+ 'data types': d({}),
786
+ 'namespaces': d({
787
+ "G": {
788
+ 'data types': d({}),
789
+ 'namespaces': d({}),
790
+ },
791
+ }),
792
+ },
933
793
  "optional": {
934
794
  'data types': d({}),
935
795
  'namespaces': d({
@@ -939,13 +799,13 @@ export const $: g_cosmos.D.Glossary = {
939
799
  },
940
800
  }),
941
801
  },
942
- "tagged union": {
802
+ "state group": {
943
803
  'data types': d({}),
944
804
  'namespaces': d({
945
805
  "G": {
946
806
  'data types': d({}),
947
807
  'namespaces': d({
948
- "option": {
808
+ "state": {
949
809
  'data types': d({}),
950
810
  'namespaces': d({}),
951
811
  },