@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.
- package/ARC.js +28 -29
- package/Contract/Contract.js +3 -3
- package/Contracts/Contracts.ArcAssay.js +3 -3
- package/Contracts/Contracts.ArcInvestigation.js +3 -3
- package/Contracts/Contracts.ArcStudy.js +3 -3
- package/Contracts/Contracts.Git.js +4 -4
- package/FileSystem/Commit.js +2 -2
- package/FileSystem/FileSystem.js +4 -4
- package/FileSystem/FileSystemTree.js +15 -15
- package/FileSystem/Path.js +2 -2
- package/FileSystemTree.js +1 -1
- package/ISA/ISA/ArcTypes/ArcTable.js +20 -20
- package/ISA/ISA/ArcTypes/ArcTableAux.js +17 -17
- package/ISA/ISA/ArcTypes/ArcTables.js +283 -279
- package/ISA/ISA/ArcTypes/ArcTypes.js +89 -373
- package/ISA/ISA/ArcTypes/CompositeCell.js +4 -4
- package/ISA/ISA/ArcTypes/CompositeColumn.js +4 -4
- package/ISA/ISA/ArcTypes/CompositeHeader.js +5 -5
- package/ISA/ISA/ArcTypes/CompositeRow.js +1 -1
- package/ISA/ISA/Builder/Types.js +5 -5
- package/ISA/ISA/Fable.js +5 -5
- package/ISA/ISA/Helper.js +9 -9
- package/ISA/ISA/Identifier.js +2 -2
- package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
- package/ISA/ISA/JsonTypes/Assay.js +26 -26
- package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/ColumnIndex.js +23 -23
- package/ISA/ISA/JsonTypes/Comment.js +3 -3
- package/ISA/ISA/JsonTypes/CommentList.js +4 -4
- package/ISA/ISA/JsonTypes/Component.js +12 -12
- package/ISA/ISA/JsonTypes/Data.js +4 -4
- package/ISA/ISA/JsonTypes/DataFile.js +2 -2
- package/ISA/ISA/JsonTypes/Factor.js +12 -12
- package/ISA/ISA/JsonTypes/FactorValue.js +5 -5
- package/ISA/ISA/JsonTypes/Investigation.js +6 -6
- package/ISA/ISA/JsonTypes/Material.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialAttribute.js +4 -4
- package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
- package/ISA/ISA/JsonTypes/OntologyAnnotation.js +10 -10
- package/ISA/ISA/JsonTypes/OntologySourceReference.js +8 -8
- package/ISA/ISA/JsonTypes/Person.js +9 -9
- package/ISA/ISA/JsonTypes/Process.js +11 -11
- package/ISA/ISA/JsonTypes/ProcessInput.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessOutput.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessParameterValue.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessSequence.js +14 -14
- package/ISA/ISA/JsonTypes/Protocol.js +6 -6
- package/ISA/ISA/JsonTypes/ProtocolParameter.js +4 -4
- package/ISA/ISA/JsonTypes/Publication.js +8 -8
- package/ISA/ISA/JsonTypes/Sample.js +5 -5
- package/ISA/ISA/JsonTypes/Source.js +5 -5
- package/ISA/ISA/JsonTypes/Study.js +58 -58
- package/ISA/ISA/JsonTypes/StudyMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/Value.js +7 -7
- package/ISA/ISA/Regex.js +3 -3
- package/ISA/ISA.Json/Assay.js +5 -5
- package/ISA/ISA.Json/Comment.js +5 -5
- package/ISA/ISA.Json/ConverterOptions.js +1 -1
- package/ISA/ISA.Json/Data.js +5 -5
- package/ISA/ISA.Json/Decode.js +4 -4
- package/ISA/ISA.Json/Factor.js +5 -5
- package/ISA/ISA.Json/GEncode.js +3 -3
- package/ISA/ISA.Json/Investigation.js +6 -6
- package/ISA/ISA.Json/Material.js +5 -5
- package/ISA/ISA.Json/Ontology.js +6 -6
- package/ISA/ISA.Json/Person.js +10 -10
- package/ISA/ISA.Json/Process.js +5 -5
- package/ISA/ISA.Json/Protocol.js +6 -6
- package/ISA/ISA.Json/Publication.js +4 -4
- package/ISA/ISA.Json/Study.js +6 -6
- package/ISA/ISA.Json/Validation/Fable.js +6 -6
- package/ISA/ISA.Json/Validation/JsonSchemaValidation.js +1 -1
- package/ISA/ISA.Json/Validation/ValidationResult.js +2 -2
- package/ISA/ISA.Spreadsheet/AnnotationTable/ArcTable.js +19 -17
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +4 -4
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +9 -9
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +14 -14
- package/ISA/ISA.Spreadsheet/ArcAssay.js +17 -20
- package/ISA/ISA.Spreadsheet/ArcInvestigation.js +37 -37
- package/ISA/ISA.Spreadsheet/ArcStudy.js +13 -13
- package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Assays.js +10 -10
- package/ISA/ISA.Spreadsheet/Metadata/Comment.js +6 -6
- package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +11 -11
- package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
- package/ISA/ISA.Spreadsheet/Metadata/Factors.js +8 -8
- package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Publication.js +9 -9
- package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +23 -23
- package/ISA/ISA.Spreadsheet/Metadata/Study.js +22 -22
- package/README.md +29 -253
- package/SemVer.js +7 -7
- package/Templates/Template.Json.js +12 -9
- package/Templates/Template.Spreadsheet.js +39 -23
- package/Templates/Template.Web.js +4 -4
- package/Templates/Template.js +7 -7
- package/Templates/Templates.js +5 -5
- package/WebRequest/WebRequest.js +4 -4
- package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
- package/fable_modules/{Fable.Promise.3.2.0 → Fable.Promise.2.2.2}/Fable.Promise.fableproj +3 -4
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs +176 -0
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +143 -0
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +4 -0
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +4 -0
- package/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +8 -8
- package/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs +85 -36
- package/fable_modules/FsSpreadsheet.5.0.1/Cells/FsCell.fs.js +272 -0
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs +1 -0
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs.js +21 -21
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs.js +9 -8
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs.js +7 -7
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs.js +9 -9
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs +3 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs +2 -0
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs +10 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs.js +24 -19
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs +4 -4
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs.js +10 -10
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs +20 -4
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs.js +33 -13
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +3 -3
- package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +26 -26
- package/fable_modules/Thoth.Json.10.1.0/Encode.fs.js +13 -13
- package/fable_modules/Thoth.Json.10.1.0/Extra.fs.js +2 -2
- package/fable_modules/Thoth.Json.10.1.0/Types.fs.js +6 -6
- package/fable_modules/fable-library.4.4.1/CHANGELOG.md +11 -0
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/README.md +2 -2
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.js +64 -64
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.d.ts +20 -0
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.js +120 -0
- package/fable_modules/fable-library.4.4.1/lib/big.d.ts +5 -0
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -104
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -217
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -19
- package/fable_modules/FsSpreadsheet.4.1.0/Cells/FsCell.fs.js +0 -240
- package/fable_modules/fable-library.4.1.4/lib/big.d.ts +0 -338
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs.js +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsSpreadsheet.fableproj +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/lib/big.js +0 -0
- /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
|
|
2
|
-
import { record_type, class_type, tuple_type, lambda_type, union_type, list_type, obj_type, string_type } from "../fable-library.4.1
|
|
3
|
-
import { FSharpResult$2 } from "../fable-library.4.1
|
|
4
|
-
import { defaultOf } from "../fable-library.4.1
|
|
5
|
-
import { addToDict, tryGetValue } from "../fable-library.4.1
|
|
6
|
-
import { replace } from "../fable-library.4.1
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
127
|
-
const matchValue_1 =
|
|
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 =
|
|
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 =
|
|
149
|
-
const matchValue_3 =
|
|
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 =
|
|
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 =
|
|
205
|
+
const t1$0027 = value_3(t1);
|
|
206
206
|
if (t2 != null) {
|
|
207
|
-
const t2$0027 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
557
|
+
const t1$0027 = value_3(t1);
|
|
558
558
|
if (t2 != null) {
|
|
559
|
-
const t2$0027 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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
|
|
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
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
870
|
-
const x2_3 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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((
|
|
1767
|
+
return forAll_1((value) => s2_1.has(value), s1.values());
|
|
1768
1768
|
}
|
|
1769
1769
|
export function isSupersetOf(s1, s2) {
|
|
1770
|
-
return forAll_1((
|
|
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((
|
|
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((
|
|
1784
|
-
return forAll_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;
|