@nfdi4plants/arctrl 1.0.0-alpha9 → 1.0.0-beta.2

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 (286) hide show
  1. package/ARC.js +28 -29
  2. package/Contract/Contract.js +3 -3
  3. package/Contracts/Contracts.ArcAssay.js +3 -3
  4. package/Contracts/Contracts.ArcInvestigation.js +3 -3
  5. package/Contracts/Contracts.ArcStudy.js +3 -3
  6. package/Contracts/Contracts.Git.js +4 -4
  7. package/FileSystem/Commit.js +2 -2
  8. package/FileSystem/FileSystem.js +4 -4
  9. package/FileSystem/FileSystemTree.js +15 -15
  10. package/FileSystem/Path.js +2 -2
  11. package/FileSystemTree.js +1 -1
  12. package/ISA/ISA/ArcTypes/ArcTable.js +20 -20
  13. package/ISA/ISA/ArcTypes/ArcTableAux.js +17 -17
  14. package/ISA/ISA/ArcTypes/ArcTables.js +283 -279
  15. package/ISA/ISA/ArcTypes/ArcTypes.js +89 -373
  16. package/ISA/ISA/ArcTypes/CompositeCell.js +4 -4
  17. package/ISA/ISA/ArcTypes/CompositeColumn.js +4 -4
  18. package/ISA/ISA/ArcTypes/CompositeHeader.js +5 -5
  19. package/ISA/ISA/ArcTypes/CompositeRow.js +1 -1
  20. package/ISA/ISA/Builder/Types.js +5 -5
  21. package/ISA/ISA/Fable.js +5 -5
  22. package/ISA/ISA/Helper.js +9 -9
  23. package/ISA/ISA/Identifier.js +2 -2
  24. package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
  25. package/ISA/ISA/JsonTypes/Assay.js +26 -26
  26. package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
  27. package/ISA/ISA/JsonTypes/ColumnIndex.js +23 -23
  28. package/ISA/ISA/JsonTypes/Comment.js +3 -3
  29. package/ISA/ISA/JsonTypes/CommentList.js +4 -4
  30. package/ISA/ISA/JsonTypes/Component.js +12 -12
  31. package/ISA/ISA/JsonTypes/Data.js +4 -4
  32. package/ISA/ISA/JsonTypes/DataFile.js +2 -2
  33. package/ISA/ISA/JsonTypes/Factor.js +12 -12
  34. package/ISA/ISA/JsonTypes/FactorValue.js +5 -5
  35. package/ISA/ISA/JsonTypes/Investigation.js +6 -6
  36. package/ISA/ISA/JsonTypes/Material.js +5 -5
  37. package/ISA/ISA/JsonTypes/MaterialAttribute.js +4 -4
  38. package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
  39. package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
  40. package/ISA/ISA/JsonTypes/OntologyAnnotation.js +10 -10
  41. package/ISA/ISA/JsonTypes/OntologySourceReference.js +8 -8
  42. package/ISA/ISA/JsonTypes/Person.js +9 -9
  43. package/ISA/ISA/JsonTypes/Process.js +11 -11
  44. package/ISA/ISA/JsonTypes/ProcessInput.js +5 -5
  45. package/ISA/ISA/JsonTypes/ProcessOutput.js +5 -5
  46. package/ISA/ISA/JsonTypes/ProcessParameterValue.js +5 -5
  47. package/ISA/ISA/JsonTypes/ProcessSequence.js +14 -14
  48. package/ISA/ISA/JsonTypes/Protocol.js +6 -6
  49. package/ISA/ISA/JsonTypes/ProtocolParameter.js +4 -4
  50. package/ISA/ISA/JsonTypes/Publication.js +8 -8
  51. package/ISA/ISA/JsonTypes/Sample.js +5 -5
  52. package/ISA/ISA/JsonTypes/Source.js +5 -5
  53. package/ISA/ISA/JsonTypes/Study.js +58 -58
  54. package/ISA/ISA/JsonTypes/StudyMaterials.js +4 -4
  55. package/ISA/ISA/JsonTypes/Value.js +7 -7
  56. package/ISA/ISA/Regex.js +3 -3
  57. package/ISA/ISA.Json/Assay.js +5 -5
  58. package/ISA/ISA.Json/Comment.js +5 -5
  59. package/ISA/ISA.Json/ConverterOptions.js +1 -1
  60. package/ISA/ISA.Json/Data.js +5 -5
  61. package/ISA/ISA.Json/Decode.js +4 -4
  62. package/ISA/ISA.Json/Factor.js +5 -5
  63. package/ISA/ISA.Json/GEncode.js +3 -3
  64. package/ISA/ISA.Json/Investigation.js +6 -6
  65. package/ISA/ISA.Json/Material.js +5 -5
  66. package/ISA/ISA.Json/Ontology.js +6 -6
  67. package/ISA/ISA.Json/Person.js +10 -10
  68. package/ISA/ISA.Json/Process.js +5 -5
  69. package/ISA/ISA.Json/Protocol.js +6 -6
  70. package/ISA/ISA.Json/Publication.js +4 -4
  71. package/ISA/ISA.Json/Study.js +6 -6
  72. package/ISA/ISA.Json/Validation/Fable.js +6 -6
  73. package/ISA/ISA.Json/Validation/JsonSchemaValidation.js +1 -1
  74. package/ISA/ISA.Json/Validation/ValidationResult.js +2 -2
  75. package/ISA/ISA.Spreadsheet/AnnotationTable/ArcTable.js +19 -17
  76. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +4 -4
  77. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +9 -9
  78. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +14 -14
  79. package/ISA/ISA.Spreadsheet/ArcAssay.js +17 -20
  80. package/ISA/ISA.Spreadsheet/ArcInvestigation.js +37 -37
  81. package/ISA/ISA.Spreadsheet/ArcStudy.js +13 -13
  82. package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
  83. package/ISA/ISA.Spreadsheet/Metadata/Assays.js +10 -10
  84. package/ISA/ISA.Spreadsheet/Metadata/Comment.js +6 -6
  85. package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +11 -11
  86. package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +7 -7
  87. package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
  88. package/ISA/ISA.Spreadsheet/Metadata/Factors.js +8 -8
  89. package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
  90. package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +7 -7
  91. package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
  92. package/ISA/ISA.Spreadsheet/Metadata/Publication.js +9 -9
  93. package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +23 -23
  94. package/ISA/ISA.Spreadsheet/Metadata/Study.js +22 -22
  95. package/README.md +29 -253
  96. package/SemVer.js +7 -7
  97. package/Templates/Template.Json.js +12 -9
  98. package/Templates/Template.Spreadsheet.js +39 -23
  99. package/Templates/Template.Web.js +4 -4
  100. package/Templates/Template.js +7 -7
  101. package/Templates/Templates.js +5 -5
  102. package/WebRequest/WebRequest.js +4 -4
  103. package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
  104. package/fable_modules/{Fable.Promise.3.2.0 → Fable.Promise.2.2.2}/Fable.Promise.fableproj +3 -4
  105. package/fable_modules/Fable.Promise.2.2.2/Promise.fs +176 -0
  106. package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +143 -0
  107. package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +4 -0
  108. package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +4 -0
  109. package/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +8 -8
  110. package/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +2 -2
  111. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs +85 -36
  112. package/fable_modules/FsSpreadsheet.5.0.1/Cells/FsCell.fs.js +272 -0
  113. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js +8 -8
  114. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs +1 -0
  115. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs.js +21 -21
  116. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs.js +3 -3
  117. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs.js +2 -2
  118. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs.js +1 -1
  119. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs.js +3 -3
  120. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs.js +3 -3
  121. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs.js +3 -3
  122. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs +1 -1
  123. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs.js +9 -8
  124. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs +1 -1
  125. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs.js +7 -7
  126. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs.js +3 -3
  127. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs.js +9 -9
  128. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs +3 -1
  129. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs.js +3 -3
  130. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs +2 -0
  131. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs.js +3 -3
  132. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs.js +8 -8
  133. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs +10 -1
  134. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs.js +24 -19
  135. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs.js +3 -3
  136. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs.js +2 -2
  137. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs.js +3 -3
  138. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs.js +3 -3
  139. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs.js +1 -1
  140. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs +4 -4
  141. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs.js +10 -10
  142. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs +20 -4
  143. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs.js +33 -13
  144. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs.js +4 -4
  145. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs.js +1 -1
  146. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +3 -3
  147. package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +26 -26
  148. package/fable_modules/Thoth.Json.10.1.0/Encode.fs.js +13 -13
  149. package/fable_modules/Thoth.Json.10.1.0/Extra.fs.js +2 -2
  150. package/fable_modules/Thoth.Json.10.1.0/Types.fs.js +6 -6
  151. package/fable_modules/fable-library.4.4.1/CHANGELOG.md +11 -0
  152. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.js +1 -1
  153. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.js +1 -1
  154. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.js +1 -1
  155. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.js +1 -1
  156. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/README.md +2 -2
  157. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.js +64 -64
  158. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.d.ts +20 -0
  159. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.js +120 -0
  160. package/fable_modules/fable-library.4.4.1/lib/big.d.ts +5 -0
  161. package/fable_modules/project_cracked.json +1 -1
  162. package/package.json +1 -1
  163. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
  164. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -104
  165. package/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
  166. package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -217
  167. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
  168. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -19
  169. package/fable_modules/FsSpreadsheet.4.1.0/Cells/FsCell.fs.js +0 -240
  170. package/fable_modules/fable-library.4.1.4/lib/big.d.ts +0 -338
  171. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs +0 -0
  172. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs +0 -0
  173. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs +0 -0
  174. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs +0 -0
  175. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs +0 -0
  176. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs.js +0 -0
  177. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs +0 -0
  178. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs +0 -0
  179. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs +0 -0
  180. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs +0 -0
  181. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs +0 -0
  182. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsSpreadsheet.fableproj +0 -0
  183. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs +0 -0
  184. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs +0 -0
  185. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs +0 -0
  186. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs +0 -0
  187. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs +0 -0
  188. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs +0 -0
  189. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs +0 -0
  190. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs +0 -0
  191. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  192. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +0 -0
  193. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  194. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.d.ts +0 -0
  195. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.js +0 -0
  196. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.d.ts +0 -0
  197. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.js +0 -0
  198. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.d.ts +0 -0
  199. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.js +0 -0
  200. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.d.ts +0 -0
  201. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.js +0 -0
  202. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.d.ts +0 -0
  203. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.js +0 -0
  204. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.d.ts +0 -0
  205. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.js +0 -0
  206. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.d.ts +0 -0
  207. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.js +0 -0
  208. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.d.ts +0 -0
  209. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.js +0 -0
  210. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.d.ts +0 -0
  211. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.js +0 -0
  212. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.d.ts +0 -0
  213. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.js +0 -0
  214. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.d.ts +0 -0
  215. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.js +0 -0
  216. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.d.ts +0 -0
  217. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.d.ts +0 -0
  218. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.d.ts +0 -0
  219. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.js +0 -0
  220. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.d.ts +0 -0
  221. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.js +0 -0
  222. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.d.ts +0 -0
  223. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.js +0 -0
  224. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.d.ts +0 -0
  225. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.js +0 -0
  226. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.d.ts +0 -0
  227. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.js +0 -0
  228. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.d.ts +0 -0
  229. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.js +0 -0
  230. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.d.ts +0 -0
  231. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.d.ts +0 -0
  232. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.js +0 -0
  233. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.d.ts +0 -0
  234. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.d.ts +0 -0
  235. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.js +0 -0
  236. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.d.ts +0 -0
  237. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.js +0 -0
  238. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.d.ts +0 -0
  239. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.js +0 -0
  240. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.d.ts +0 -0
  241. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.js +0 -0
  242. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.d.ts +0 -0
  243. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.js +0 -0
  244. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.d.ts +0 -0
  245. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.js +0 -0
  246. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.d.ts +0 -0
  247. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.js +0 -0
  248. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.d.ts +0 -0
  249. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.js +0 -0
  250. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.d.ts +0 -0
  251. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.js +0 -0
  252. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.d.ts +0 -0
  253. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.js +0 -0
  254. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.d.ts +0 -0
  255. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.js +0 -0
  256. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.d.ts +0 -0
  257. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.js +0 -0
  258. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.d.ts +0 -0
  259. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.js +0 -0
  260. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.d.ts +0 -0
  261. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.js +0 -0
  262. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.d.ts +0 -0
  263. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.js +0 -0
  264. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.d.ts +0 -0
  265. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.d.ts +0 -0
  266. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.js +0 -0
  267. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.d.ts +0 -0
  268. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.js +0 -0
  269. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.d.ts +0 -0
  270. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.js +0 -0
  271. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.d.ts +0 -0
  272. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.js +0 -0
  273. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.d.ts +0 -0
  274. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.js +0 -0
  275. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.d.ts +0 -0
  276. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.js +0 -0
  277. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.d.ts +0 -0
  278. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.js +0 -0
  279. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.d.ts +0 -0
  280. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.js +0 -0
  281. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.d.ts +0 -0
  282. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.js +0 -0
  283. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.d.ts +0 -0
  284. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.js +0 -0
  285. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/lib/big.js +0 -0
  286. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/package.json +0 -0
@@ -1,9 +1,9 @@
1
- import { FSharpRef, Record, Union } from "../fable-library.4.1.4/Types.js";
2
- import { record_type, class_type, tuple_type, lambda_type, union_type, list_type, obj_type, string_type } from "../fable-library.4.1.4/Reflection.js";
3
- import { FSharpResult$2 } from "../fable-library.4.1.4/Choice.js";
4
- import { defaultOf } from "../fable-library.4.1.4/Util.js";
5
- import { addToDict, tryGetValue } from "../fable-library.4.1.4/MapUtil.js";
6
- import { replace } from "../fable-library.4.1.4/RegExp.js";
1
+ import { FSharpRef, Record, Union } from "../fable-library.4.4.1/Types.js";
2
+ import { record_type, class_type, tuple_type, lambda_type, union_type, list_type, obj_type, string_type } from "../fable-library.4.4.1/Reflection.js";
3
+ import { FSharpResult$2 } from "../fable-library.4.4.1/Choice.js";
4
+ import { defaultOf } from "../fable-library.4.4.1/Util.js";
5
+ import { addToDict, tryGetValue } from "../fable-library.4.4.1/MapUtil.js";
6
+ import { replace } from "../fable-library.4.4.1/RegExp.js";
7
7
 
8
8
  export class ErrorReason extends Union {
9
9
  constructor(tag, fields) {
@@ -0,0 +1,11 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## Unreleased
8
+
9
+ ## 1.1.1
10
+
11
+ * Initialising the changelog
@@ -107,7 +107,7 @@ export function parse(str) {
107
107
  return defValue.contents;
108
108
  }
109
109
  else {
110
- throw new Error("Input string was not in a correct format.");
110
+ throw new Error(`The input string ${str} was not in a correct format.`);
111
111
  }
112
112
  }
113
113
  export function toNumber(x) {
@@ -16,7 +16,7 @@ export function parse(str) {
16
16
  return defValue.contents;
17
17
  }
18
18
  else {
19
- throw new Error("Input string was not in a correct format.");
19
+ throw new Error(`The input string ${str} was not in a correct format.`);
20
20
  }
21
21
  }
22
22
  // JS Number.isFinite function evals false for NaN
@@ -102,7 +102,7 @@ export function parse(str, style, unsigned, bitsize, radix) {
102
102
  }
103
103
  }
104
104
  }
105
- throw new Error("Input string was not in a correct format.");
105
+ throw new Error(`The input string ${str} was not in a correct format.`);
106
106
  }
107
107
  export function tryParse(str, style, unsigned, bitsize, defValue) {
108
108
  try {
@@ -33,7 +33,7 @@ export function parse(str, style, unsigned, _bitsize, radix) {
33
33
  return fromString(str);
34
34
  }
35
35
  }
36
- throw new Error("Input string was not in a correct format.");
36
+ throw new Error(`The input string ${str} was not in a correct format.`);
37
37
  }
38
38
  export function tryParse(str, style, unsigned, bitsize, defValue) {
39
39
  try {
@@ -1,3 +1,3 @@
1
- # fable-library
2
-
1
+ # fable-library
2
+
3
3
  Core library used by F# projects compiled with [Fable](https://fable.io).
@@ -1,5 +1,5 @@
1
1
  import { record_type, bool_type, list_type, option_type, class_type } from "./Reflection.js";
2
- import { some, value as value_1 } from "./Option.js";
2
+ import { some, value as value_3 } from "./Option.js";
3
3
  import { structuralHash, toIterator, disposeSafe, getEnumerator, isArrayLike } from "./Util.js";
4
4
  import { toString, Record } from "./Types.js";
5
5
  import { fold as fold_2, cons, singleton as singleton_1, empty as empty_1, ofArrayWithTail, tail, head, isEmpty as isEmpty_1, FSharpList } from "./List.js";
@@ -51,7 +51,7 @@ export function SetTreeModule_countAux(t_mut, acc_mut) {
51
51
  SetTreeModule_countAux: while (true) {
52
52
  const t = t_mut, acc = acc_mut;
53
53
  if (t != null) {
54
- const t2 = value_1(t);
54
+ const t2 = value_3(t);
55
55
  if (t2 instanceof SetTreeNode$1) {
56
56
  const tn = t2;
57
57
  t_mut = SetTreeNode$1__get_Left(tn);
@@ -76,7 +76,7 @@ export function SetTreeModule_mk(l, k, r) {
76
76
  let hl;
77
77
  const t = l;
78
78
  if (t != null) {
79
- const t2 = value_1(t);
79
+ const t2 = value_3(t);
80
80
  hl = ((t2 instanceof SetTreeNode$1) ? ((tn = t2, SetTreeNode$1__get_Height(tn))) : 1);
81
81
  }
82
82
  else {
@@ -85,7 +85,7 @@ export function SetTreeModule_mk(l, k, r) {
85
85
  let hr;
86
86
  const t_1 = r;
87
87
  if (t_1 != null) {
88
- const t2_1 = value_1(t_1);
88
+ const t2_1 = value_3(t_1);
89
89
  hr = ((t2_1 instanceof SetTreeNode$1) ? ((tn_1 = t2_1, SetTreeNode$1__get_Height(tn_1))) : 1);
90
90
  }
91
91
  else {
@@ -104,7 +104,7 @@ export function SetTreeModule_rebalance(t1, v, t2) {
104
104
  let t1h;
105
105
  const t = t1;
106
106
  if (t != null) {
107
- const t2_1 = value_1(t);
107
+ const t2_1 = value_3(t);
108
108
  t1h = ((t2_1 instanceof SetTreeNode$1) ? ((tn = t2_1, SetTreeNode$1__get_Height(tn))) : 1);
109
109
  }
110
110
  else {
@@ -113,18 +113,18 @@ export function SetTreeModule_rebalance(t1, v, t2) {
113
113
  let t2h;
114
114
  const t_1 = t2;
115
115
  if (t_1 != null) {
116
- const t2_2 = value_1(t_1);
116
+ const t2_2 = value_3(t_1);
117
117
  t2h = ((t2_2 instanceof SetTreeNode$1) ? ((tn_1 = t2_2, SetTreeNode$1__get_Height(tn_1))) : 1);
118
118
  }
119
119
  else {
120
120
  t2h = 0;
121
121
  }
122
122
  if (t2h > (t1h + 2)) {
123
- const matchValue = value_1(t2);
123
+ const matchValue = value_3(t2);
124
124
  if (matchValue instanceof SetTreeNode$1) {
125
125
  const t2$0027 = matchValue;
126
- if (((t_2 = SetTreeNode$1__get_Left(t2$0027), (t_2 != null) ? ((t2_3 = value_1(t_2), (t2_3 instanceof SetTreeNode$1) ? ((tn_2 = t2_3, SetTreeNode$1__get_Height(tn_2))) : 1)) : 0)) > (t1h + 1)) {
127
- const matchValue_1 = value_1(SetTreeNode$1__get_Left(t2$0027));
126
+ if (((t_2 = SetTreeNode$1__get_Left(t2$0027), (t_2 != null) ? ((t2_3 = value_3(t_2), (t2_3 instanceof SetTreeNode$1) ? ((tn_2 = t2_3, SetTreeNode$1__get_Height(tn_2))) : 1)) : 0)) > (t1h + 1)) {
127
+ const matchValue_1 = value_3(SetTreeNode$1__get_Left(t2$0027));
128
128
  if (matchValue_1 instanceof SetTreeNode$1) {
129
129
  const t2l = matchValue_1;
130
130
  return SetTreeModule_mk(SetTreeModule_mk(t1, v, SetTreeNode$1__get_Left(t2l)), SetTreeLeaf$1__get_Key(t2l), SetTreeModule_mk(SetTreeNode$1__get_Right(t2l), SetTreeLeaf$1__get_Key(t2$0027), SetTreeNode$1__get_Right(t2$0027)));
@@ -142,11 +142,11 @@ export function SetTreeModule_rebalance(t1, v, t2) {
142
142
  }
143
143
  }
144
144
  else if (t1h > (t2h + 2)) {
145
- const matchValue_2 = value_1(t1);
145
+ const matchValue_2 = value_3(t1);
146
146
  if (matchValue_2 instanceof SetTreeNode$1) {
147
147
  const t1$0027 = matchValue_2;
148
- if (((t_3 = SetTreeNode$1__get_Right(t1$0027), (t_3 != null) ? ((t2_4 = value_1(t_3), (t2_4 instanceof SetTreeNode$1) ? ((tn_3 = t2_4, SetTreeNode$1__get_Height(tn_3))) : 1)) : 0)) > (t2h + 1)) {
149
- const matchValue_3 = value_1(SetTreeNode$1__get_Right(t1$0027));
148
+ if (((t_3 = SetTreeNode$1__get_Right(t1$0027), (t_3 != null) ? ((t2_4 = value_3(t_3), (t2_4 instanceof SetTreeNode$1) ? ((tn_3 = t2_4, SetTreeNode$1__get_Height(tn_3))) : 1)) : 0)) > (t2h + 1)) {
149
+ const matchValue_3 = value_3(SetTreeNode$1__get_Right(t1$0027));
150
150
  if (matchValue_3 instanceof SetTreeNode$1) {
151
151
  const t1r = matchValue_3;
152
152
  return SetTreeModule_mk(SetTreeModule_mk(SetTreeNode$1__get_Left(t1$0027), SetTreeLeaf$1__get_Key(t1$0027), SetTreeNode$1__get_Left(t1r)), SetTreeLeaf$1__get_Key(t1r), SetTreeModule_mk(SetTreeNode$1__get_Right(t1r), v, t2));
@@ -169,7 +169,7 @@ export function SetTreeModule_rebalance(t1, v, t2) {
169
169
  }
170
170
  export function SetTreeModule_add(comparer, k, t) {
171
171
  if (t != null) {
172
- const t2 = value_1(t);
172
+ const t2 = value_3(t);
173
173
  const c = comparer.Compare(k, SetTreeLeaf$1__get_Key(t2)) | 0;
174
174
  if (t2 instanceof SetTreeNode$1) {
175
175
  const tn = t2;
@@ -202,9 +202,9 @@ export function SetTreeModule_add(comparer, k, t) {
202
202
  }
203
203
  export function SetTreeModule_balance(comparer, t1, k, t2) {
204
204
  if (t1 != null) {
205
- const t1$0027 = value_1(t1);
205
+ const t1$0027 = value_3(t1);
206
206
  if (t2 != null) {
207
- const t2$0027 = value_1(t2);
207
+ const t2$0027 = value_3(t2);
208
208
  if (t1$0027 instanceof SetTreeNode$1) {
209
209
  const t1n = t1$0027;
210
210
  if (t2$0027 instanceof SetTreeNode$1) {
@@ -237,7 +237,7 @@ export function SetTreeModule_balance(comparer, t1, k, t2) {
237
237
  }
238
238
  export function SetTreeModule_split(comparer, pivot, t) {
239
239
  if (t != null) {
240
- const t2 = value_1(t);
240
+ const t2 = value_3(t);
241
241
  if (t2 instanceof SetTreeNode$1) {
242
242
  const tn = t2;
243
243
  const c = comparer.Compare(pivot, SetTreeLeaf$1__get_Key(tn)) | 0;
@@ -272,7 +272,7 @@ export function SetTreeModule_split(comparer, pivot, t) {
272
272
  }
273
273
  export function SetTreeModule_spliceOutSuccessor(t) {
274
274
  if (t != null) {
275
- const t2 = value_1(t);
275
+ const t2 = value_3(t);
276
276
  if (t2 instanceof SetTreeNode$1) {
277
277
  const tn = t2;
278
278
  if (SetTreeNode$1__get_Left(tn) == null) {
@@ -293,7 +293,7 @@ export function SetTreeModule_spliceOutSuccessor(t) {
293
293
  }
294
294
  export function SetTreeModule_remove(comparer, k, t) {
295
295
  if (t != null) {
296
- const t2 = value_1(t);
296
+ const t2 = value_3(t);
297
297
  const c = comparer.Compare(k, SetTreeLeaf$1__get_Key(t2)) | 0;
298
298
  if (t2 instanceof SetTreeNode$1) {
299
299
  const tn = t2;
@@ -331,7 +331,7 @@ export function SetTreeModule_mem(comparer_mut, k_mut, t_mut) {
331
331
  SetTreeModule_mem: while (true) {
332
332
  const comparer = comparer_mut, k = k_mut, t = t_mut;
333
333
  if (t != null) {
334
- const t2 = value_1(t);
334
+ const t2 = value_3(t);
335
335
  const c = comparer.Compare(k, SetTreeLeaf$1__get_Key(t2)) | 0;
336
336
  if (t2 instanceof SetTreeNode$1) {
337
337
  const tn = t2;
@@ -365,7 +365,7 @@ export function SetTreeModule_iter(f_mut, t_mut) {
365
365
  SetTreeModule_iter: while (true) {
366
366
  const f = f_mut, t = t_mut;
367
367
  if (t != null) {
368
- const t2 = value_1(t);
368
+ const t2 = value_3(t);
369
369
  if (t2 instanceof SetTreeNode$1) {
370
370
  const tn = t2;
371
371
  SetTreeModule_iter(f, SetTreeNode$1__get_Left(tn));
@@ -385,7 +385,7 @@ export function SetTreeModule_foldBackOpt(f_mut, t_mut, x_mut) {
385
385
  SetTreeModule_foldBackOpt: while (true) {
386
386
  const f = f_mut, t = t_mut, x = x_mut;
387
387
  if (t != null) {
388
- const t2 = value_1(t);
388
+ const t2 = value_3(t);
389
389
  if (t2 instanceof SetTreeNode$1) {
390
390
  const tn = t2;
391
391
  f_mut = f;
@@ -410,7 +410,7 @@ export function SetTreeModule_foldOpt(f_mut, x_mut, t_mut) {
410
410
  SetTreeModule_foldOpt: while (true) {
411
411
  const f = f_mut, x = x_mut, t = t_mut;
412
412
  if (t != null) {
413
- const t2 = value_1(t);
413
+ const t2 = value_3(t);
414
414
  if (t2 instanceof SetTreeNode$1) {
415
415
  const tn = t2;
416
416
  f_mut = f;
@@ -435,7 +435,7 @@ export function SetTreeModule_forall(f_mut, t_mut) {
435
435
  SetTreeModule_forall: while (true) {
436
436
  const f = f_mut, t = t_mut;
437
437
  if (t != null) {
438
- const t2 = value_1(t);
438
+ const t2 = value_3(t);
439
439
  if (t2 instanceof SetTreeNode$1) {
440
440
  const tn = t2;
441
441
  if (f(SetTreeLeaf$1__get_Key(tn)) && SetTreeModule_forall(f, SetTreeNode$1__get_Left(tn))) {
@@ -461,7 +461,7 @@ export function SetTreeModule_exists(f_mut, t_mut) {
461
461
  SetTreeModule_exists: while (true) {
462
462
  const f = f_mut, t = t_mut;
463
463
  if (t != null) {
464
- const t2 = value_1(t);
464
+ const t2 = value_3(t);
465
465
  if (t2 instanceof SetTreeNode$1) {
466
466
  const tn = t2;
467
467
  if (f(SetTreeLeaf$1__get_Key(tn)) ? true : SetTreeModule_exists(f, SetTreeNode$1__get_Left(tn))) {
@@ -498,7 +498,7 @@ export function SetTreeModule_filterAux(comparer_mut, f_mut, t_mut, acc_mut) {
498
498
  SetTreeModule_filterAux: while (true) {
499
499
  const comparer = comparer_mut, f = f_mut, t = t_mut, acc = acc_mut;
500
500
  if (t != null) {
501
- const t2 = value_1(t);
501
+ const t2 = value_3(t);
502
502
  if (t2 instanceof SetTreeNode$1) {
503
503
  const tn = t2;
504
504
  const acc_1 = f(SetTreeLeaf$1__get_Key(tn)) ? SetTreeModule_add(comparer, SetTreeLeaf$1__get_Key(tn), acc) : acc;
@@ -531,7 +531,7 @@ export function SetTreeModule_diffAux(comparer_mut, t_mut, acc_mut) {
531
531
  return acc;
532
532
  }
533
533
  else if (t != null) {
534
- const t2 = value_1(t);
534
+ const t2 = value_3(t);
535
535
  if (t2 instanceof SetTreeNode$1) {
536
536
  const tn = t2;
537
537
  comparer_mut = comparer;
@@ -554,9 +554,9 @@ export function SetTreeModule_diff(comparer, a, b) {
554
554
  }
555
555
  export function SetTreeModule_union(comparer, t1, t2) {
556
556
  if (t1 != null) {
557
- const t1$0027 = value_1(t1);
557
+ const t1$0027 = value_3(t1);
558
558
  if (t2 != null) {
559
- const t2$0027 = value_1(t2);
559
+ const t2$0027 = value_3(t2);
560
560
  if (t1$0027 instanceof SetTreeNode$1) {
561
561
  const t1n = t1$0027;
562
562
  if (t2$0027 instanceof SetTreeNode$1) {
@@ -590,7 +590,7 @@ export function SetTreeModule_intersectionAux(comparer_mut, b_mut, t_mut, acc_mu
590
590
  SetTreeModule_intersectionAux: while (true) {
591
591
  const comparer = comparer_mut, b = b_mut, t = t_mut, acc = acc_mut;
592
592
  if (t != null) {
593
- const t2 = value_1(t);
593
+ const t2 = value_3(t);
594
594
  if (t2 instanceof SetTreeNode$1) {
595
595
  const tn = t2;
596
596
  const acc_1 = SetTreeModule_intersectionAux(comparer, b, SetTreeNode$1__get_Right(tn), acc);
@@ -630,7 +630,7 @@ export function SetTreeModule_partitionAux(comparer_mut, f_mut, t_mut, acc__mut,
630
630
  const comparer = comparer_mut, f = f_mut, t = t_mut, acc_ = acc__mut, acc__1 = acc__1_mut;
631
631
  const acc = [acc_, acc__1];
632
632
  if (t != null) {
633
- const t2 = value_1(t);
633
+ const t2 = value_3(t);
634
634
  if (t2 instanceof SetTreeNode$1) {
635
635
  const tn = t2;
636
636
  const acc_1 = SetTreeModule_partitionAux(comparer, f, SetTreeNode$1__get_Right(tn), acc[0], acc[1]);
@@ -659,7 +659,7 @@ export function SetTreeModule_minimumElementAux(t_mut, n_mut) {
659
659
  SetTreeModule_minimumElementAux: while (true) {
660
660
  const t = t_mut, n = n_mut;
661
661
  if (t != null) {
662
- const t2 = value_1(t);
662
+ const t2 = value_3(t);
663
663
  if (t2 instanceof SetTreeNode$1) {
664
664
  const tn = t2;
665
665
  t_mut = SetTreeNode$1__get_Left(tn);
@@ -678,7 +678,7 @@ export function SetTreeModule_minimumElementAux(t_mut, n_mut) {
678
678
  }
679
679
  export function SetTreeModule_minimumElementOpt(t) {
680
680
  if (t != null) {
681
- const t2 = value_1(t);
681
+ const t2 = value_3(t);
682
682
  if (t2 instanceof SetTreeNode$1) {
683
683
  const tn = t2;
684
684
  return some(SetTreeModule_minimumElementAux(SetTreeNode$1__get_Left(tn), SetTreeLeaf$1__get_Key(tn)));
@@ -695,7 +695,7 @@ export function SetTreeModule_maximumElementAux(t_mut, n_mut) {
695
695
  SetTreeModule_maximumElementAux: while (true) {
696
696
  const t = t_mut, n = n_mut;
697
697
  if (t != null) {
698
- const t2 = value_1(t);
698
+ const t2 = value_3(t);
699
699
  if (t2 instanceof SetTreeNode$1) {
700
700
  const tn = t2;
701
701
  t_mut = SetTreeNode$1__get_Right(tn);
@@ -714,7 +714,7 @@ export function SetTreeModule_maximumElementAux(t_mut, n_mut) {
714
714
  }
715
715
  export function SetTreeModule_maximumElementOpt(t) {
716
716
  if (t != null) {
717
- const t2 = value_1(t);
717
+ const t2 = value_3(t);
718
718
  if (t2 instanceof SetTreeNode$1) {
719
719
  const tn = t2;
720
720
  return some(SetTreeModule_maximumElementAux(SetTreeNode$1__get_Right(tn), SetTreeLeaf$1__get_Key(tn)));
@@ -733,7 +733,7 @@ export function SetTreeModule_minimumElement(s) {
733
733
  throw new Error("Set contains no elements");
734
734
  }
735
735
  else {
736
- return value_1(matchValue);
736
+ return value_3(matchValue);
737
737
  }
738
738
  }
739
739
  export function SetTreeModule_maximumElement(s) {
@@ -742,7 +742,7 @@ export function SetTreeModule_maximumElement(s) {
742
742
  throw new Error("Set contains no elements");
743
743
  }
744
744
  else {
745
- return value_1(matchValue);
745
+ return value_3(matchValue);
746
746
  }
747
747
  }
748
748
  export class SetTreeModule_SetIterator$1 extends Record {
@@ -762,7 +762,7 @@ export function SetTreeModule_collapseLHS(stack_mut) {
762
762
  const x = head(stack);
763
763
  const rest = tail(stack);
764
764
  if (x != null) {
765
- const x2 = value_1(x);
765
+ const x2 = value_3(x);
766
766
  if (x2 instanceof SetTreeNode$1) {
767
767
  const xn = x2;
768
768
  stack_mut = ofArrayWithTail([SetTreeNode$1__get_Left(xn), SetTreeLeaf$1_$ctor_2B595(SetTreeLeaf$1__get_Key(xn)), SetTreeNode$1__get_Right(xn)], rest);
@@ -799,7 +799,7 @@ export function SetTreeModule_current(i) {
799
799
  return SetTreeModule_alreadyFinished();
800
800
  }
801
801
  else if (head(matchValue) != null) {
802
- const t = value_1(head(matchValue));
802
+ const t = value_3(head(matchValue));
803
803
  return SetTreeLeaf$1__get_Key(t);
804
804
  }
805
805
  else {
@@ -815,7 +815,7 @@ export function SetTreeModule_moveNext(i) {
815
815
  const matchValue = i.stack;
816
816
  if (!isEmpty_1(matchValue)) {
817
817
  if (head(matchValue) != null) {
818
- const t = value_1(head(matchValue));
818
+ const t = value_3(head(matchValue));
819
819
  if (t instanceof SetTreeNode$1) {
820
820
  throw new Error("Please report error: Set iterator, unexpected stack for moveNext");
821
821
  }
@@ -866,8 +866,8 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
866
866
  if (!isEmpty_1(l2)) {
867
867
  if (head(l2) != null) {
868
868
  if (head(l1) != null) {
869
- const x1_3 = value_1(head(l1));
870
- const x2_3 = value_1(head(l2));
869
+ const x1_3 = value_3(head(l1));
870
+ const x2_3 = value_3(head(l2));
871
871
  if (x1_3 instanceof SetTreeNode$1) {
872
872
  const x1n_2 = x1_3;
873
873
  if (SetTreeNode$1__get_Left(x1n_2) == null) {
@@ -891,13 +891,13 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
891
891
  if (head(l1) != null) {
892
892
  matchResult = 0;
893
893
  t1_6 = tail(l1);
894
- x1_4 = value_1(head(l1));
894
+ x1_4 = value_3(head(l1));
895
895
  }
896
896
  else if (!isEmpty_1(l2)) {
897
897
  if (head(l2) != null) {
898
898
  matchResult = 1;
899
899
  t2_6 = tail(l2);
900
- x2_4 = value_1(head(l2));
900
+ x2_4 = value_3(head(l2));
901
901
  }
902
902
  else {
903
903
  matchResult = 2;
@@ -911,7 +911,7 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
911
911
  if (head(l2) != null) {
912
912
  matchResult = 1;
913
913
  t2_6 = tail(l2);
914
- x2_4 = value_1(head(l2));
914
+ x2_4 = value_3(head(l2));
915
915
  }
916
916
  else {
917
917
  matchResult = 2;
@@ -973,13 +973,13 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
973
973
  if (head(l1) != null) {
974
974
  matchResult_1 = 0;
975
975
  t1_7 = tail(l1);
976
- x1_5 = value_1(head(l1));
976
+ x1_5 = value_3(head(l1));
977
977
  }
978
978
  else if (!isEmpty_1(l2)) {
979
979
  if (head(l2) != null) {
980
980
  matchResult_1 = 1;
981
981
  t2_7 = tail(l2);
982
- x2_5 = value_1(head(l2));
982
+ x2_5 = value_3(head(l2));
983
983
  }
984
984
  else {
985
985
  matchResult_1 = 2;
@@ -993,7 +993,7 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
993
993
  if (head(l2) != null) {
994
994
  matchResult_1 = 1;
995
995
  t2_7 = tail(l2);
996
- x2_5 = value_1(head(l2));
996
+ x2_5 = value_3(head(l2));
997
997
  }
998
998
  else {
999
999
  matchResult_1 = 2;
@@ -1056,13 +1056,13 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
1056
1056
  if (head(l1) != null) {
1057
1057
  matchResult_2 = 0;
1058
1058
  t1_8 = tail(l1);
1059
- x1_6 = value_1(head(l1));
1059
+ x1_6 = value_3(head(l1));
1060
1060
  }
1061
1061
  else if (!isEmpty_1(l2)) {
1062
1062
  if (head(l2) != null) {
1063
1063
  matchResult_2 = 1;
1064
1064
  t2_8 = tail(l2);
1065
- x2_6 = value_1(head(l2));
1065
+ x2_6 = value_3(head(l2));
1066
1066
  }
1067
1067
  else {
1068
1068
  matchResult_2 = 2;
@@ -1076,7 +1076,7 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
1076
1076
  if (head(l2) != null) {
1077
1077
  matchResult_2 = 1;
1078
1078
  t2_8 = tail(l2);
1079
- x2_6 = value_1(head(l2));
1079
+ x2_6 = value_3(head(l2));
1080
1080
  }
1081
1081
  else {
1082
1082
  matchResult_2 = 2;
@@ -1133,19 +1133,19 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
1133
1133
  }
1134
1134
  }
1135
1135
  else {
1136
- const x2 = value_1(head(l2));
1136
+ const x2 = value_3(head(l2));
1137
1137
  let matchResult_3, t1_2, x1, t2_2, x2_1;
1138
1138
  if (!isEmpty_1(l1)) {
1139
1139
  if (head(l1) != null) {
1140
1140
  matchResult_3 = 0;
1141
1141
  t1_2 = tail(l1);
1142
- x1 = value_1(head(l1));
1142
+ x1 = value_3(head(l1));
1143
1143
  }
1144
1144
  else if (!isEmpty_1(l2)) {
1145
1145
  if (head(l2) != null) {
1146
1146
  matchResult_3 = 1;
1147
1147
  t2_2 = tail(l2);
1148
- x2_1 = value_1(head(l2));
1148
+ x2_1 = value_3(head(l2));
1149
1149
  }
1150
1150
  else {
1151
1151
  matchResult_3 = 2;
@@ -1159,7 +1159,7 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
1159
1159
  if (head(l2) != null) {
1160
1160
  matchResult_3 = 1;
1161
1161
  t2_2 = tail(l2);
1162
- x2_1 = value_1(head(l2));
1162
+ x2_1 = value_3(head(l2));
1163
1163
  }
1164
1164
  else {
1165
1165
  matchResult_3 = 2;
@@ -1203,19 +1203,19 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
1203
1203
  }
1204
1204
  }
1205
1205
  else if (head(l1) != null) {
1206
- const x1_1 = value_1(head(l1));
1206
+ const x1_1 = value_3(head(l1));
1207
1207
  let matchResult_4, t1_4, x1_2, t2_4, x2_2;
1208
1208
  if (!isEmpty_1(l1)) {
1209
1209
  if (head(l1) != null) {
1210
1210
  matchResult_4 = 0;
1211
1211
  t1_4 = tail(l1);
1212
- x1_2 = value_1(head(l1));
1212
+ x1_2 = value_3(head(l1));
1213
1213
  }
1214
1214
  else if (!isEmpty_1(l2)) {
1215
1215
  if (head(l2) != null) {
1216
1216
  matchResult_4 = 1;
1217
1217
  t2_4 = tail(l2);
1218
- x2_2 = value_1(head(l2));
1218
+ x2_2 = value_3(head(l2));
1219
1219
  }
1220
1220
  else {
1221
1221
  matchResult_4 = 2;
@@ -1229,7 +1229,7 @@ export function SetTreeModule_compareStacks(comparer_mut, l1_mut, l2_mut) {
1229
1229
  if (head(l2) != null) {
1230
1230
  matchResult_4 = 1;
1231
1231
  t2_4 = tail(l2);
1232
- x2_2 = value_1(head(l2));
1232
+ x2_2 = value_3(head(l2));
1233
1233
  }
1234
1234
  else {
1235
1235
  matchResult_4 = 2;
@@ -1315,7 +1315,7 @@ export function SetTreeModule_toList(t) {
1315
1315
  loop: while (true) {
1316
1316
  const t$0027 = t$0027_mut, acc = acc_mut;
1317
1317
  if (t$0027 != null) {
1318
- const t2 = value_1(t$0027);
1318
+ const t2 = value_3(t$0027);
1319
1319
  if (t2 instanceof SetTreeNode$1) {
1320
1320
  const tn = t2;
1321
1321
  t$0027_mut = SetTreeNode$1__get_Left(tn);
@@ -1764,15 +1764,15 @@ export function exceptWith(s1, s2) {
1764
1764
  }
1765
1765
  export function isSubsetOf(s1, s2) {
1766
1766
  const s2_1 = newMutableSetWith(s1, s2);
1767
- return forAll_1((arg) => s2_1.has(arg), s1.values());
1767
+ return forAll_1((value) => s2_1.has(value), s1.values());
1768
1768
  }
1769
1769
  export function isSupersetOf(s1, s2) {
1770
- return forAll_1((arg) => s1.has(arg), s2);
1770
+ return forAll_1((value) => s1.has(value), s2);
1771
1771
  }
1772
1772
  export function isProperSubsetOf(s1, s2) {
1773
1773
  const s2_1 = newMutableSetWith(s1, s2);
1774
1774
  if (s2_1.size > s1.size) {
1775
- return forAll_1((arg) => s2_1.has(arg), s1.values());
1775
+ return forAll_1((value) => s2_1.has(value), s1.values());
1776
1776
  }
1777
1777
  else {
1778
1778
  return false;
@@ -1780,8 +1780,8 @@ export function isProperSubsetOf(s1, s2) {
1780
1780
  }
1781
1781
  export function isProperSupersetOf(s1, s2) {
1782
1782
  const s2_1 = cache(s2);
1783
- if (exists_1((arg_1) => !s1.has(arg_1), s2_1)) {
1784
- return forAll_1((arg_2) => s1.has(arg_2), s2_1);
1783
+ if (exists_1((arg) => !s1.has(arg), s2_1)) {
1784
+ return forAll_1((value_2) => s1.has(value_2), s2_1);
1785
1785
  }
1786
1786
  else {
1787
1787
  return false;
@@ -184,4 +184,24 @@ export declare function uncurry9<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(f:
184
184
  export declare function curry9<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => TResult;
185
185
  export declare function uncurry10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10) => TResult;
186
186
  export declare function curry10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => TResult;
187
+ export declare function uncurry11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11) => TResult;
188
+ export declare function curry11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => TResult;
189
+ export declare function uncurry12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12) => TResult;
190
+ export declare function curry12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => TResult;
191
+ export declare function uncurry13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13) => TResult;
192
+ export declare function curry13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => TResult;
193
+ export declare function uncurry14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14) => TResult;
194
+ export declare function curry14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => TResult;
195
+ export declare function uncurry15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15) => TResult;
196
+ export declare function curry15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => TResult;
197
+ export declare function uncurry16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16) => TResult;
198
+ export declare function curry16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => TResult;
199
+ export declare function uncurry17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17) => TResult;
200
+ export declare function curry17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => TResult;
201
+ export declare function uncurry18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => (a18: T18) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17, a18: T18) => TResult;
202
+ export declare function curry18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17, a18: T18) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => (a18: T18) => TResult;
203
+ export declare function uncurry19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => (a18: T18) => (a19: T19) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17, a18: T18, a19: T19) => TResult;
204
+ export declare function curry19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17, a18: T18, a19: T19) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => (a18: T18) => (a19: T19) => TResult;
205
+ export declare function uncurry20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, TResult>(f: (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => (a18: T18) => (a19: T19) => (a20: T20) => TResult): (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17, a18: T18, a19: T19, a20: T20) => TResult;
206
+ export declare function curry20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, TResult>(f: (a1: T1, a2: T2, a3: T3, a4: T4, a5: T5, a6: T6, a7: T7, a8: T8, a9: T9, a10: T10, a11: T11, a12: T12, a13: T13, a14: T14, a15: T15, a16: T16, a17: T17, a18: T18, a19: T19, a20: T20) => TResult): (a1: T1) => (a2: T2) => (a3: T3) => (a4: T4) => (a5: T5) => (a6: T6) => (a7: T7) => (a8: T8) => (a9: T9) => (a10: T10) => (a11: T11) => (a12: T12) => (a13: T13) => (a14: T14) => (a15: T15) => (a16: T16) => (a17: T17) => (a18: T18) => (a19: T19) => (a20: T20) => TResult;
187
207
  export declare function copyToArray<T>(source: T[], sourceIndex: number, target: T[], targetIndex: number, count: number): void;