@fncts/base 0.0.20 → 0.0.21
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/_cjs/collection/Iterable/api/traverseConc.cjs +8 -8
- package/_cjs/collection/Iterable/api/traverseConc.cjs.map +1 -1
- package/_cjs/collection/Iterable/api.cjs +497 -444
- package/_cjs/collection/Iterable/api.cjs.map +1 -1
- package/_cjs/collection/Iterable/constructors.cjs +7 -7
- package/_cjs/collection/Iterable/constructors.cjs.map +1 -1
- package/_cjs/collection/compat/Array/api.cjs +16 -12
- package/_cjs/collection/compat/Array/api.cjs.map +1 -1
- package/_cjs/collection/compat/Array/derivations.cjs +41 -19
- package/_cjs/collection/compat/Array/derivations.cjs.map +1 -1
- package/_cjs/collection/compat/ArrayLike/api.cjs +1 -1
- package/_cjs/collection/compat/ArrayLike/api.cjs.map +1 -1
- package/_cjs/collection/compat/Record/instances.cjs +39 -3
- package/_cjs/collection/compat/Record/instances.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/api/makeBy.cjs +1 -1
- package/_cjs/collection/immutable/Conc/api/makeBy.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/api.cjs +866 -765
- package/_cjs/collection/immutable/Conc/api.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/definition.cjs +55 -53
- package/_cjs/collection/immutable/Conc/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/derivations.cjs +13 -2
- package/_cjs/collection/immutable/Conc/derivations.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc.cjs.map +1 -1
- package/_cjs/collection/immutable/Dictionary/api.cjs +57 -44
- package/_cjs/collection/immutable/Dictionary/api.cjs.map +1 -1
- package/_cjs/collection/immutable/HashMap/api.cjs +351 -258
- package/_cjs/collection/immutable/HashMap/api.cjs.map +1 -1
- package/_cjs/collection/immutable/HashMap/definition.cjs +1 -1
- package/_cjs/collection/immutable/HashMap/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/HashMap/internal.cjs.map +1 -1
- package/_cjs/collection/immutable/HashSet/api.cjs +230 -192
- package/_cjs/collection/immutable/HashSet/api.cjs.map +1 -1
- package/_cjs/collection/immutable/HashSet/definition.cjs +1 -1
- package/_cjs/collection/immutable/HashSet/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/api/chunksOf.cjs +6 -4
- package/_cjs/collection/immutable/ImmutableArray/api/chunksOf.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/api/slice.cjs +6 -4
- package/_cjs/collection/immutable/ImmutableArray/api/slice.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/api/splitAt.cjs +6 -4
- package/_cjs/collection/immutable/ImmutableArray/api/splitAt.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/api/splitWhere.cjs +15 -13
- package/_cjs/collection/immutable/ImmutableArray/api/splitWhere.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/api.cjs +943 -749
- package/_cjs/collection/immutable/ImmutableArray/api.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/derivations.cjs +12 -1
- package/_cjs/collection/immutable/ImmutableArray/derivations.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray/instances.cjs +33 -33
- package/_cjs/collection/immutable/ImmutableArray/instances.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableArray.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/api.cjs +338 -273
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/api.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/constructors.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/derivations.cjs +15 -4
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/derivations.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/destructors.cjs +2 -2
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/destructors.cjs.map +1 -1
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/instances.cjs +12 -12
- package/_cjs/collection/immutable/ImmutableNonEmptyArray/instances.cjs.map +1 -1
- package/_cjs/collection/immutable/List/api/foldLeft.cjs +12 -10
- package/_cjs/collection/immutable/List/api/foldLeft.cjs.map +1 -1
- package/_cjs/collection/immutable/List/api.cjs +164 -141
- package/_cjs/collection/immutable/List/api.cjs.map +1 -1
- package/_cjs/collection/immutable/List.cjs.map +1 -1
- package/_cjs/collection/immutable/Queue/api.cjs +64 -48
- package/_cjs/collection/immutable/Queue/api.cjs.map +1 -1
- package/_cjs/collection/immutable/Queue/definition.cjs +1 -1
- package/_cjs/collection/immutable/Queue/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/RoseTree/api.cjs +50 -36
- package/_cjs/collection/immutable/RoseTree/api.cjs.map +1 -1
- package/_cjs/collection/immutable/RoseTree/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/SortedMap/api.cjs +408 -368
- package/_cjs/collection/immutable/SortedMap/api.cjs.map +1 -1
- package/_cjs/collection/immutable/Vector/api.cjs +723 -608
- package/_cjs/collection/immutable/Vector/api.cjs.map +1 -1
- package/_cjs/collection/immutable/Vector/definition.cjs +18 -16
- package/_cjs/collection/immutable/Vector/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/Vector/internal.cjs +40 -39
- package/_cjs/collection/immutable/Vector/internal.cjs.map +1 -1
- package/_cjs/collection/mutable/HashMap.cjs +3 -5
- package/_cjs/collection/mutable/HashMap.cjs.map +1 -1
- package/_cjs/collection/mutable/HashSet.cjs.map +1 -1
- package/_cjs/collection/mutable/ListBuffer.cjs +2 -2
- package/_cjs/collection/mutable/ListBuffer.cjs.map +1 -1
- package/_cjs/collection/mutable/internal.cjs +0 -2
- package/_cjs/collection/mutable/internal.cjs.map +1 -1
- package/_cjs/collection/weak/IterableWeakMap.cjs +7 -7
- package/_cjs/collection/weak/IterableWeakMap.cjs.map +1 -1
- package/_cjs/collection/weak/IterableWeakSet.cjs +7 -7
- package/_cjs/collection/weak/IterableWeakSet.cjs.map +1 -1
- package/_cjs/control/Eval/api.cjs +55 -43
- package/_cjs/control/Eval/api.cjs.map +1 -1
- package/_cjs/control/Eval/instance.cjs +4 -4
- package/_cjs/control/Eval/instance.cjs.map +1 -1
- package/_cjs/control/Eval/run.cjs +1 -1
- package/_cjs/control/Eval/run.cjs.map +1 -1
- package/_cjs/control/Z/api.cjs +241 -172
- package/_cjs/control/Z/api.cjs.map +1 -1
- package/_cjs/control/Z/instances.cjs +3 -3
- package/_cjs/control/Z/instances.cjs.map +1 -1
- package/_cjs/control/Z/runtime.cjs +250 -241
- package/_cjs/control/Z/runtime.cjs.map +1 -1
- package/_cjs/data/Branded/definition.cjs.map +1 -1
- package/_cjs/data/Branded/derivations.cjs +3 -3
- package/_cjs/data/Branded/derivations.cjs.map +1 -1
- package/_cjs/data/CaseClass.cjs.map +1 -1
- package/_cjs/data/Cause/api/fold.cjs +20 -18
- package/_cjs/data/Cause/api/fold.cjs.map +1 -1
- package/_cjs/data/Cause/api/isEmpty.cjs +1 -1
- package/_cjs/data/Cause/api/isEmpty.cjs.map +1 -1
- package/_cjs/data/Cause/api/linearize.cjs +8 -8
- package/_cjs/data/Cause/api/linearize.cjs.map +1 -1
- package/_cjs/data/Cause/api/prettyPrint.cjs +1 -1
- package/_cjs/data/Cause/api/prettyPrint.cjs.map +1 -1
- package/_cjs/data/Cause/api.cjs +160 -140
- package/_cjs/data/Cause/api.cjs.map +1 -1
- package/_cjs/data/Cause/definition.cjs +18 -18
- package/_cjs/data/Cause/definition.cjs.map +1 -1
- package/_cjs/data/Cause.cjs.map +1 -1
- package/_cjs/data/Const/api.cjs +8 -6
- package/_cjs/data/Const/api.cjs.map +1 -1
- package/_cjs/data/Const/instances.cjs +4 -4
- package/_cjs/data/Const/instances.cjs.map +1 -1
- package/_cjs/data/Datum/api.cjs +219 -176
- package/_cjs/data/Datum/api.cjs.map +1 -1
- package/_cjs/data/Datum/definition.cjs.map +1 -1
- package/_cjs/data/DatumEither/api.cjs +165 -133
- package/_cjs/data/DatumEither/api.cjs.map +1 -1
- package/_cjs/data/DecodeError/definition.cjs +14 -14
- package/_cjs/data/DecodeError/definition.cjs.map +1 -1
- package/_cjs/data/Decoder/api.cjs +9 -7
- package/_cjs/data/Decoder/api.cjs.map +1 -1
- package/_cjs/data/Duration/api.cjs +18 -12
- package/_cjs/data/Duration/api.cjs.map +1 -1
- package/_cjs/data/Either/api/align.cjs +8 -3
- package/_cjs/data/Either/api/align.cjs.map +1 -1
- package/_cjs/data/Either/api/alignWith.cjs +14 -12
- package/_cjs/data/Either/api/alignWith.cjs.map +1 -1
- package/_cjs/data/Either/api.cjs +206 -169
- package/_cjs/data/Either/api.cjs.map +1 -1
- package/_cjs/data/Either/constructors.cjs +11 -9
- package/_cjs/data/Either/constructors.cjs.map +1 -1
- package/_cjs/data/Either/destructors.cjs +16 -14
- package/_cjs/data/Either/destructors.cjs.map +1 -1
- package/_cjs/data/Either/instances.cjs +8 -8
- package/_cjs/data/Either/instances.cjs.map +1 -1
- package/_cjs/data/EitherT/api.cjs +8 -8
- package/_cjs/data/EitherT/api.cjs.map +1 -1
- package/_cjs/data/Encoder/api.cjs +134 -0
- package/_cjs/data/Encoder/api.cjs.map +1 -0
- package/_cjs/data/Encoder/definition.cjs +25 -0
- package/_cjs/data/Encoder/definition.cjs.map +1 -0
- package/_cjs/data/Encoder.cjs +32 -0
- package/_cjs/data/Encoder.cjs.map +1 -0
- package/_cjs/data/Environment/api.cjs +45 -33
- package/_cjs/data/Environment/api.cjs.map +1 -1
- package/_cjs/data/EnvironmentPatch.cjs +17 -13
- package/_cjs/data/EnvironmentPatch.cjs.map +1 -1
- package/_cjs/data/ExecutionStrategy.cjs +21 -29
- package/_cjs/data/ExecutionStrategy.cjs.map +1 -1
- package/_cjs/data/Exit/api.cjs +159 -127
- package/_cjs/data/Exit/api.cjs.map +1 -1
- package/_cjs/data/Exit/constructors.cjs +4 -4
- package/_cjs/data/Exit/constructors.cjs.map +1 -1
- package/_cjs/data/FiberId/api.cjs +23 -21
- package/_cjs/data/FiberId/api.cjs.map +1 -1
- package/_cjs/data/FiberId/constructors.cjs.map +1 -1
- package/_cjs/data/Identity/api.cjs +26 -18
- package/_cjs/data/Identity/api.cjs.map +1 -1
- package/_cjs/data/Identity/instances.cjs +3 -3
- package/_cjs/data/Identity/instances.cjs.map +1 -1
- package/_cjs/data/Interval.cjs +43 -33
- package/_cjs/data/Interval.cjs.map +1 -1
- package/_cjs/data/Intervals.cjs +35 -27
- package/_cjs/data/Intervals.cjs.map +1 -1
- package/_cjs/data/Maybe/api.cjs +160 -125
- package/_cjs/data/Maybe/api.cjs.map +1 -1
- package/_cjs/data/Maybe/constructors.cjs +2 -2
- package/_cjs/data/Maybe/constructors.cjs.map +1 -1
- package/_cjs/data/Maybe/definition.cjs.map +1 -1
- package/_cjs/data/Maybe/destructors.cjs +9 -7
- package/_cjs/data/Maybe/destructors.cjs.map +1 -1
- package/_cjs/data/Maybe/instances.cjs +11 -11
- package/_cjs/data/Maybe/instances.cjs.map +1 -1
- package/_cjs/data/Predicate/api.cjs +10 -8
- package/_cjs/data/Predicate/api.cjs.map +1 -1
- package/_cjs/data/Refinement/api.cjs +15 -9
- package/_cjs/data/Refinement/api.cjs.map +1 -1
- package/_cjs/data/Struct/api.cjs +62 -50
- package/_cjs/data/Struct/api.cjs.map +1 -1
- package/_cjs/data/Tag/constructors.cjs +3 -2
- package/_cjs/data/Tag/constructors.cjs.map +1 -1
- package/_cjs/data/Tag/definition.cjs +0 -3
- package/_cjs/data/Tag/definition.cjs.map +1 -1
- package/_cjs/data/These/api.cjs +188 -170
- package/_cjs/data/These/api.cjs.map +1 -1
- package/_cjs/data/These/constructors.cjs +1 -1
- package/_cjs/data/These/constructors.cjs.map +1 -1
- package/_cjs/data/These/destructors.cjs +39 -35
- package/_cjs/data/These/destructors.cjs.map +1 -1
- package/_cjs/data/These/instances.cjs +1 -1
- package/_cjs/data/These/instances.cjs.map +1 -1
- package/_cjs/data/Trace/api.cjs +7 -5
- package/_cjs/data/Trace/api.cjs.map +1 -1
- package/_cjs/data/Zipped.cjs.map +1 -1
- package/_cjs/data/function/api.cjs +6 -4
- package/_cjs/data/function/api.cjs.map +1 -1
- package/_cjs/data/function/pipe.cjs +9 -0
- package/_cjs/data/function/pipe.cjs.map +1 -1
- package/_cjs/data/string/api.cjs +53 -96
- package/_cjs/data/string/api.cjs.map +1 -1
- package/_cjs/global/api.cjs +4 -2
- package/_cjs/global/api.cjs.map +1 -1
- package/_cjs/internal/AtomicBoolean.cjs.map +1 -1
- package/_cjs/internal/AtomicNumber.cjs.map +1 -1
- package/_cjs/internal/AtomicReference.cjs.map +1 -1
- package/_cjs/internal/Stack.cjs +2 -2
- package/_cjs/internal/Stack.cjs.map +1 -1
- package/_cjs/optics/At/api.cjs +1 -1
- package/_cjs/optics/At/api.cjs.map +1 -1
- package/_cjs/optics/At/definition.cjs +2 -2
- package/_cjs/optics/At/definition.cjs.map +1 -1
- package/_cjs/optics/Fold/definition.cjs +3 -4
- package/_cjs/optics/Fold/definition.cjs.map +1 -1
- package/_cjs/optics/Getter/definition.cjs +2 -3
- package/_cjs/optics/Getter/definition.cjs.map +1 -1
- package/_cjs/optics/Index/api.cjs +4 -4
- package/_cjs/optics/Index/api.cjs.map +1 -1
- package/_cjs/optics/Index/definition.cjs +2 -2
- package/_cjs/optics/Index/definition.cjs.map +1 -1
- package/_cjs/optics/Iso/api.cjs +9 -7
- package/_cjs/optics/Iso/api.cjs.map +1 -1
- package/_cjs/optics/Iso/definition.cjs +12 -12
- package/_cjs/optics/Iso/definition.cjs.map +1 -1
- package/_cjs/optics/Lens/api.cjs +54 -44
- package/_cjs/optics/Lens/api.cjs.map +1 -1
- package/_cjs/optics/Lens/definition.cjs +10 -10
- package/_cjs/optics/Lens/definition.cjs.map +1 -1
- package/_cjs/optics/Optional/api/compose.cjs +9 -7
- package/_cjs/optics/Optional/api/compose.cjs.map +1 -1
- package/_cjs/optics/Optional/definition.cjs +12 -13
- package/_cjs/optics/Optional/definition.cjs.map +1 -1
- package/_cjs/optics/Optional.cjs.map +1 -1
- package/_cjs/optics/Prism/api/compose.cjs +9 -7
- package/_cjs/optics/Prism/api/compose.cjs.map +1 -1
- package/_cjs/optics/Prism/api/fromNullable.cjs +2 -2
- package/_cjs/optics/Prism/api/fromNullable.cjs.map +1 -1
- package/_cjs/optics/Prism/api/just.cjs +2 -2
- package/_cjs/optics/Prism/api/just.cjs.map +1 -1
- package/_cjs/optics/Prism/definition.cjs +9 -9
- package/_cjs/optics/Prism/definition.cjs.map +1 -1
- package/_cjs/optics/Prism.cjs.map +1 -1
- package/_cjs/optics/Setter/definition.cjs +8 -13
- package/_cjs/optics/Setter/definition.cjs.map +1 -1
- package/_cjs/optics/Traversal/api/compose.cjs +8 -6
- package/_cjs/optics/Traversal/api/compose.cjs.map +1 -1
- package/_cjs/optics/Traversal/api/fromTraversable.cjs +2 -2
- package/_cjs/optics/Traversal/api/fromTraversable.cjs.map +1 -1
- package/_cjs/optics/Traversal/definition.cjs +12 -12
- package/_cjs/optics/Traversal/definition.cjs.map +1 -1
- package/_cjs/optics/Traversal.cjs.map +1 -1
- package/_cjs/typeclass/Align.cjs.map +1 -1
- package/_cjs/typeclass/Alt.cjs.map +1 -1
- package/_cjs/typeclass/Applicative.cjs.map +1 -1
- package/_cjs/typeclass/ApplicativeExcept.cjs +5 -10
- package/_cjs/typeclass/ApplicativeExcept.cjs.map +1 -1
- package/_cjs/typeclass/Apply.cjs +8 -8
- package/_cjs/typeclass/Apply.cjs.map +1 -1
- package/_cjs/typeclass/Chain.cjs +4 -4
- package/_cjs/typeclass/Chain.cjs.map +1 -1
- package/_cjs/typeclass/Eq/definition.cjs.map +1 -1
- package/_cjs/typeclass/Eq/derivations.cjs.map +1 -1
- package/_cjs/typeclass/Equatable/api.cjs.map +1 -1
- package/_cjs/typeclass/Equatable/definition.cjs.map +1 -1
- package/_cjs/typeclass/Equatable/fast-equals.cjs.map +1 -1
- package/_cjs/typeclass/Filterable.cjs.map +1 -1
- package/_cjs/typeclass/FilterableWithIndex.cjs.map +1 -1
- package/_cjs/typeclass/Foldable.cjs +1 -1
- package/_cjs/typeclass/Foldable.cjs.map +1 -1
- package/_cjs/typeclass/FoldableWithIndex.cjs +1 -1
- package/_cjs/typeclass/FoldableWithIndex.cjs.map +1 -1
- package/_cjs/typeclass/Functor.cjs.map +1 -1
- package/_cjs/typeclass/FunctorWithIndex.cjs.map +1 -1
- package/_cjs/typeclass/Guard/api.cjs +18 -10
- package/_cjs/typeclass/Guard/api.cjs.map +1 -1
- package/_cjs/typeclass/Guard/definition.cjs.map +1 -1
- package/_cjs/typeclass/Guard/derivations.cjs.map +1 -1
- package/_cjs/typeclass/Has.cjs +7 -5
- package/_cjs/typeclass/Has.cjs.map +1 -1
- package/_cjs/typeclass/HashEq.cjs.map +1 -1
- package/_cjs/typeclass/Hashable/definition.cjs.map +1 -1
- package/_cjs/typeclass/Hashable/hash.cjs.map +1 -1
- package/_cjs/typeclass/MonadExcept.cjs +1 -1
- package/_cjs/typeclass/MonadExcept.cjs.map +1 -1
- package/_cjs/typeclass/Ord/api/contramap.cjs +7 -5
- package/_cjs/typeclass/Ord/api/contramap.cjs.map +1 -1
- package/_cjs/typeclass/Ord/api/max.cjs.map +1 -1
- package/_cjs/typeclass/Ord/api/min.cjs.map +1 -1
- package/_cjs/typeclass/Ord/definition.cjs.map +1 -1
- package/_cjs/typeclass/Ord/instances.cjs.map +1 -1
- package/_cjs/typeclass/Ordering.cjs.map +1 -1
- package/_cjs/typeclass/Semialign.cjs +7 -7
- package/_cjs/typeclass/Semialign.cjs.map +1 -1
- package/_cjs/typeclass/Semigroup/api.cjs.map +1 -1
- package/_cjs/typeclass/Semigroup/definition.cjs.map +1 -1
- package/_cjs/typeclass/Semigroup/derivations.cjs.map +1 -1
- package/_cjs/typeclass/Semimonoidal.cjs.map +1 -1
- package/_cjs/typeclass/Showable/definition.cjs.map +1 -1
- package/_cjs/typeclass/Showable/show.cjs +107 -107
- package/_cjs/typeclass/Showable/show.cjs.map +1 -1
- package/_cjs/typeclass/Showable/styles.cjs.map +1 -1
- package/_cjs/typeclass/Showable/util.cjs +1 -1
- package/_cjs/typeclass/Showable/util.cjs.map +1 -1
- package/_cjs/typeclass/Traversable.cjs +1 -2
- package/_cjs/typeclass/Traversable.cjs.map +1 -1
- package/_cjs/typeclass/TraversableWithIndex.cjs.map +1 -1
- package/_cjs/typeclass/Witherable.cjs +3 -1
- package/_cjs/typeclass/Witherable.cjs.map +1 -1
- package/_cjs/typeclass/WitherableWithIndex.cjs +3 -1
- package/_cjs/typeclass/WitherableWithIndex.cjs.map +1 -1
- package/_cjs/util/AnsiFormat.cjs +11 -11
- package/_cjs/util/AnsiFormat.cjs.map +1 -1
- package/_cjs/util/PCGRandom.cjs.map +1 -1
- package/_cjs/util/assert.cjs.map +1 -1
- package/_cjs/util/pattern.cjs.map +1 -1
- package/_cjs/util/predicates.cjs.map +1 -1
- package/_cjs/util/rand/Random.cjs.map +1 -1
- package/_cjs/util/rand/distribution/UniformArrayIntDistribution.cjs.map +1 -1
- package/_cjs/util/rand/distribution/UniformBigIntDistribution.cjs.map +1 -1
- package/_cjs/util/rand/distribution/UniformIntDistribution.cjs.map +1 -1
- package/_cjs/util/rand/distribution/internals/ArrayInt.cjs.map +1 -1
- package/_cjs/util/rand/distribution/internals/UniformArrayIntDistributionInternal.cjs.map +1 -1
- package/_cjs/util/rand/distribution/internals/UniformIntDistributionInternal.cjs.map +1 -1
- package/_cjs/util/rand/generator/MersenneTwister.cjs.map +1 -1
- package/_cjs/util/rand/generator/RandomGenerator.cjs.map +1 -1
- package/_cjs/util/rand.cjs.map +1 -1
- package/_mjs/collection/Iterable/api/traverseConc.mjs +5 -5
- package/_mjs/collection/Iterable/api/traverseConc.mjs.map +1 -1
- package/_mjs/collection/Iterable/api.mjs +465 -411
- package/_mjs/collection/Iterable/api.mjs.map +1 -1
- package/_mjs/collection/Iterable/constructors.mjs +5 -5
- package/_mjs/collection/Iterable/constructors.mjs.map +1 -1
- package/_mjs/collection/compat/Array/api.mjs +16 -12
- package/_mjs/collection/compat/Array/api.mjs.map +1 -1
- package/_mjs/collection/compat/Array/derivations.mjs +35 -19
- package/_mjs/collection/compat/Array/derivations.mjs.map +1 -1
- package/_mjs/collection/compat/ArrayLike/api.mjs +1 -1
- package/_mjs/collection/compat/ArrayLike/api.mjs.map +1 -1
- package/_mjs/collection/compat/Record/instances.mjs +34 -3
- package/_mjs/collection/compat/Record/instances.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/api/makeBy.mjs +1 -1
- package/_mjs/collection/immutable/Conc/api/makeBy.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/api.mjs +795 -697
- package/_mjs/collection/immutable/Conc/api.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/definition.mjs +53 -51
- package/_mjs/collection/immutable/Conc/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/derivations.mjs +10 -2
- package/_mjs/collection/immutable/Conc/derivations.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc.mjs.map +1 -1
- package/_mjs/collection/immutable/Dictionary/api.mjs +47 -35
- package/_mjs/collection/immutable/Dictionary/api.mjs.map +1 -1
- package/_mjs/collection/immutable/HashMap/api.mjs +295 -217
- package/_mjs/collection/immutable/HashMap/api.mjs.map +1 -1
- package/_mjs/collection/immutable/HashMap/definition.mjs +1 -1
- package/_mjs/collection/immutable/HashMap/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/HashMap/internal.mjs.map +1 -1
- package/_mjs/collection/immutable/HashSet/api.mjs +206 -168
- package/_mjs/collection/immutable/HashSet/api.mjs.map +1 -1
- package/_mjs/collection/immutable/HashSet/definition.mjs +1 -1
- package/_mjs/collection/immutable/HashSet/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/api/chunksOf.mjs +5 -3
- package/_mjs/collection/immutable/ImmutableArray/api/chunksOf.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/api/slice.mjs +5 -3
- package/_mjs/collection/immutable/ImmutableArray/api/slice.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/api/splitAt.mjs +5 -3
- package/_mjs/collection/immutable/ImmutableArray/api/splitAt.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/api/splitWhere.mjs +13 -11
- package/_mjs/collection/immutable/ImmutableArray/api/splitWhere.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/api.mjs +816 -629
- package/_mjs/collection/immutable/ImmutableArray/api.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/derivations.mjs +9 -1
- package/_mjs/collection/immutable/ImmutableArray/derivations.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray/instances.mjs +34 -34
- package/_mjs/collection/immutable/ImmutableArray/instances.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableArray.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/api.mjs +301 -239
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/api.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/constructors.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/derivations.mjs +12 -4
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/derivations.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/destructors.mjs +2 -2
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/destructors.mjs.map +1 -1
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/instances.mjs +13 -13
- package/_mjs/collection/immutable/ImmutableNonEmptyArray/instances.mjs.map +1 -1
- package/_mjs/collection/immutable/List/api/foldLeft.mjs +11 -9
- package/_mjs/collection/immutable/List/api/foldLeft.mjs.map +1 -1
- package/_mjs/collection/immutable/List/api.mjs +157 -133
- package/_mjs/collection/immutable/List/api.mjs.map +1 -1
- package/_mjs/collection/immutable/List.mjs.map +1 -1
- package/_mjs/collection/immutable/Queue/api.mjs +55 -39
- package/_mjs/collection/immutable/Queue/api.mjs.map +1 -1
- package/_mjs/collection/immutable/Queue/definition.mjs +1 -1
- package/_mjs/collection/immutable/Queue/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/RoseTree/api.mjs +50 -36
- package/_mjs/collection/immutable/RoseTree/api.mjs.map +1 -1
- package/_mjs/collection/immutable/RoseTree/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/SortedMap/api.mjs +398 -358
- package/_mjs/collection/immutable/SortedMap/api.mjs.map +1 -1
- package/_mjs/collection/immutable/Vector/api.mjs +650 -538
- package/_mjs/collection/immutable/Vector/api.mjs.map +1 -1
- package/_mjs/collection/immutable/Vector/definition.mjs +16 -14
- package/_mjs/collection/immutable/Vector/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/Vector/internal.mjs +40 -39
- package/_mjs/collection/immutable/Vector/internal.mjs.map +1 -1
- package/_mjs/collection/mutable/HashMap.mjs +3 -5
- package/_mjs/collection/mutable/HashMap.mjs.map +1 -1
- package/_mjs/collection/mutable/HashSet.mjs.map +1 -1
- package/_mjs/collection/mutable/ListBuffer.mjs +2 -2
- package/_mjs/collection/mutable/ListBuffer.mjs.map +1 -1
- package/_mjs/collection/mutable/internal.mjs +0 -2
- package/_mjs/collection/mutable/internal.mjs.map +1 -1
- package/_mjs/collection/weak/IterableWeakMap.mjs +7 -7
- package/_mjs/collection/weak/IterableWeakMap.mjs.map +1 -1
- package/_mjs/collection/weak/IterableWeakSet.mjs +7 -7
- package/_mjs/collection/weak/IterableWeakSet.mjs.map +1 -1
- package/_mjs/control/Eval/api.mjs +40 -28
- package/_mjs/control/Eval/api.mjs.map +1 -1
- package/_mjs/control/Eval/instance.mjs +5 -5
- package/_mjs/control/Eval/instance.mjs.map +1 -1
- package/_mjs/control/Eval/run.mjs +1 -1
- package/_mjs/control/Eval/run.mjs.map +1 -1
- package/_mjs/control/Z/api.mjs +196 -128
- package/_mjs/control/Z/api.mjs.map +1 -1
- package/_mjs/control/Z/instances.mjs +4 -4
- package/_mjs/control/Z/instances.mjs.map +1 -1
- package/_mjs/control/Z/runtime.mjs +244 -234
- package/_mjs/control/Z/runtime.mjs.map +1 -1
- package/_mjs/data/Branded/definition.mjs.map +1 -1
- package/_mjs/data/Branded/derivations.mjs +3 -3
- package/_mjs/data/Branded/derivations.mjs.map +1 -1
- package/_mjs/data/CaseClass.mjs.map +1 -1
- package/_mjs/data/Cause/api/fold.mjs +19 -17
- package/_mjs/data/Cause/api/fold.mjs.map +1 -1
- package/_mjs/data/Cause/api/isEmpty.mjs +1 -1
- package/_mjs/data/Cause/api/isEmpty.mjs.map +1 -1
- package/_mjs/data/Cause/api/linearize.mjs +8 -8
- package/_mjs/data/Cause/api/linearize.mjs.map +1 -1
- package/_mjs/data/Cause/api/prettyPrint.mjs +1 -1
- package/_mjs/data/Cause/api/prettyPrint.mjs.map +1 -1
- package/_mjs/data/Cause/api.mjs +149 -129
- package/_mjs/data/Cause/api.mjs.map +1 -1
- package/_mjs/data/Cause/definition.mjs +18 -18
- package/_mjs/data/Cause/definition.mjs.map +1 -1
- package/_mjs/data/Cause.mjs.map +1 -1
- package/_mjs/data/Const/api.mjs +6 -4
- package/_mjs/data/Const/api.mjs.map +1 -1
- package/_mjs/data/Const/instances.mjs +4 -4
- package/_mjs/data/Const/instances.mjs.map +1 -1
- package/_mjs/data/Datum/api.mjs +220 -179
- package/_mjs/data/Datum/api.mjs.map +1 -1
- package/_mjs/data/Datum/definition.mjs.map +1 -1
- package/_mjs/data/DatumEither/api.mjs +163 -132
- package/_mjs/data/DatumEither/api.mjs.map +1 -1
- package/_mjs/data/DecodeError/definition.mjs +14 -14
- package/_mjs/data/DecodeError/definition.mjs.map +1 -1
- package/_mjs/data/Decoder/api.mjs +9 -7
- package/_mjs/data/Decoder/api.mjs.map +1 -1
- package/_mjs/data/Duration/api.mjs +16 -10
- package/_mjs/data/Duration/api.mjs.map +1 -1
- package/_mjs/data/Either/api/align.mjs +8 -2
- package/_mjs/data/Either/api/align.mjs.map +1 -1
- package/_mjs/data/Either/api/alignWith.mjs +13 -11
- package/_mjs/data/Either/api/alignWith.mjs.map +1 -1
- package/_mjs/data/Either/api.mjs +175 -136
- package/_mjs/data/Either/api.mjs.map +1 -1
- package/_mjs/data/Either/constructors.mjs +7 -5
- package/_mjs/data/Either/constructors.mjs.map +1 -1
- package/_mjs/data/Either/destructors.mjs +15 -13
- package/_mjs/data/Either/destructors.mjs.map +1 -1
- package/_mjs/data/Either/instances.mjs +9 -9
- package/_mjs/data/Either/instances.mjs.map +1 -1
- package/_mjs/data/EitherT/api.mjs +8 -8
- package/_mjs/data/EitherT/api.mjs.map +1 -1
- package/_mjs/data/Encoder/api.mjs +102 -0
- package/_mjs/data/Encoder/api.mjs.map +1 -0
- package/_mjs/data/Encoder/definition.mjs +15 -0
- package/_mjs/data/Encoder/definition.mjs.map +1 -0
- package/_mjs/data/Encoder.mjs +4 -0
- package/_mjs/data/Encoder.mjs.map +1 -0
- package/_mjs/data/Environment/api.mjs +45 -33
- package/_mjs/data/Environment/api.mjs.map +1 -1
- package/_mjs/data/EnvironmentPatch.mjs +17 -13
- package/_mjs/data/EnvironmentPatch.mjs.map +1 -1
- package/_mjs/data/ExecutionStrategy.mjs +19 -27
- package/_mjs/data/ExecutionStrategy.mjs.map +1 -1
- package/_mjs/data/Exit/api.mjs +140 -108
- package/_mjs/data/Exit/api.mjs.map +1 -1
- package/_mjs/data/Exit/constructors.mjs +3 -3
- package/_mjs/data/Exit/constructors.mjs.map +1 -1
- package/_mjs/data/FiberId/api.mjs +22 -20
- package/_mjs/data/FiberId/api.mjs.map +1 -1
- package/_mjs/data/FiberId/constructors.mjs.map +1 -1
- package/_mjs/data/Identity/api.mjs +21 -13
- package/_mjs/data/Identity/api.mjs.map +1 -1
- package/_mjs/data/Identity/instances.mjs +4 -4
- package/_mjs/data/Identity/instances.mjs.map +1 -1
- package/_mjs/data/Interval.mjs +38 -28
- package/_mjs/data/Interval.mjs.map +1 -1
- package/_mjs/data/Intervals.mjs +35 -27
- package/_mjs/data/Intervals.mjs.map +1 -1
- package/_mjs/data/Maybe/api.mjs +141 -106
- package/_mjs/data/Maybe/api.mjs.map +1 -1
- package/_mjs/data/Maybe/constructors.mjs +1 -1
- package/_mjs/data/Maybe/constructors.mjs.map +1 -1
- package/_mjs/data/Maybe/definition.mjs.map +1 -1
- package/_mjs/data/Maybe/destructors.mjs +8 -6
- package/_mjs/data/Maybe/destructors.mjs.map +1 -1
- package/_mjs/data/Maybe/instances.mjs +12 -12
- package/_mjs/data/Maybe/instances.mjs.map +1 -1
- package/_mjs/data/Predicate/api.mjs +10 -8
- package/_mjs/data/Predicate/api.mjs.map +1 -1
- package/_mjs/data/Refinement/api.mjs +15 -9
- package/_mjs/data/Refinement/api.mjs.map +1 -1
- package/_mjs/data/Struct/api.mjs +56 -44
- package/_mjs/data/Struct/api.mjs.map +1 -1
- package/_mjs/data/Tag/constructors.mjs +3 -2
- package/_mjs/data/Tag/constructors.mjs.map +1 -1
- package/_mjs/data/Tag/definition.mjs +0 -2
- package/_mjs/data/Tag/definition.mjs.map +1 -1
- package/_mjs/data/These/api.mjs +187 -169
- package/_mjs/data/These/api.mjs.map +1 -1
- package/_mjs/data/These/constructors.mjs +1 -1
- package/_mjs/data/These/constructors.mjs.map +1 -1
- package/_mjs/data/These/destructors.mjs +35 -31
- package/_mjs/data/These/destructors.mjs.map +1 -1
- package/_mjs/data/These/instances.mjs +1 -1
- package/_mjs/data/These/instances.mjs.map +1 -1
- package/_mjs/data/Trace/api.mjs +6 -4
- package/_mjs/data/Trace/api.mjs.map +1 -1
- package/_mjs/data/Zipped.mjs.map +1 -1
- package/_mjs/data/function/api.mjs +5 -3
- package/_mjs/data/function/api.mjs.map +1 -1
- package/_mjs/data/function/pipe.mjs +7 -0
- package/_mjs/data/function/pipe.mjs.map +1 -1
- package/_mjs/data/string/api.mjs +46 -66
- package/_mjs/data/string/api.mjs.map +1 -1
- package/_mjs/global/api.mjs +4 -2
- package/_mjs/global/api.mjs.map +1 -1
- package/_mjs/internal/AtomicBoolean.mjs.map +1 -1
- package/_mjs/internal/AtomicNumber.mjs.map +1 -1
- package/_mjs/internal/AtomicReference.mjs.map +1 -1
- package/_mjs/internal/Stack.mjs +1 -1
- package/_mjs/internal/Stack.mjs.map +1 -1
- package/_mjs/optics/At/api.mjs +1 -1
- package/_mjs/optics/At/api.mjs.map +1 -1
- package/_mjs/optics/At/definition.mjs +2 -2
- package/_mjs/optics/At/definition.mjs.map +1 -1
- package/_mjs/optics/Fold/definition.mjs +2 -3
- package/_mjs/optics/Fold/definition.mjs.map +1 -1
- package/_mjs/optics/Getter/definition.mjs +1 -2
- package/_mjs/optics/Getter/definition.mjs.map +1 -1
- package/_mjs/optics/Index/api.mjs +4 -4
- package/_mjs/optics/Index/api.mjs.map +1 -1
- package/_mjs/optics/Index/definition.mjs +1 -1
- package/_mjs/optics/Index/definition.mjs.map +1 -1
- package/_mjs/optics/Iso/api.mjs +8 -6
- package/_mjs/optics/Iso/api.mjs.map +1 -1
- package/_mjs/optics/Iso/definition.mjs +9 -9
- package/_mjs/optics/Iso/definition.mjs.map +1 -1
- package/_mjs/optics/Lens/api.mjs +49 -39
- package/_mjs/optics/Lens/api.mjs.map +1 -1
- package/_mjs/optics/Lens/definition.mjs +7 -7
- package/_mjs/optics/Lens/definition.mjs.map +1 -1
- package/_mjs/optics/Optional/api/compose.mjs +8 -6
- package/_mjs/optics/Optional/api/compose.mjs.map +1 -1
- package/_mjs/optics/Optional/definition.mjs +8 -10
- package/_mjs/optics/Optional/definition.mjs.map +1 -1
- package/_mjs/optics/Optional.mjs.map +1 -1
- package/_mjs/optics/Prism/api/compose.mjs +8 -6
- package/_mjs/optics/Prism/api/compose.mjs.map +1 -1
- package/_mjs/optics/Prism/api/fromNullable.mjs +2 -2
- package/_mjs/optics/Prism/api/fromNullable.mjs.map +1 -1
- package/_mjs/optics/Prism/api/just.mjs +2 -2
- package/_mjs/optics/Prism/api/just.mjs.map +1 -1
- package/_mjs/optics/Prism/definition.mjs +6 -6
- package/_mjs/optics/Prism/definition.mjs.map +1 -1
- package/_mjs/optics/Prism.mjs.map +1 -1
- package/_mjs/optics/Setter/definition.mjs +5 -10
- package/_mjs/optics/Setter/definition.mjs.map +1 -1
- package/_mjs/optics/Traversal/api/compose.mjs +7 -5
- package/_mjs/optics/Traversal/api/compose.mjs.map +1 -1
- package/_mjs/optics/Traversal/api/fromTraversable.mjs +2 -2
- package/_mjs/optics/Traversal/api/fromTraversable.mjs.map +1 -1
- package/_mjs/optics/Traversal/definition.mjs +9 -9
- package/_mjs/optics/Traversal/definition.mjs.map +1 -1
- package/_mjs/optics/Traversal.mjs.map +1 -1
- package/_mjs/typeclass/Align.mjs.map +1 -1
- package/_mjs/typeclass/Alt.mjs.map +1 -1
- package/_mjs/typeclass/Applicative.mjs.map +1 -1
- package/_mjs/typeclass/ApplicativeExcept.mjs +6 -10
- package/_mjs/typeclass/ApplicativeExcept.mjs.map +1 -1
- package/_mjs/typeclass/Apply.mjs +9 -9
- package/_mjs/typeclass/Apply.mjs.map +1 -1
- package/_mjs/typeclass/Chain.mjs +5 -5
- package/_mjs/typeclass/Chain.mjs.map +1 -1
- package/_mjs/typeclass/Eq/definition.mjs.map +1 -1
- package/_mjs/typeclass/Eq/derivations.mjs.map +1 -1
- package/_mjs/typeclass/Equatable/api.mjs.map +1 -1
- package/_mjs/typeclass/Equatable/definition.mjs.map +1 -1
- package/_mjs/typeclass/Equatable/fast-equals.mjs.map +1 -1
- package/_mjs/typeclass/Filterable.mjs.map +1 -1
- package/_mjs/typeclass/FilterableWithIndex.mjs.map +1 -1
- package/_mjs/typeclass/Foldable.mjs +1 -1
- package/_mjs/typeclass/Foldable.mjs.map +1 -1
- package/_mjs/typeclass/FoldableWithIndex.mjs +1 -1
- package/_mjs/typeclass/FoldableWithIndex.mjs.map +1 -1
- package/_mjs/typeclass/Functor.mjs.map +1 -1
- package/_mjs/typeclass/FunctorWithIndex.mjs.map +1 -1
- package/_mjs/typeclass/Guard/api.mjs +18 -10
- package/_mjs/typeclass/Guard/api.mjs.map +1 -1
- package/_mjs/typeclass/Guard/definition.mjs.map +1 -1
- package/_mjs/typeclass/Guard/derivations.mjs.map +1 -1
- package/_mjs/typeclass/Has.mjs +7 -5
- package/_mjs/typeclass/Has.mjs.map +1 -1
- package/_mjs/typeclass/HashEq.mjs.map +1 -1
- package/_mjs/typeclass/Hashable/definition.mjs.map +1 -1
- package/_mjs/typeclass/Hashable/hash.mjs.map +1 -1
- package/_mjs/typeclass/MonadExcept.mjs +1 -1
- package/_mjs/typeclass/MonadExcept.mjs.map +1 -1
- package/_mjs/typeclass/Ord/api/contramap.mjs +7 -5
- package/_mjs/typeclass/Ord/api/contramap.mjs.map +1 -1
- package/_mjs/typeclass/Ord/api/max.mjs.map +1 -1
- package/_mjs/typeclass/Ord/api/min.mjs.map +1 -1
- package/_mjs/typeclass/Ord/definition.mjs.map +1 -1
- package/_mjs/typeclass/Ord/instances.mjs.map +1 -1
- package/_mjs/typeclass/Ordering.mjs.map +1 -1
- package/_mjs/typeclass/Semialign.mjs +7 -7
- package/_mjs/typeclass/Semialign.mjs.map +1 -1
- package/_mjs/typeclass/Semigroup/api.mjs.map +1 -1
- package/_mjs/typeclass/Semigroup/definition.mjs.map +1 -1
- package/_mjs/typeclass/Semigroup/derivations.mjs.map +1 -1
- package/_mjs/typeclass/Semimonoidal.mjs.map +1 -1
- package/_mjs/typeclass/Showable/definition.mjs.map +1 -1
- package/_mjs/typeclass/Showable/show.mjs +107 -107
- package/_mjs/typeclass/Showable/show.mjs.map +1 -1
- package/_mjs/typeclass/Showable/styles.mjs.map +1 -1
- package/_mjs/typeclass/Showable/util.mjs +1 -1
- package/_mjs/typeclass/Showable/util.mjs.map +1 -1
- package/_mjs/typeclass/Traversable.mjs +1 -2
- package/_mjs/typeclass/Traversable.mjs.map +1 -1
- package/_mjs/typeclass/TraversableWithIndex.mjs.map +1 -1
- package/_mjs/typeclass/Witherable.mjs +2 -1
- package/_mjs/typeclass/Witherable.mjs.map +1 -1
- package/_mjs/typeclass/WitherableWithIndex.mjs +2 -1
- package/_mjs/typeclass/WitherableWithIndex.mjs.map +1 -1
- package/_mjs/util/AnsiFormat.mjs +11 -11
- package/_mjs/util/AnsiFormat.mjs.map +1 -1
- package/_mjs/util/PCGRandom.mjs.map +1 -1
- package/_mjs/util/assert.mjs.map +1 -1
- package/_mjs/util/pattern.mjs.map +1 -1
- package/_mjs/util/predicates.mjs.map +1 -1
- package/_mjs/util/rand/Random.mjs.map +1 -1
- package/_mjs/util/rand/distribution/UniformArrayIntDistribution.mjs.map +1 -1
- package/_mjs/util/rand/distribution/UniformBigIntDistribution.mjs.map +1 -1
- package/_mjs/util/rand/distribution/UniformIntDistribution.mjs.map +1 -1
- package/_mjs/util/rand/distribution/internals/ArrayInt.mjs.map +1 -1
- package/_mjs/util/rand/distribution/internals/UniformArrayIntDistributionInternal.mjs.map +1 -1
- package/_mjs/util/rand/distribution/internals/UniformIntDistributionInternal.mjs.map +1 -1
- package/_mjs/util/rand/generator/MersenneTwister.mjs.map +1 -1
- package/_mjs/util/rand/generator/RandomGenerator.mjs.map +1 -1
- package/_mjs/util/rand.mjs.map +1 -1
- package/_src/collection/Iterable/api/traverseConc.ts +3 -3
- package/_src/collection/Iterable/api.ts +445 -408
- package/_src/collection/Iterable/constructors.ts +1 -1
- package/_src/collection/compat/Array/api.ts +16 -13
- package/_src/collection/compat/Array/derivations.ts +27 -1
- package/_src/collection/compat/Record/instances.ts +51 -2
- package/_src/collection/immutable/Conc/api.ts +716 -607
- package/_src/collection/immutable/Conc/definition.ts +60 -68
- package/_src/collection/immutable/Conc/derivations.ts +13 -0
- package/_src/collection/immutable/Conc.ts +0 -1
- package/_src/collection/immutable/Dictionary/api.ts +44 -32
- package/_src/collection/immutable/HashMap/api.ts +338 -224
- package/_src/collection/immutable/HashMap/internal.ts +3 -7
- package/_src/collection/immutable/HashSet/api.ts +193 -158
- package/_src/collection/immutable/ImmutableArray/api/chunksOf.ts +5 -3
- package/_src/collection/immutable/ImmutableArray/api/slice.ts +5 -3
- package/_src/collection/immutable/ImmutableArray/api/splitAt.ts +5 -3
- package/_src/collection/immutable/ImmutableArray/api/splitWhere.ts +13 -14
- package/_src/collection/immutable/ImmutableArray/api.ts +870 -722
- package/_src/collection/immutable/ImmutableArray/derivations.ts +13 -0
- package/_src/collection/immutable/ImmutableArray/instances.ts +54 -73
- package/_src/collection/immutable/ImmutableArray.ts +0 -1
- package/_src/collection/immutable/ImmutableNonEmptyArray/api.ts +311 -273
- package/_src/collection/immutable/ImmutableNonEmptyArray/constructors.ts +19 -4
- package/_src/collection/immutable/ImmutableNonEmptyArray/definition.ts +0 -1
- package/_src/collection/immutable/ImmutableNonEmptyArray/derivations.ts +13 -0
- package/_src/collection/immutable/ImmutableNonEmptyArray/instances.ts +22 -23
- package/_src/collection/immutable/List/api/foldLeft.ts +11 -9
- package/_src/collection/immutable/List/api.ts +147 -133
- package/_src/collection/immutable/List.ts +0 -1
- package/_src/collection/immutable/Queue/api.ts +53 -37
- package/_src/collection/immutable/Queue/definition.ts +0 -1
- package/_src/collection/immutable/RoseTree/api.ts +38 -32
- package/_src/collection/immutable/RoseTree/definition.ts +2 -0
- package/_src/collection/immutable/SortedMap/api.ts +364 -332
- package/_src/collection/immutable/Vector/api.ts +608 -482
- package/_src/collection/immutable/Vector/definition.ts +11 -12
- package/_src/collection/immutable/Vector/internal.ts +37 -38
- package/_src/collection/mutable/HashMap.ts +1 -4
- package/_src/collection/mutable/HashSet.ts +1 -2
- package/_src/collection/mutable/ListBuffer.ts +1 -1
- package/_src/collection/mutable/internal.ts +0 -2
- package/_src/collection/weak/IterableWeakMap.ts +11 -7
- package/_src/collection/weak/IterableWeakSet.ts +10 -5
- package/_src/control/Eval/api.ts +35 -19
- package/_src/control/Eval/instance.ts +5 -5
- package/_src/control/Z/api.ts +191 -208
- package/_src/control/Z/instances.ts +4 -5
- package/_src/control/Z/runtime.ts +190 -189
- package/_src/data/Branded/definition.ts +11 -12
- package/_src/data/Branded/derivations.ts +2 -2
- package/_src/data/CaseClass.ts +4 -1
- package/_src/data/Cause/api/fold.ts +13 -14
- package/_src/data/Cause/api.ts +125 -105
- package/_src/data/Cause.ts +0 -1
- package/_src/data/Const/api.ts +6 -4
- package/_src/data/Const/instances.ts +3 -3
- package/_src/data/Datum/api.ts +229 -197
- package/_src/data/Datum/definition.ts +2 -5
- package/_src/data/DatumEither/api.ts +208 -193
- package/_src/data/Decoder/api.ts +5 -3
- package/_src/data/Duration/api.ts +19 -15
- package/_src/data/Either/api/align.ts +7 -2
- package/_src/data/Either/api/alignWith.ts +13 -15
- package/_src/data/Either/api.ts +141 -119
- package/_src/data/Either/constructors.ts +12 -10
- package/_src/data/Either/destructors.ts +11 -9
- package/_src/data/Either/instances.ts +24 -20
- package/_src/data/EitherT/api.ts +43 -49
- package/_src/data/Encoder/api.ts +123 -0
- package/_src/data/Encoder/definition.ts +12 -0
- package/_src/data/Encoder.ts +4 -0
- package/_src/data/Environment/api.ts +52 -44
- package/_src/data/EnvironmentPatch.ts +10 -9
- package/_src/data/ExecutionStrategy.ts +14 -24
- package/_src/data/Exit/api.ts +104 -73
- package/_src/data/Exit/constructors.ts +2 -2
- package/_src/data/FiberId/api.ts +19 -17
- package/_src/data/FiberId/constructors.ts +1 -2
- package/_src/data/Identity/api.ts +20 -12
- package/_src/data/Identity/instances.ts +4 -7
- package/_src/data/Interval.ts +39 -29
- package/_src/data/Intervals.ts +31 -23
- package/_src/data/Maybe/api.ts +112 -79
- package/_src/data/Maybe/constructors.ts +3 -3
- package/_src/data/Maybe/definition.ts +11 -1
- package/_src/data/Maybe/destructors.ts +6 -4
- package/_src/data/Maybe/instances.ts +10 -21
- package/_src/data/Predicate/api.ts +14 -8
- package/_src/data/Refinement/api.ts +19 -13
- package/_src/data/Struct/api.ts +75 -55
- package/_src/data/Tag/constructors.ts +1 -2
- package/_src/data/Tag/definition.ts +0 -1
- package/_src/data/These/api.ts +114 -114
- package/_src/data/These/destructors.ts +23 -24
- package/_src/data/Trace/api.ts +5 -3
- package/_src/data/Zipped.ts +3 -4
- package/_src/data/function/api.ts +6 -7
- package/_src/data/function/pipe.ts +9 -1
- package/_src/data/string/api.ts +40 -60
- package/_src/data.ts +1 -0
- package/_src/global/api.ts +7 -12
- package/_src/global.ts +4 -0
- package/_src/internal/AtomicBoolean.ts +0 -1
- package/_src/internal/AtomicNumber.ts +0 -7
- package/_src/internal/AtomicReference.ts +0 -4
- package/_src/internal/Stack.ts +1 -7
- package/_src/optics/At/definition.ts +5 -3
- package/_src/optics/Fold/definition.ts +3 -10
- package/_src/optics/Getter/definition.ts +1 -2
- package/_src/optics/Index/definition.ts +1 -1
- package/_src/optics/Iso/api.ts +8 -6
- package/_src/optics/Iso/definition.ts +3 -3
- package/_src/optics/Lens/api.ts +44 -42
- package/_src/optics/Lens/definition.ts +5 -5
- package/_src/optics/Optional/api/compose.ts +9 -9
- package/_src/optics/Optional/definition.ts +9 -16
- package/_src/optics/Optional.ts +0 -1
- package/_src/optics/Prism/api/compose.ts +9 -6
- package/_src/optics/Prism/definition.ts +3 -3
- package/_src/optics/Prism.ts +0 -1
- package/_src/optics/Setter/definition.ts +3 -23
- package/_src/optics/Traversal/api/compose.ts +7 -8
- package/_src/optics/Traversal/api/fromTraversable.ts +1 -1
- package/_src/optics/Traversal/definition.ts +10 -15
- package/_src/optics/Traversal.ts +0 -1
- package/_src/typeclass/Align.ts +0 -3
- package/_src/typeclass/Alt.ts +2 -1
- package/_src/typeclass/Applicative.ts +0 -1
- package/_src/typeclass/ApplicativeExcept.ts +15 -10
- package/_src/typeclass/Apply.ts +30 -33
- package/_src/typeclass/Chain.ts +9 -12
- package/_src/typeclass/Eq/definition.ts +0 -3
- package/_src/typeclass/Eq/derivations.ts +0 -2
- package/_src/typeclass/Equatable/api.ts +0 -2
- package/_src/typeclass/Equatable/definition.ts +0 -4
- package/_src/typeclass/Equatable/fast-equals.ts +11 -93
- package/_src/typeclass/Filterable.ts +19 -13
- package/_src/typeclass/FilterableWithIndex.ts +19 -13
- package/_src/typeclass/Foldable.ts +7 -10
- package/_src/typeclass/FoldableWithIndex.ts +7 -10
- package/_src/typeclass/Functor.ts +6 -4
- package/_src/typeclass/FunctorWithIndex.ts +3 -2
- package/_src/typeclass/Guard/api.ts +21 -16
- package/_src/typeclass/Guard/definition.ts +0 -3
- package/_src/typeclass/Guard/derivations.ts +5 -6
- package/_src/typeclass/Has.ts +6 -4
- package/_src/typeclass/HashEq.ts +0 -7
- package/_src/typeclass/Hashable/definition.ts +0 -4
- package/_src/typeclass/Hashable/hash.ts +0 -26
- package/_src/typeclass/MonadExcept.ts +1 -1
- package/_src/typeclass/Ord/api/contramap.ts +7 -6
- package/_src/typeclass/Ord/api/max.ts +0 -1
- package/_src/typeclass/Ord/api/min.ts +0 -1
- package/_src/typeclass/Ord/definition.ts +0 -4
- package/_src/typeclass/Ord/instances.ts +0 -2
- package/_src/typeclass/Ordering.ts +2 -0
- package/_src/typeclass/Semialign.ts +43 -32
- package/_src/typeclass/Semigroup/api.ts +0 -2
- package/_src/typeclass/Semigroup/definition.ts +0 -4
- package/_src/typeclass/Semigroup/derivations.ts +0 -2
- package/_src/typeclass/Semimonoidal.ts +3 -2
- package/_src/typeclass/Showable/definition.ts +0 -6
- package/_src/typeclass/Showable/show.ts +1 -57
- package/_src/typeclass/Showable/styles.ts +0 -8
- package/_src/typeclass/Showable/util.ts +22 -57
- package/_src/typeclass/Traversable.ts +13 -18
- package/_src/typeclass/TraversableWithIndex.ts +5 -7
- package/_src/typeclass/Witherable.ts +21 -13
- package/_src/typeclass/WitherableWithIndex.ts +26 -17
- package/_src/typeclass/builtin/Symbol.ts +0 -1
- package/_src/types/extractions.ts +12 -3
- package/_src/types/utility.ts +3 -5
- package/_src/util/AnsiFormat.ts +0 -25
- package/_src/util/PCGRandom.ts +4 -9
- package/_src/util/assert.ts +1 -2
- package/_src/util/pattern.ts +91 -12
- package/_src/util/predicates.ts +3 -1
- package/_src/util/rand/Random.ts +12 -16
- package/_src/util/rand/distribution/Distribution.ts +0 -1
- package/_src/util/rand/distribution/UniformArrayIntDistribution.ts +0 -3
- package/_src/util/rand/distribution/UniformBigIntDistribution.ts +0 -5
- package/_src/util/rand/distribution/UniformIntDistribution.ts +0 -7
- package/_src/util/rand/distribution/internals/ArrayInt.ts +3 -13
- package/_src/util/rand/distribution/internals/UniformArrayIntDistributionInternal.ts +0 -3
- package/_src/util/rand/distribution/internals/UniformIntDistributionInternal.ts +0 -4
- package/_src/util/rand/generator/MersenneTwister.ts +6 -29
- package/_src/util/rand/generator/RandomGenerator.ts +0 -3
- package/_src/util/rand.ts +0 -2
- package/collection/Iterable/api/traverseConc.d.ts +2 -2
- package/collection/Iterable/api.d.ts +64 -64
- package/collection/Iterable/constructors.d.ts +1 -1
- package/collection/compat/Array/api.d.ts +6 -6
- package/collection/compat/Array/derivations.d.ts +11 -0
- package/collection/compat/Record/instances.d.ts +30 -6
- package/collection/immutable/Conc/api.d.ts +108 -105
- package/collection/immutable/Conc/definition.d.ts +2 -2
- package/collection/immutable/Conc/derivations.d.ts +6 -0
- package/collection/immutable/Dictionary/api.d.ts +12 -12
- package/collection/immutable/HashMap/api.d.ts +76 -70
- package/collection/immutable/HashSet/api.d.ts +45 -41
- package/collection/immutable/ImmutableArray/api/chunksOf.d.ts +2 -2
- package/collection/immutable/ImmutableArray/api/slice.d.ts +2 -2
- package/collection/immutable/ImmutableArray/api/splitAt.d.ts +2 -2
- package/collection/immutable/ImmutableArray/api/splitWhere.d.ts +3 -3
- package/collection/immutable/ImmutableArray/api.d.ts +206 -206
- package/collection/immutable/ImmutableArray/derivations.d.ts +6 -0
- package/collection/immutable/ImmutableNonEmptyArray/api.d.ts +64 -63
- package/collection/immutable/ImmutableNonEmptyArray/derivations.d.ts +6 -0
- package/collection/immutable/List/api/foldLeft.d.ts +2 -2
- package/collection/immutable/List/api.d.ts +24 -24
- package/collection/immutable/Queue/api.d.ts +16 -16
- package/collection/immutable/RoseTree/api.d.ts +14 -14
- package/collection/immutable/SortedMap/api.d.ts +41 -41
- package/collection/immutable/Vector/api.d.ts +121 -117
- package/collection/immutable/Vector/definition.d.ts +2 -2
- package/collection/immutable/Vector/internal.d.ts +2 -2
- package/collection/mutable/ListBuffer.d.ts +1 -1
- package/control/Eval/api.d.ts +12 -12
- package/control/Z/api.d.ts +68 -68
- package/control/Z/runtime.d.ts +10 -10
- package/data/Branded/derivations.d.ts +2 -2
- package/data/Cause/api/fold.d.ts +3 -3
- package/data/Cause/api.d.ts +20 -20
- package/data/Const/api.d.ts +3 -3
- package/data/Datum/api.d.ts +43 -41
- package/data/DatumEither/api.d.ts +48 -46
- package/data/Decoder/api.d.ts +2 -2
- package/data/Duration/api.d.ts +7 -7
- package/data/Either/api/align.d.ts +5 -1
- package/data/Either/api/alignWith.d.ts +2 -2
- package/data/Either/api.d.ts +40 -46
- package/data/Either/constructors.d.ts +6 -6
- package/data/Either/destructors.d.ts +2 -2
- package/data/EitherT/api.d.ts +6 -6
- package/data/Encoder/api.d.ts +73 -0
- package/data/Encoder/definition.d.ts +12 -0
- package/data/Encoder.d.ts +2 -0
- package/data/Environment/api.d.ts +14 -14
- package/data/EnvironmentPatch.d.ts +4 -4
- package/data/ExecutionStrategy.d.ts +1 -6
- package/data/Exit/api.d.ts +32 -32
- package/data/Exit/constructors.d.ts +2 -2
- package/data/FiberId/api.d.ts +2 -2
- package/data/Identity/api.d.ts +8 -8
- package/data/Interval.d.ts +11 -11
- package/data/Intervals.d.ts +11 -11
- package/data/Maybe/api.d.ts +36 -37
- package/data/Maybe/constructors.d.ts +2 -2
- package/data/Maybe/definition.d.ts +7 -3
- package/data/Maybe/destructors.d.ts +2 -2
- package/data/Predicate/api.d.ts +5 -5
- package/data/Refinement/api.d.ts +9 -9
- package/data/Struct/api.d.ts +13 -23
- package/data/Tag/constructors.d.ts +1 -2
- package/data/Tag/definition.d.ts +0 -1
- package/data/These/api.d.ts +18 -22
- package/data/These/destructors.d.ts +4 -4
- package/data/Trace/api.d.ts +2 -2
- package/data/function/api.d.ts +3 -3
- package/data/function/pipe.d.ts +7 -1
- package/data/string/api.d.ts +9 -49
- package/data.d.ts +1 -0
- package/global/api.d.ts +3 -3
- package/global.d.ts +4 -0
- package/internal/Stack.d.ts +1 -1
- package/optics/At/definition.d.ts +1 -1
- package/optics/Fold/definition.d.ts +2 -6
- package/optics/Getter/definition.d.ts +1 -1
- package/optics/Index/definition.d.ts +1 -1
- package/optics/Iso/api.d.ts +2 -2
- package/optics/Iso/definition.d.ts +2 -2
- package/optics/Lens/api.d.ts +10 -10
- package/optics/Lens/definition.d.ts +4 -4
- package/optics/Optional/api/compose.d.ts +2 -2
- package/optics/Optional/definition.d.ts +4 -8
- package/optics/Prism/api/compose.d.ts +2 -2
- package/optics/Prism/definition.d.ts +2 -2
- package/optics/Setter/definition.d.ts +2 -14
- package/optics/Traversal/api/compose.d.ts +2 -2
- package/optics/Traversal/definition.d.ts +4 -4
- package/package.json +1 -1
- package/typeclass/Alt.d.ts +1 -1
- package/typeclass/ApplicativeExcept.d.ts +2 -6
- package/typeclass/Apply.d.ts +5 -5
- package/typeclass/Chain.d.ts +4 -4
- package/typeclass/Filterable.d.ts +6 -6
- package/typeclass/FilterableWithIndex.d.ts +6 -6
- package/typeclass/Foldable.d.ts +4 -4
- package/typeclass/FoldableWithIndex.d.ts +4 -4
- package/typeclass/Functor.d.ts +2 -2
- package/typeclass/FunctorWithIndex.d.ts +1 -1
- package/typeclass/Guard/api.d.ts +7 -7
- package/typeclass/Has.d.ts +3 -3
- package/typeclass/Ord/api/contramap.d.ts +2 -2
- package/typeclass/Semialign.d.ts +14 -14
- package/typeclass/Semimonoidal.d.ts +1 -1
- package/typeclass/Traversable.d.ts +4 -6
- package/typeclass/TraversableWithIndex.d.ts +2 -2
- package/typeclass/Witherable.d.ts +3 -3
- package/typeclass/WitherableWithIndex.d.ts +5 -5
- package/types/extractions.d.ts +10 -6
- package/util/assert.d.ts +1 -1
|
@@ -7,215 +7,239 @@ import * as tsplus_module_6 from "@fncts/base/collection/immutable/ImmutableArra
|
|
|
7
7
|
import * as tsplus_module_7 from "@fncts/base/collection/immutable/ImmutableArray/api";
|
|
8
8
|
import * as tsplus_module_8 from "@fncts/base/typeclass/Semigroup/api";
|
|
9
9
|
import * as tsplus_module_9 from "@fncts/base/collection/immutable/ImmutableArray/constructors";
|
|
10
|
-
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const foldRightWithIndex_ = foldRightWithIndex_1;
|
|
10
|
+
export const append = append_1;
|
|
11
|
+
export const alignWith = alignWith_1;
|
|
12
|
+
export const flatMap = flatMap_1;
|
|
13
|
+
export const flatMapWithIndex = flatMapWithIndex_1;
|
|
14
|
+
export const chop = chop_1;
|
|
15
|
+
export const crossWith = crossWith_1;
|
|
16
|
+
export const elem = elem_1;
|
|
17
|
+
export const foldLeft = foldLeft_1;
|
|
18
|
+
export const foldLeftWithIndex = foldLeftWithIndex_1;
|
|
19
|
+
export const foldMapWithIndex = foldMapWithIndex_1;
|
|
20
|
+
export const foldRightWithIndex = foldRightWithIndex_1;
|
|
22
21
|
export const group = group_1;
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
22
|
+
export const map = map_1;
|
|
23
|
+
export const mapWithIndex = mapWithIndex_1;
|
|
24
|
+
export const splitAt = splitAt_1;
|
|
26
25
|
export const sort = sort_1;
|
|
26
|
+
export const _traverseWithIndex = _traverseWithIndex_1;
|
|
27
27
|
import { allocWithHead } from "@fncts/base/collection/immutable/ImmutableNonEmptyArray/constructors";
|
|
28
28
|
import { ImmutableNonEmptyArray } from "@fncts/base/collection/immutable/ImmutableNonEmptyArray/definition";
|
|
29
29
|
import { identity } from "@fncts/base/data/function";
|
|
30
30
|
import * as P from "@fncts/base/typeclass";
|
|
31
31
|
/**
|
|
32
|
-
* @tsplus
|
|
32
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray ap
|
|
33
33
|
*/
|
|
34
34
|
|
|
35
|
-
export function ap_(
|
|
36
|
-
return
|
|
35
|
+
export function ap_(fa) {
|
|
36
|
+
return self => {
|
|
37
|
+
return flatMap_1(f => map_1(a => f(a))(fa))(self);
|
|
38
|
+
};
|
|
37
39
|
}
|
|
38
40
|
/**
|
|
39
|
-
* @tsplus
|
|
41
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray append
|
|
40
42
|
*/
|
|
41
43
|
|
|
42
|
-
function append_1(
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
function append_1(last) {
|
|
45
|
+
return self => {
|
|
46
|
+
const len = tsplus_module_1.length(self);
|
|
47
|
+
const r = Array(len + 1);
|
|
48
|
+
r[len] = last;
|
|
46
49
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
for (let i = 0; i < len; i++) {
|
|
51
|
+
r[i] = self._array[i];
|
|
52
|
+
}
|
|
50
53
|
|
|
51
|
-
|
|
54
|
+
return tsplus_module_2.unsafeAsNonEmptyArray(r);
|
|
55
|
+
};
|
|
52
56
|
}
|
|
53
57
|
/**
|
|
54
|
-
* @tsplus
|
|
58
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray align
|
|
55
59
|
*/
|
|
56
60
|
|
|
57
61
|
|
|
58
|
-
export function
|
|
59
|
-
return
|
|
62
|
+
export function align(fb) {
|
|
63
|
+
return self => {
|
|
64
|
+
return alignWith_1(fb, identity)(self);
|
|
65
|
+
};
|
|
60
66
|
}
|
|
61
67
|
/**
|
|
62
|
-
* @tsplus
|
|
68
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray alignWith
|
|
63
69
|
*/
|
|
64
70
|
|
|
65
|
-
function alignWith_1(
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
for (let i = 1; i < minlen; i++) {
|
|
71
|
-
ret[i] = f(tsplus_module_4.both(self._array[i], fb._array[i]));
|
|
72
|
-
}
|
|
71
|
+
function alignWith_1(fb, f) {
|
|
72
|
+
return self => {
|
|
73
|
+
const minlen = Math.min(tsplus_module_1.length(self), tsplus_module_1.length(fb));
|
|
74
|
+
const maxlen = Math.max(tsplus_module_1.length(self), tsplus_module_1.length(fb));
|
|
75
|
+
const ret = allocWithHead(f(tsplus_module_4.both(tsplus_module_3.head(self), tsplus_module_3.head(fb))), maxlen);
|
|
73
76
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
} else if (tsplus_module_1.length(self) > tsplus_module_1.length(fb)) {
|
|
77
|
-
for (let i = minlen; i < maxlen; i++) {
|
|
78
|
-
ret[i] = f(tsplus_module_4.left(self._array[i]));
|
|
77
|
+
for (let i = 1; i < minlen; i++) {
|
|
78
|
+
ret[i] = f(tsplus_module_4.both(self._array[i], fb._array[i]));
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
|
|
81
|
+
if (minlen === maxlen) {
|
|
82
|
+
return tsplus_module_2.from(ret);
|
|
83
|
+
} else if (tsplus_module_1.length(self) > tsplus_module_1.length(fb)) {
|
|
84
|
+
for (let i = minlen; i < maxlen; i++) {
|
|
85
|
+
ret[i] = f(tsplus_module_4.left(self._array[i]));
|
|
86
|
+
}
|
|
87
|
+
} else {
|
|
88
|
+
for (let i = minlen; i < maxlen; i++) {
|
|
89
|
+
ret[i] = f(tsplus_module_4.right(fb._array[i]));
|
|
90
|
+
}
|
|
83
91
|
}
|
|
84
|
-
}
|
|
85
92
|
|
|
86
|
-
|
|
93
|
+
return tsplus_module_2.from(ret);
|
|
94
|
+
};
|
|
87
95
|
}
|
|
88
96
|
/**
|
|
89
|
-
* @tsplus
|
|
97
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray flatMap
|
|
90
98
|
*/
|
|
91
99
|
|
|
92
100
|
|
|
93
|
-
function flatMap_1(
|
|
94
|
-
return
|
|
101
|
+
function flatMap_1(f) {
|
|
102
|
+
return self => {
|
|
103
|
+
return flatMapWithIndex_1((_, a) => f(a))(self);
|
|
104
|
+
};
|
|
95
105
|
}
|
|
96
106
|
/**
|
|
97
|
-
* @tsplus
|
|
107
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray flatMapWithIndex
|
|
98
108
|
*/
|
|
99
109
|
|
|
100
110
|
|
|
101
|
-
function flatMapWithIndex_1(
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
111
|
+
function flatMapWithIndex_1(f) {
|
|
112
|
+
return self => {
|
|
113
|
+
let outLen = 1;
|
|
114
|
+
const len = tsplus_module_1.length(self);
|
|
115
|
+
const temp = allocWithHead(f(0, self._array[0]), len);
|
|
105
116
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
117
|
+
for (let i = 1; i < len; i++) {
|
|
118
|
+
const e = self._array[i];
|
|
119
|
+
const arr = f(i, e);
|
|
120
|
+
outLen += tsplus_module_1.length(arr);
|
|
121
|
+
temp[i] = arr;
|
|
122
|
+
}
|
|
112
123
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
124
|
+
const out = Array(outLen);
|
|
125
|
+
const out0 = temp[0];
|
|
126
|
+
const len0 = tsplus_module_1.length(temp[0]);
|
|
116
127
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
128
|
+
for (let j = 0; j < len0; j++) {
|
|
129
|
+
out[j] = out0._array[j];
|
|
130
|
+
}
|
|
120
131
|
|
|
121
|
-
|
|
132
|
+
let start = tsplus_module_1.length(temp[0]);
|
|
122
133
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
134
|
+
for (let i = 1; i < len; i++) {
|
|
135
|
+
const arr = temp[i];
|
|
136
|
+
const l = tsplus_module_1.length(arr);
|
|
126
137
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
138
|
+
for (let j = 0; j < l; j++) {
|
|
139
|
+
out[j + start] = arr._array[j];
|
|
140
|
+
}
|
|
130
141
|
|
|
131
|
-
|
|
132
|
-
|
|
142
|
+
start += l;
|
|
143
|
+
}
|
|
133
144
|
|
|
134
|
-
|
|
145
|
+
return tsplus_module_2.unsafeAsNonEmptyArray(out);
|
|
146
|
+
};
|
|
135
147
|
}
|
|
136
148
|
/**
|
|
137
|
-
* @tsplus
|
|
149
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray chop
|
|
138
150
|
*/
|
|
139
151
|
|
|
140
152
|
|
|
141
|
-
function chop_1(
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
153
|
+
function chop_1(f) {
|
|
154
|
+
return self => {
|
|
155
|
+
const [b, rest] = f(self);
|
|
156
|
+
const result = [b];
|
|
157
|
+
let next = rest;
|
|
145
158
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
159
|
+
while (tsplus_module_1.isNonEmpty(next)) {
|
|
160
|
+
const [b, c] = f(next);
|
|
161
|
+
result.push(b);
|
|
162
|
+
next = c;
|
|
163
|
+
}
|
|
151
164
|
|
|
152
|
-
|
|
165
|
+
return tsplus_module_2.unsafeAsNonEmptyArray(result);
|
|
166
|
+
};
|
|
153
167
|
}
|
|
154
168
|
/**
|
|
155
|
-
* @tsplus
|
|
169
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray chunksOf
|
|
156
170
|
*/
|
|
157
171
|
|
|
158
172
|
|
|
159
|
-
export function
|
|
160
|
-
return
|
|
173
|
+
export function chunksOf(n) {
|
|
174
|
+
return self => {
|
|
175
|
+
return chop_1(as => splitAt_1(n)(as))(self);
|
|
176
|
+
};
|
|
161
177
|
}
|
|
162
178
|
/**
|
|
163
|
-
* @tsplus
|
|
179
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray concat
|
|
164
180
|
*/
|
|
165
181
|
|
|
166
|
-
export function
|
|
167
|
-
|
|
182
|
+
export function concat(that) {
|
|
183
|
+
return self => {
|
|
184
|
+
const leny = tsplus_module_1.length(that);
|
|
168
185
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
186
|
+
if (leny === 0) {
|
|
187
|
+
return self;
|
|
188
|
+
}
|
|
172
189
|
|
|
173
|
-
|
|
174
|
-
|
|
190
|
+
const lenx = tsplus_module_1.length(self);
|
|
191
|
+
const r = Array(lenx + leny);
|
|
175
192
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
193
|
+
for (let i = 0; i < lenx; i++) {
|
|
194
|
+
r[i] = self._array[i];
|
|
195
|
+
}
|
|
179
196
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
197
|
+
for (let i = 0; i < leny; i++) {
|
|
198
|
+
r[i + lenx] = that._array[i];
|
|
199
|
+
}
|
|
183
200
|
|
|
184
|
-
|
|
201
|
+
return tsplus_module_2.unsafeAsNonEmptyArray(r);
|
|
202
|
+
};
|
|
185
203
|
}
|
|
186
204
|
/**
|
|
187
|
-
* @tsplus
|
|
205
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray crossWith
|
|
188
206
|
*/
|
|
189
207
|
|
|
190
|
-
function crossWith_1(
|
|
191
|
-
return
|
|
208
|
+
function crossWith_1(fb, f) {
|
|
209
|
+
return self => {
|
|
210
|
+
return flatMap_1(a => map_1(b => f(a, b))(fb))(self);
|
|
211
|
+
};
|
|
192
212
|
}
|
|
193
213
|
/**
|
|
194
|
-
* @tsplus
|
|
214
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray cross
|
|
195
215
|
*/
|
|
196
216
|
|
|
197
217
|
|
|
198
|
-
export function
|
|
199
|
-
return
|
|
218
|
+
export function cross(fb) {
|
|
219
|
+
return self => {
|
|
220
|
+
return crossWith_1(fb, (a, b) => tsplus_module_5.make(a, b))(self);
|
|
221
|
+
};
|
|
200
222
|
}
|
|
201
223
|
/**
|
|
202
|
-
* @tsplus
|
|
224
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray elem
|
|
203
225
|
*/
|
|
204
226
|
|
|
205
|
-
function elem_1(
|
|
227
|
+
function elem_1(a,
|
|
206
228
|
/** @tsplus auto */
|
|
207
229
|
E) {
|
|
208
|
-
|
|
230
|
+
return self => {
|
|
231
|
+
const p = element => E.equals(a, element);
|
|
209
232
|
|
|
210
|
-
|
|
233
|
+
const len = tsplus_module_1.length(self);
|
|
211
234
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
235
|
+
for (let i = 0; i < len; i++) {
|
|
236
|
+
if (p(self._array[i])) {
|
|
237
|
+
return true;
|
|
238
|
+
}
|
|
215
239
|
}
|
|
216
|
-
}
|
|
217
240
|
|
|
218
|
-
|
|
241
|
+
return false;
|
|
242
|
+
};
|
|
219
243
|
}
|
|
220
244
|
/**
|
|
221
245
|
* @tsplus getter fncts.ImmutableNonEmptyArray flatten
|
|
@@ -223,161 +247,187 @@ E) {
|
|
|
223
247
|
|
|
224
248
|
|
|
225
249
|
export function flatten(self) {
|
|
226
|
-
return flatMap_1(
|
|
250
|
+
return flatMap_1(identity)(self);
|
|
227
251
|
}
|
|
228
252
|
/**
|
|
229
|
-
* @tsplus
|
|
253
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray fold
|
|
230
254
|
*/
|
|
231
255
|
|
|
232
|
-
export function
|
|
256
|
+
export function fold(
|
|
233
257
|
/** @tsplus auto */
|
|
234
258
|
S) {
|
|
235
|
-
return
|
|
259
|
+
return self => {
|
|
260
|
+
return tsplus_module_7.foldLeft(self._array[0], S.combine)(tsplus_module_6.slice(1)(self));
|
|
261
|
+
};
|
|
236
262
|
}
|
|
237
263
|
/**
|
|
238
|
-
* @tsplus
|
|
264
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray foldLeft
|
|
239
265
|
*/
|
|
240
266
|
|
|
241
|
-
function foldLeft_1(
|
|
242
|
-
return
|
|
267
|
+
function foldLeft_1(b, f) {
|
|
268
|
+
return self => {
|
|
269
|
+
return foldLeftWithIndex_1(b, (_, b, a) => f(b, a))(self);
|
|
270
|
+
};
|
|
243
271
|
}
|
|
244
272
|
/**
|
|
245
|
-
* @tsplus
|
|
273
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray foldLeftWithIndex
|
|
246
274
|
*/
|
|
247
275
|
|
|
248
276
|
|
|
249
|
-
function foldLeftWithIndex_1(
|
|
250
|
-
|
|
251
|
-
|
|
277
|
+
function foldLeftWithIndex_1(b, f) {
|
|
278
|
+
return self => {
|
|
279
|
+
const len = tsplus_module_1.length(self);
|
|
280
|
+
let r = b;
|
|
252
281
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
282
|
+
for (let i = 0; i < len; i++) {
|
|
283
|
+
r = f(i, r, self._array[i]);
|
|
284
|
+
}
|
|
256
285
|
|
|
257
|
-
|
|
286
|
+
return r;
|
|
287
|
+
};
|
|
258
288
|
}
|
|
259
289
|
/**
|
|
260
|
-
* @tsplus
|
|
290
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray foldMapWithIndex
|
|
261
291
|
*/
|
|
262
292
|
|
|
263
293
|
|
|
264
|
-
function foldMapWithIndex_1(
|
|
294
|
+
function foldMapWithIndex_1(f,
|
|
265
295
|
/** @tsplus auto */
|
|
266
296
|
M) {
|
|
267
|
-
return
|
|
297
|
+
return self => {
|
|
298
|
+
return foldLeftWithIndex_1(M.nat, (i, b, a) => M.combine(b, f(i, a)))(self);
|
|
299
|
+
};
|
|
268
300
|
}
|
|
269
301
|
/**
|
|
270
|
-
* @tsplus
|
|
302
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray foldMap
|
|
271
303
|
*/
|
|
272
304
|
|
|
273
305
|
|
|
274
|
-
export function
|
|
306
|
+
export function foldMap(f,
|
|
275
307
|
/** @tsplus auto */
|
|
276
308
|
M) {
|
|
277
|
-
return
|
|
309
|
+
return self => {
|
|
310
|
+
return foldMapWithIndex_1((_, a) => f(a), M)(self);
|
|
311
|
+
};
|
|
278
312
|
}
|
|
279
313
|
/**
|
|
280
|
-
* @tsplus
|
|
314
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray foldRight
|
|
281
315
|
*/
|
|
282
316
|
|
|
283
|
-
export function
|
|
284
|
-
return
|
|
317
|
+
export function foldRight(b, f) {
|
|
318
|
+
return self => {
|
|
319
|
+
return foldRightWithIndex_1(b, (_, a, b) => f(a, b))(self);
|
|
320
|
+
};
|
|
285
321
|
}
|
|
286
322
|
/**
|
|
287
|
-
* @tsplus
|
|
323
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray foldRightWithIndex
|
|
288
324
|
*/
|
|
289
325
|
|
|
290
|
-
function foldRightWithIndex_1(
|
|
291
|
-
|
|
326
|
+
function foldRightWithIndex_1(b, f) {
|
|
327
|
+
return self => {
|
|
328
|
+
let r = b;
|
|
292
329
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
330
|
+
for (let i = tsplus_module_1.length(self) - 1; i >= 0; i--) {
|
|
331
|
+
r = f(i, self._array[i], r);
|
|
332
|
+
}
|
|
296
333
|
|
|
297
|
-
|
|
334
|
+
return r;
|
|
335
|
+
};
|
|
298
336
|
}
|
|
299
337
|
/**
|
|
300
|
-
* @tsplus
|
|
338
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray group
|
|
301
339
|
*/
|
|
302
340
|
|
|
303
341
|
|
|
304
|
-
function group_1(
|
|
342
|
+
function group_1(
|
|
305
343
|
/** @tsplus auto */
|
|
306
344
|
E) {
|
|
307
|
-
return
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
345
|
+
return self => {
|
|
346
|
+
return chop_1(as => {
|
|
347
|
+
const h = as._array[0];
|
|
348
|
+
const out = [h];
|
|
349
|
+
let i = 1;
|
|
350
|
+
|
|
351
|
+
for (; i < tsplus_module_1.length(as); i++) {
|
|
352
|
+
const a = as._array[i];
|
|
353
|
+
|
|
354
|
+
if (E.equals(a, h)) {
|
|
355
|
+
out.push(a);
|
|
356
|
+
} else {
|
|
357
|
+
break;
|
|
358
|
+
}
|
|
319
359
|
}
|
|
320
|
-
}
|
|
321
360
|
|
|
322
|
-
|
|
323
|
-
|
|
361
|
+
return [tsplus_module_2.unsafeAsNonEmptyArray(out), tsplus_module_6.slice(i)(as)];
|
|
362
|
+
})(self);
|
|
363
|
+
};
|
|
324
364
|
}
|
|
325
365
|
|
|
326
366
|
export function groupSort(as,
|
|
327
367
|
/** @tsplus auto */
|
|
328
368
|
O) {
|
|
329
|
-
return group_1(sort_1(
|
|
369
|
+
return group_1(O)(sort_1(O)(as));
|
|
330
370
|
}
|
|
331
371
|
/**
|
|
332
|
-
* @tsplus
|
|
372
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray isOutOfBound
|
|
333
373
|
*/
|
|
334
374
|
|
|
335
|
-
export function
|
|
336
|
-
return
|
|
375
|
+
export function isOutOfBound(i) {
|
|
376
|
+
return as => {
|
|
377
|
+
return i < 0 || i >= tsplus_module_1.length(as);
|
|
378
|
+
};
|
|
337
379
|
}
|
|
338
380
|
/**
|
|
339
|
-
* @tsplus
|
|
381
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray map
|
|
340
382
|
*/
|
|
341
383
|
|
|
342
|
-
function map_1(
|
|
343
|
-
return
|
|
384
|
+
function map_1(f) {
|
|
385
|
+
return self => {
|
|
386
|
+
return mapWithIndex_1((_, a) => f(a))(self);
|
|
387
|
+
};
|
|
344
388
|
}
|
|
345
389
|
/**
|
|
346
|
-
* @tsplus
|
|
390
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray mapWithIndex
|
|
347
391
|
*/
|
|
348
392
|
|
|
349
393
|
|
|
350
|
-
function mapWithIndex_1(
|
|
351
|
-
|
|
394
|
+
function mapWithIndex_1(f) {
|
|
395
|
+
return self => {
|
|
396
|
+
const out = allocWithHead(f(0, self._array[0]), tsplus_module_1.length(self));
|
|
352
397
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
398
|
+
for (let i = 1; i < tsplus_module_1.length(self); i++) {
|
|
399
|
+
out[i] = f(i, self._array[i]);
|
|
400
|
+
}
|
|
356
401
|
|
|
357
|
-
|
|
402
|
+
return tsplus_module_2.from(out);
|
|
403
|
+
};
|
|
358
404
|
}
|
|
359
405
|
/**
|
|
360
|
-
* @tsplus
|
|
406
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray max
|
|
361
407
|
*/
|
|
362
408
|
|
|
363
409
|
|
|
364
|
-
export function max(
|
|
410
|
+
export function max(
|
|
365
411
|
/** @tsplus auto */
|
|
366
412
|
O) {
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
413
|
+
return self => {
|
|
414
|
+
const S = tsplus_module_8.max(O);
|
|
415
|
+
const [head, tail] = tsplus_module_3.unprepend(self);
|
|
416
|
+
return tsplus_module_1.isNonEmpty(tail) ? foldLeft_1(head, S.combine)(tail) : head;
|
|
417
|
+
};
|
|
370
418
|
}
|
|
371
419
|
/**
|
|
372
|
-
* @tsplus
|
|
420
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray max
|
|
373
421
|
*/
|
|
374
422
|
|
|
375
|
-
export function min(
|
|
423
|
+
export function min(
|
|
376
424
|
/** @tsplus auto */
|
|
377
425
|
O) {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
426
|
+
return self => {
|
|
427
|
+
const S = tsplus_module_8.min(O);
|
|
428
|
+
const [head, tail] = tsplus_module_3.unprepend(self);
|
|
429
|
+
return tsplus_module_1.isNonEmpty(tail) ? foldLeft_1(head, S.combine)(tail) : head;
|
|
430
|
+
};
|
|
381
431
|
}
|
|
382
432
|
/**
|
|
383
433
|
* @tsplus getter fncts.ImmutableNonEmptyArray mutableClone
|
|
@@ -387,19 +437,21 @@ export function mutableClone(as) {
|
|
|
387
437
|
return tsplus_module_2.unsafeAsNonEmptyArray(as._array.slice(0));
|
|
388
438
|
}
|
|
389
439
|
/**
|
|
390
|
-
* @tsplus
|
|
440
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray prepend
|
|
391
441
|
*/
|
|
392
442
|
|
|
393
|
-
export function
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
443
|
+
export function prepend(head) {
|
|
444
|
+
return self => {
|
|
445
|
+
const len = tsplus_module_1.length(self);
|
|
446
|
+
const out = Array(len + 1);
|
|
447
|
+
out[0] = head;
|
|
397
448
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
449
|
+
for (let i = 0; i < len; i++) {
|
|
450
|
+
out[i + 1] = self._array[i];
|
|
451
|
+
}
|
|
401
452
|
|
|
402
|
-
|
|
453
|
+
return tsplus_module_2.unsafeAsNonEmptyArray(out);
|
|
454
|
+
};
|
|
403
455
|
}
|
|
404
456
|
/**
|
|
405
457
|
* @tsplus getter fncts.ImmutableNonEmptyArray reverse
|
|
@@ -419,71 +471,81 @@ export function reverse(self) {
|
|
|
419
471
|
return tsplus_module_2.from(out);
|
|
420
472
|
}
|
|
421
473
|
/**
|
|
422
|
-
* @tsplus
|
|
474
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray splitAt
|
|
423
475
|
*/
|
|
424
476
|
|
|
425
|
-
function splitAt_1(
|
|
426
|
-
|
|
427
|
-
|
|
477
|
+
function splitAt_1(n) {
|
|
478
|
+
return self => {
|
|
479
|
+
const m = Math.max(1, n);
|
|
480
|
+
return m >= tsplus_module_1.length(self) ? [self, tsplus_module_9.empty()] : [tsplus_module_2.unsafeAsNonEmptyArray(self._array.slice(0, m)), tsplus_module_6.slice(m)(self)];
|
|
481
|
+
};
|
|
428
482
|
}
|
|
429
483
|
/**
|
|
430
|
-
* @tsplus
|
|
484
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray sort
|
|
431
485
|
*/
|
|
432
486
|
|
|
433
487
|
|
|
434
|
-
function sort_1(
|
|
488
|
+
function sort_1(
|
|
435
489
|
/** @tsplus auto */
|
|
436
490
|
O) {
|
|
437
|
-
return
|
|
491
|
+
return self => {
|
|
492
|
+
return tsplus_module_1.length(self) === 1 ? self : tsplus_module_2.unsafeAsNonEmptyArray(self._array.slice().sort((first, second) => O.compare(first, second)));
|
|
493
|
+
};
|
|
438
494
|
}
|
|
439
|
-
/**
|
|
440
|
-
* @tsplus getter fncts.ImmutableNonEmptyArray traverseWithIndex
|
|
441
|
-
*/
|
|
442
|
-
|
|
443
495
|
|
|
444
|
-
|
|
445
|
-
|
|
496
|
+
function _traverseWithIndex_1(self) {
|
|
497
|
+
return G => f => tsplus_module_7.foldLeftWithIndex(G.map(b => tsplus_module_2.make(b))(f(0, tsplus_module_3.head(self))), (i, fbs, a) => G.zipWith(f(i + 1, a), (bs, b) => append_1(b)(bs))(fbs))(tsplus_module_3.tail(self));
|
|
498
|
+
}
|
|
446
499
|
/**
|
|
447
500
|
* @tsplus getter fncts.ImmutableNonEmptyArray traverse
|
|
448
501
|
*/
|
|
449
502
|
|
|
450
|
-
|
|
503
|
+
|
|
504
|
+
export function _traverse(self) {
|
|
505
|
+
return G => f => _traverseWithIndex_1(self)(G)((_, a) => f(a));
|
|
506
|
+
}
|
|
507
|
+
export const traverseWithIndex = G => f => self => _traverseWithIndex_1(self)(G)(f);
|
|
508
|
+
export const traverse = G => f => self => _traverseWithIndex_1(self)(G)((_, a) => f(a));
|
|
451
509
|
/**
|
|
452
|
-
* @tsplus
|
|
510
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray uniq
|
|
453
511
|
*/
|
|
454
512
|
|
|
455
|
-
export function uniq(
|
|
513
|
+
export function uniq(
|
|
456
514
|
/** @tsplus auto */
|
|
457
515
|
E) {
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
516
|
+
return self => {
|
|
517
|
+
if (tsplus_module_1.length(self) === 1) {
|
|
518
|
+
return self;
|
|
519
|
+
}
|
|
461
520
|
|
|
462
|
-
|
|
463
|
-
|
|
521
|
+
const out = [self._array[0]];
|
|
522
|
+
const len = tsplus_module_1.length(self);
|
|
464
523
|
|
|
465
|
-
|
|
466
|
-
|
|
524
|
+
for (let i = 1; i < len; i++) {
|
|
525
|
+
const a = self._array[i];
|
|
467
526
|
|
|
468
|
-
|
|
469
|
-
|
|
527
|
+
if (!elem_1(a, E)(tsplus_module_2.unsafeAsNonEmptyArray(out))) {
|
|
528
|
+
out.push(a);
|
|
529
|
+
}
|
|
470
530
|
}
|
|
471
|
-
}
|
|
472
531
|
|
|
473
|
-
|
|
532
|
+
return tsplus_module_2.unsafeAsNonEmptyArray(out);
|
|
533
|
+
};
|
|
474
534
|
}
|
|
475
535
|
/**
|
|
476
|
-
* @tsplus
|
|
536
|
+
* @tsplus pipeable fncts.ImmutableNonEmptyArray zipWith
|
|
477
537
|
*/
|
|
478
538
|
|
|
479
|
-
export function
|
|
480
|
-
|
|
481
|
-
|
|
539
|
+
export function zipWith(fb, f) {
|
|
540
|
+
return self => {
|
|
541
|
+
const len = Math.min(tsplus_module_1.length(self), tsplus_module_1.length(fb));
|
|
542
|
+
const cs = allocWithHead(f(self._array[0], fb._array[0]), len);
|
|
482
543
|
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
544
|
+
for (let i = 1; i < len; i++) {
|
|
545
|
+
cs[i] = f(self._array[i], fb._array[i]);
|
|
546
|
+
}
|
|
486
547
|
|
|
487
|
-
|
|
548
|
+
return tsplus_module_2.from(cs);
|
|
549
|
+
};
|
|
488
550
|
}
|
|
489
551
|
//# sourceMappingURL=api.mjs.map
|