@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,34 +7,37 @@ import * as tsplus_module_6 from "@fncts/base/collection/mutable/ListBuffer";
|
|
|
7
7
|
import * as tsplus_module_7 from "@fncts/base/data/Maybe/api";
|
|
8
8
|
import * as tsplus_module_8 from "@fncts/base/data/function/api";
|
|
9
9
|
import * as tsplus_module_9 from "@fncts/base/data/Either/destructors";
|
|
10
|
-
import * as tsplus_module_10 from "@fncts/base/
|
|
11
|
-
import * as tsplus_module_11 from "@fncts/base/data/Maybe/destructors";
|
|
10
|
+
import * as tsplus_module_10 from "@fncts/base/data/Maybe/destructors";
|
|
12
11
|
export const makeWith = makeWith_1;
|
|
13
12
|
export const makeDefault = makeDefault_1;
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
13
|
+
export const getHash = getHash_1;
|
|
14
|
+
export const get = get_1;
|
|
15
|
+
export const modifyHash = modifyHash_1;
|
|
16
|
+
export const modify = modify_1;
|
|
17
|
+
export const set = set_1;
|
|
18
|
+
export const remove = remove_1;
|
|
20
19
|
export const beginMutation = beginMutation_1;
|
|
21
20
|
export const endMutation = endMutation_1;
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
21
|
+
export const mutate = mutate_1;
|
|
22
|
+
export const forEachWithIndex = forEachWithIndex_1;
|
|
23
|
+
export const forEach = forEach_1;
|
|
24
|
+
export const mapWithIndex = mapWithIndex_1;
|
|
25
|
+
export const flatMapWithIndex = flatMapWithIndex_1;
|
|
27
26
|
export const compact = compact_1;
|
|
28
27
|
export const separate = separate_1;
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
28
|
+
export const filterMapWithIndex = filterMapWithIndex_1;
|
|
29
|
+
export const filterMap = filterMap_1;
|
|
30
|
+
export const filterWithIndex = filterWithIndex_1;
|
|
31
|
+
export const partitionMapWithIndex = partitionMapWithIndex_1;
|
|
32
|
+
export const partitionMap = partitionMap_1;
|
|
33
|
+
export const partitionWithIndex = partitionWithIndex_1;
|
|
34
|
+
export const foldLeftWithIndex = foldLeftWithIndex_1;
|
|
35
|
+
export const _traverseWithIndex = _traverseWithIndex_1;
|
|
36
|
+
export const _witherWithIndex = _witherWithIndex_1;
|
|
37
|
+
export const _wiltWithIndex = _wiltWithIndex_1;
|
|
36
38
|
import { HashMapIterator } from "@fncts/base/collection/immutable/HashMap/definition";
|
|
37
39
|
import { _EmptyNode, fromBitmap, hashFragment, isEmptyNode, SIZE, toBitmap } from "@fncts/base/collection/immutable/HashMap/internal";
|
|
40
|
+
import { pipe } from "@fncts/base/data/function";
|
|
38
41
|
import * as P from "@fncts/base/typeclass";
|
|
39
42
|
/**
|
|
40
43
|
* Does `map` contain any elements?
|
|
@@ -60,11 +63,11 @@ function makeWith_1(config) {
|
|
|
60
63
|
|
|
61
64
|
|
|
62
65
|
export function make(...items) {
|
|
63
|
-
return mutate_1(
|
|
66
|
+
return mutate_1(map => {
|
|
64
67
|
for (const [key, value] of items) {
|
|
65
|
-
set_1(
|
|
68
|
+
set_1(key, value)(map);
|
|
66
69
|
}
|
|
67
|
-
});
|
|
70
|
+
})(makeDefault_1());
|
|
68
71
|
}
|
|
69
72
|
/**
|
|
70
73
|
* Make a new map that has randomly cached hash and structural equality
|
|
@@ -78,60 +81,68 @@ function makeDefault_1() {
|
|
|
78
81
|
/**
|
|
79
82
|
* Makes a new map from a Foldable of key-value pairs
|
|
80
83
|
*
|
|
81
|
-
* @tsplus
|
|
84
|
+
* @tsplus pipeable fncts.HashMapOps fromFoldable
|
|
82
85
|
*/
|
|
83
86
|
|
|
84
87
|
|
|
85
88
|
export function fromFoldable(config, S, F) {
|
|
86
89
|
return fka => {
|
|
87
|
-
return F.foldLeft(
|
|
88
|
-
const oa = get_1(
|
|
90
|
+
return F.foldLeft(makeWith_1(config), (b, [k, a]) => {
|
|
91
|
+
const oa = get_1(k)(b);
|
|
89
92
|
|
|
90
93
|
if (tsplus_module_3.isJust(oa)) {
|
|
91
|
-
return set_1(
|
|
94
|
+
return set_1(k, S.combine(oa.value, a))(b);
|
|
92
95
|
} else {
|
|
93
|
-
return set_1(
|
|
96
|
+
return set_1(k, a)(b);
|
|
94
97
|
}
|
|
95
|
-
});
|
|
98
|
+
})(fka);
|
|
96
99
|
};
|
|
97
100
|
}
|
|
98
101
|
/**
|
|
99
102
|
* Lookup the value for `key` in `map` using custom hash.
|
|
100
103
|
*
|
|
101
|
-
* @tsplus
|
|
104
|
+
* @tsplus pipeable fncts.HashMap getHash
|
|
102
105
|
*/
|
|
103
106
|
|
|
104
|
-
function getHash_1(
|
|
105
|
-
return
|
|
107
|
+
function getHash_1(key, hash) {
|
|
108
|
+
return map => {
|
|
109
|
+
return tryGetHash(map, key, hash);
|
|
110
|
+
};
|
|
106
111
|
}
|
|
107
112
|
/**
|
|
108
113
|
* Lookup the value for `key` in `map` using internal hash function.
|
|
109
114
|
*
|
|
110
|
-
* @tsplus
|
|
115
|
+
* @tsplus pipeable fncts.HashMap get
|
|
111
116
|
*/
|
|
112
117
|
|
|
113
118
|
|
|
114
|
-
function get_1(
|
|
115
|
-
return
|
|
119
|
+
function get_1(key) {
|
|
120
|
+
return map => {
|
|
121
|
+
return tryGetHash(map, key, map.config.hash(key));
|
|
122
|
+
};
|
|
116
123
|
}
|
|
117
124
|
/**
|
|
118
125
|
* Does an entry exist for `key` in `map`? Uses custom `hash`.
|
|
119
126
|
*
|
|
120
|
-
* @tsplus
|
|
127
|
+
* @tsplus pipeable fncts.HashMap hashHash
|
|
121
128
|
*/
|
|
122
129
|
|
|
123
130
|
|
|
124
|
-
export function
|
|
125
|
-
return
|
|
131
|
+
export function hasHash(key, hash) {
|
|
132
|
+
return map => {
|
|
133
|
+
return tsplus_module_3.isJust(tryGetHash(map, key, hash));
|
|
134
|
+
};
|
|
126
135
|
}
|
|
127
136
|
/**
|
|
128
137
|
* Does an entry exist for `key` in `map`? Uses internal hash function.
|
|
129
138
|
*
|
|
130
|
-
* @tsplus
|
|
139
|
+
* @tsplus pipeable fncts.HashMap has
|
|
131
140
|
*/
|
|
132
141
|
|
|
133
|
-
export function
|
|
134
|
-
return
|
|
142
|
+
export function has(key) {
|
|
143
|
+
return map => {
|
|
144
|
+
return tsplus_module_3.isJust(tryGetHash(map, key, map.config.hash(key)));
|
|
145
|
+
};
|
|
135
146
|
}
|
|
136
147
|
/**
|
|
137
148
|
* Alter the value stored for `key` in `map` using function `f` using custom hash.
|
|
@@ -142,15 +153,17 @@ export function has_(map, key) {
|
|
|
142
153
|
* `modify` will always either update or insert a value into the map.
|
|
143
154
|
* Returns a map with the modified value. Does not alter `map`.
|
|
144
155
|
*
|
|
145
|
-
* @tsplus
|
|
156
|
+
* @tsplus pipeable fncts.HashMap modifyHash
|
|
146
157
|
*/
|
|
147
158
|
|
|
148
|
-
function modifyHash_1(
|
|
149
|
-
|
|
150
|
-
|
|
159
|
+
function modifyHash_1(key, hash, f) {
|
|
160
|
+
return map => {
|
|
161
|
+
const size = {
|
|
162
|
+
value: map.size
|
|
163
|
+
};
|
|
164
|
+
const newRoot = map.root.modify(map.editable ? map.edit : NaN, map.config.equals, 0, f, hash, key, size);
|
|
165
|
+
return setTree(map, newRoot, size.value);
|
|
151
166
|
};
|
|
152
|
-
const newRoot = map.root.modify(map.editable ? map.edit : NaN, map.config.equals, 0, f, hash, key, size);
|
|
153
|
-
return setTree(map, newRoot, size.value);
|
|
154
167
|
}
|
|
155
168
|
/**
|
|
156
169
|
* Alter the value stored for `key` in `map` using function `f` using internal hash function.
|
|
@@ -161,46 +174,54 @@ function modifyHash_1(map, key, hash, f) {
|
|
|
161
174
|
* `modify` will always either update or insert a value into the map.
|
|
162
175
|
* Returns a map with the modified value. Does not alter `map`.
|
|
163
176
|
*
|
|
164
|
-
* @tsplus
|
|
177
|
+
* @tsplus pipeable fncts.HashMap modify
|
|
165
178
|
*/
|
|
166
179
|
|
|
167
180
|
|
|
168
|
-
function modify_1(
|
|
169
|
-
return
|
|
181
|
+
function modify_1(key, f) {
|
|
182
|
+
return map => {
|
|
183
|
+
return modifyHash_1(key, map.config.hash(key), f)(map);
|
|
184
|
+
};
|
|
170
185
|
}
|
|
171
186
|
/**
|
|
172
187
|
* Store `value` for `key` in `map` using internal hash function.
|
|
173
188
|
*
|
|
174
|
-
* @tsplus
|
|
189
|
+
* @tsplus pipeable fncts.HashMap set
|
|
175
190
|
*/
|
|
176
191
|
|
|
177
192
|
|
|
178
|
-
function set_1(
|
|
179
|
-
return
|
|
193
|
+
function set_1(key, value) {
|
|
194
|
+
return map => {
|
|
195
|
+
return modify_1(key, () => tsplus_module_4.just(value))(map);
|
|
196
|
+
};
|
|
180
197
|
}
|
|
181
198
|
/**
|
|
182
199
|
* Remove the entry for `key` in `map` using internal hash.
|
|
183
200
|
*
|
|
184
|
-
* @tsplus
|
|
201
|
+
* @tsplus pipeable fncts.HashMap remove
|
|
185
202
|
*/
|
|
186
203
|
|
|
187
204
|
|
|
188
|
-
function remove_1(
|
|
189
|
-
return
|
|
205
|
+
function remove_1(key) {
|
|
206
|
+
return map => {
|
|
207
|
+
return modify_1(key, () => tsplus_module_4.nothing())(map);
|
|
208
|
+
};
|
|
190
209
|
}
|
|
191
210
|
/**
|
|
192
211
|
* Remove many keys
|
|
193
212
|
*
|
|
194
|
-
* @tsplus
|
|
213
|
+
* @tsplus pipeable fncts.HashMap removeMany
|
|
195
214
|
*/
|
|
196
215
|
|
|
197
216
|
|
|
198
|
-
export function
|
|
199
|
-
return
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
217
|
+
export function removeMany(keys) {
|
|
218
|
+
return map => {
|
|
219
|
+
return mutate_1(m => {
|
|
220
|
+
for (const k of keys) {
|
|
221
|
+
remove_1(k)(m);
|
|
222
|
+
}
|
|
223
|
+
})(map);
|
|
224
|
+
};
|
|
204
225
|
}
|
|
205
226
|
/**
|
|
206
227
|
* Mark `map` as mutable.
|
|
@@ -225,14 +246,16 @@ function endMutation_1(map) {
|
|
|
225
246
|
/**
|
|
226
247
|
* Mutate `map` within the context of `f`.
|
|
227
248
|
*
|
|
228
|
-
* @tsplus
|
|
249
|
+
* @tsplus pipeable fncts.HashMap mutate
|
|
229
250
|
*/
|
|
230
251
|
|
|
231
252
|
|
|
232
|
-
function mutate_1(
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
253
|
+
function mutate_1(f) {
|
|
254
|
+
return map => {
|
|
255
|
+
const transient = beginMutation_1(map);
|
|
256
|
+
f(transient);
|
|
257
|
+
return endMutation_1(transient);
|
|
258
|
+
};
|
|
236
259
|
}
|
|
237
260
|
/**
|
|
238
261
|
* Get an IterableIterator of the map keys
|
|
@@ -251,11 +274,11 @@ export function keys(map) {
|
|
|
251
274
|
*/
|
|
252
275
|
|
|
253
276
|
export function keySet(self) {
|
|
254
|
-
return tsplus_module_5.
|
|
255
|
-
forEachWithIndex_1(
|
|
256
|
-
tsplus_module_5.
|
|
257
|
-
});
|
|
258
|
-
});
|
|
277
|
+
return tsplus_module_5.mutate(set => {
|
|
278
|
+
forEachWithIndex_1(k => {
|
|
279
|
+
tsplus_module_5.add(k)(set);
|
|
280
|
+
})(self);
|
|
281
|
+
})(tsplus_module_5.make(self.config));
|
|
259
282
|
}
|
|
260
283
|
/**
|
|
261
284
|
* Get the set of values
|
|
@@ -264,11 +287,11 @@ export function keySet(self) {
|
|
|
264
287
|
*/
|
|
265
288
|
|
|
266
289
|
export function toSetDefault(map) {
|
|
267
|
-
return tsplus_module_5.
|
|
268
|
-
forEach_1(
|
|
269
|
-
tsplus_module_5.
|
|
270
|
-
});
|
|
271
|
-
});
|
|
290
|
+
return tsplus_module_5.mutate(set => {
|
|
291
|
+
forEach_1(v => {
|
|
292
|
+
tsplus_module_5.add(v)(set);
|
|
293
|
+
})(map);
|
|
294
|
+
})(tsplus_module_5.makeDefault());
|
|
272
295
|
}
|
|
273
296
|
/**
|
|
274
297
|
* Get the set of values
|
|
@@ -278,9 +301,9 @@ export function toSetDefault(map) {
|
|
|
278
301
|
|
|
279
302
|
export function toList(map) {
|
|
280
303
|
const buffer = new tsplus_module_6.ListBuffer();
|
|
281
|
-
forEachWithIndex_1(
|
|
304
|
+
forEachWithIndex_1((k, v) => {
|
|
282
305
|
buffer.append([k, v]);
|
|
283
|
-
});
|
|
306
|
+
})(map);
|
|
284
307
|
return buffer.toList;
|
|
285
308
|
}
|
|
286
309
|
/**
|
|
@@ -292,10 +315,10 @@ export function toList(map) {
|
|
|
292
315
|
export function toArray(map) {
|
|
293
316
|
const buffer = Array(map.size);
|
|
294
317
|
let i = 0;
|
|
295
|
-
forEachWithIndex_1(
|
|
318
|
+
forEachWithIndex_1((k, v) => {
|
|
296
319
|
buffer[i] = [k, v];
|
|
297
320
|
i++;
|
|
298
|
-
});
|
|
321
|
+
})(map);
|
|
299
322
|
return buffer;
|
|
300
323
|
}
|
|
301
324
|
/**
|
|
@@ -310,73 +333,87 @@ export function values(map) {
|
|
|
310
333
|
/**
|
|
311
334
|
* Update a value if exists
|
|
312
335
|
*
|
|
313
|
-
* @tsplus
|
|
336
|
+
* @tsplus pipeable fncts.HashMap update
|
|
314
337
|
*/
|
|
315
338
|
|
|
316
|
-
export function
|
|
317
|
-
return
|
|
339
|
+
export function update(key, f) {
|
|
340
|
+
return map => {
|
|
341
|
+
return modify_1(key, v => tsplus_module_7.map(f)(v))(map);
|
|
342
|
+
};
|
|
318
343
|
}
|
|
319
344
|
/**
|
|
320
345
|
* Apply f to each element
|
|
321
346
|
*
|
|
322
|
-
* @tsplus
|
|
347
|
+
* @tsplus pipeable fncts.HashMap forEachWithIndex
|
|
323
348
|
*/
|
|
324
349
|
|
|
325
|
-
function forEachWithIndex_1(
|
|
326
|
-
|
|
350
|
+
function forEachWithIndex_1(f) {
|
|
351
|
+
return map => {
|
|
352
|
+
foldLeftWithIndex_1(undefined, (key, _, value) => f(key, value, map))(map);
|
|
353
|
+
};
|
|
327
354
|
}
|
|
328
355
|
/**
|
|
329
356
|
* Apply f to each element
|
|
330
357
|
*
|
|
331
|
-
* @tsplus
|
|
358
|
+
* @tsplus pipeable fncts.HashMap forEach
|
|
332
359
|
*/
|
|
333
360
|
|
|
334
361
|
|
|
335
|
-
function forEach_1(
|
|
336
|
-
return
|
|
362
|
+
function forEach_1(f) {
|
|
363
|
+
return map => {
|
|
364
|
+
return forEachWithIndex_1((_, v, m) => f(v, m))(map);
|
|
365
|
+
};
|
|
337
366
|
}
|
|
338
367
|
/**
|
|
339
368
|
* Maps over the map entries
|
|
340
369
|
*
|
|
341
|
-
* @tsplus
|
|
370
|
+
* @tsplus pipeable fncts.HashMap mapWithIndex
|
|
342
371
|
*/
|
|
343
372
|
|
|
344
373
|
|
|
345
|
-
function mapWithIndex_1(
|
|
346
|
-
return
|
|
374
|
+
function mapWithIndex_1(f) {
|
|
375
|
+
return fa => {
|
|
376
|
+
return foldLeftWithIndex_1(makeWith_1(fa.config), (k, z, v) => set_1(k, f(k, v))(z))(fa);
|
|
377
|
+
};
|
|
347
378
|
}
|
|
348
379
|
/**
|
|
349
380
|
* Maps over the map entries
|
|
350
381
|
*
|
|
351
|
-
* @tsplus
|
|
382
|
+
* @tsplus pipeable fncts.HashMap map
|
|
352
383
|
*/
|
|
353
384
|
|
|
354
385
|
|
|
355
|
-
export function
|
|
356
|
-
return
|
|
386
|
+
export function map(f) {
|
|
387
|
+
return fa => {
|
|
388
|
+
return mapWithIndex_1((_, a) => f(a))(fa);
|
|
389
|
+
};
|
|
357
390
|
}
|
|
358
391
|
/**
|
|
359
392
|
* Chain over the map entries, the hash and equal of the 2 maps has to be the same
|
|
360
393
|
*
|
|
361
|
-
* @tsplus
|
|
394
|
+
* @tsplus pipeable fncts.HashMap flatMapWithIndex
|
|
362
395
|
*/
|
|
363
396
|
|
|
364
|
-
function flatMapWithIndex_1(
|
|
365
|
-
return
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
397
|
+
function flatMapWithIndex_1(f) {
|
|
398
|
+
return ma => {
|
|
399
|
+
return foldLeftWithIndex_1(makeWith_1(ma.config), (k, z, v) => mutate_1(m => {
|
|
400
|
+
forEachWithIndex_1((k1, a1) => {
|
|
401
|
+
set_1(k1, a1)(m);
|
|
402
|
+
})(f(k, v));
|
|
403
|
+
})(z))(ma);
|
|
404
|
+
};
|
|
370
405
|
}
|
|
371
406
|
/**
|
|
372
407
|
* Chain over the map entries, the hash and equal of the 2 maps has to be the same
|
|
373
408
|
*
|
|
374
|
-
* @tsplus
|
|
409
|
+
* @tsplus pipeable fncts.HashMap flatMap
|
|
375
410
|
*/
|
|
376
411
|
|
|
377
412
|
|
|
378
|
-
export function
|
|
379
|
-
return
|
|
413
|
+
export function flatMap(f) {
|
|
414
|
+
return ma => {
|
|
415
|
+
return flatMapWithIndex_1((_, a) => f(a))(ma);
|
|
416
|
+
};
|
|
380
417
|
}
|
|
381
418
|
/**
|
|
382
419
|
* Removes values that are `Nothing`
|
|
@@ -385,7 +422,7 @@ export function flatMap_(ma, f) {
|
|
|
385
422
|
*/
|
|
386
423
|
|
|
387
424
|
function compact_1(map) {
|
|
388
|
-
return filterMap_1(
|
|
425
|
+
return filterMap_1(tsplus_module_8.identity)(map);
|
|
389
426
|
}
|
|
390
427
|
/**
|
|
391
428
|
* Removes `Either` values into two separate `HashMaps`
|
|
@@ -395,208 +432,249 @@ function compact_1(map) {
|
|
|
395
432
|
|
|
396
433
|
|
|
397
434
|
function separate_1(map) {
|
|
398
|
-
return partitionMap_1(
|
|
435
|
+
return partitionMap_1(tsplus_module_8.identity)(map);
|
|
399
436
|
}
|
|
400
437
|
/**
|
|
401
438
|
* Filter out None and map
|
|
402
439
|
*
|
|
403
|
-
* @tsplus
|
|
440
|
+
* @tsplus pipeable fncts.HashMap filterMapWithIndex
|
|
404
441
|
*/
|
|
405
442
|
|
|
406
443
|
|
|
407
|
-
function filterMapWithIndex_1(
|
|
408
|
-
return
|
|
409
|
-
|
|
410
|
-
const
|
|
444
|
+
function filterMapWithIndex_1(f) {
|
|
445
|
+
return map => {
|
|
446
|
+
return mutate_1(m => {
|
|
447
|
+
for (const [k, a] of map) {
|
|
448
|
+
const o = f(k, a);
|
|
411
449
|
|
|
412
|
-
|
|
413
|
-
|
|
450
|
+
if (tsplus_module_3.isJust(o)) {
|
|
451
|
+
set_1(k, o.value)(m);
|
|
452
|
+
}
|
|
414
453
|
}
|
|
415
|
-
}
|
|
416
|
-
}
|
|
454
|
+
})(makeWith_1(map.config));
|
|
455
|
+
};
|
|
417
456
|
}
|
|
418
457
|
/**
|
|
419
458
|
* Filter out None and map
|
|
420
459
|
*
|
|
421
|
-
* @tsplus
|
|
460
|
+
* @tsplus pipeable fncts.HashMap filterMap
|
|
422
461
|
*/
|
|
423
462
|
|
|
424
463
|
|
|
425
|
-
function filterMap_1(
|
|
426
|
-
return
|
|
464
|
+
function filterMap_1(f) {
|
|
465
|
+
return map => {
|
|
466
|
+
return filterMapWithIndex_1((_, a) => f(a))(map);
|
|
467
|
+
};
|
|
427
468
|
}
|
|
428
469
|
|
|
429
|
-
function filterWithIndex_1(
|
|
430
|
-
return
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
470
|
+
function filterWithIndex_1(predicate) {
|
|
471
|
+
return map => {
|
|
472
|
+
return mutate_1(m => {
|
|
473
|
+
for (const [k, a] of map) {
|
|
474
|
+
if (predicate(k, a)) {
|
|
475
|
+
set_1(k, a)(m);
|
|
476
|
+
}
|
|
434
477
|
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
478
|
+
})(makeWith_1(map.config));
|
|
479
|
+
};
|
|
437
480
|
}
|
|
438
481
|
|
|
439
|
-
export function
|
|
440
|
-
return
|
|
482
|
+
export function filter(predicate) {
|
|
483
|
+
return map => {
|
|
484
|
+
return filterWithIndex_1((_, a) => predicate(a))(map);
|
|
485
|
+
};
|
|
441
486
|
}
|
|
442
487
|
/**
|
|
443
|
-
* @tsplus
|
|
488
|
+
* @tsplus pipeable fncts.HashMap partitionMapWithIndex
|
|
444
489
|
*/
|
|
445
490
|
|
|
446
|
-
function partitionMapWithIndex_1(
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
491
|
+
function partitionMapWithIndex_1(f) {
|
|
492
|
+
return map => {
|
|
493
|
+
const left = beginMutation_1(makeWith_1(map.config));
|
|
494
|
+
const right = beginMutation_1(makeWith_1(map.config));
|
|
495
|
+
forEachWithIndex_1((k, v) => {
|
|
496
|
+
tsplus_module_9.match(a => {
|
|
497
|
+
set_1(k, a)(left);
|
|
498
|
+
}, b => {
|
|
499
|
+
set_1(k, b)(right);
|
|
500
|
+
})(f(k, v));
|
|
501
|
+
})(map);
|
|
502
|
+
return [endMutation_1(left), endMutation_1(right)];
|
|
503
|
+
};
|
|
457
504
|
}
|
|
458
505
|
/**
|
|
459
|
-
* @tsplus
|
|
506
|
+
* @tsplus pipeable fncts.HashMap partitionMap
|
|
460
507
|
*/
|
|
461
508
|
|
|
462
509
|
|
|
463
|
-
function partitionMap_1(
|
|
464
|
-
return
|
|
510
|
+
function partitionMap_1(f) {
|
|
511
|
+
return map => {
|
|
512
|
+
return partitionMapWithIndex_1((_, a) => f(a))(map);
|
|
513
|
+
};
|
|
465
514
|
}
|
|
466
515
|
|
|
467
|
-
function partitionWithIndex_1(
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
516
|
+
function partitionWithIndex_1(predicate) {
|
|
517
|
+
return map => {
|
|
518
|
+
const left = beginMutation_1(makeWith_1(map.config));
|
|
519
|
+
const right = beginMutation_1(makeWith_1(map.config));
|
|
520
|
+
forEachWithIndex_1((k, v) => {
|
|
521
|
+
if (predicate(k, v)) {
|
|
522
|
+
set_1(k, v)(right);
|
|
523
|
+
} else {
|
|
524
|
+
set_1(k, v)(left);
|
|
525
|
+
}
|
|
526
|
+
})(map);
|
|
527
|
+
return [endMutation_1(left), endMutation_1(right)];
|
|
528
|
+
};
|
|
478
529
|
}
|
|
479
530
|
|
|
480
|
-
export function
|
|
481
|
-
return
|
|
531
|
+
export function partition(predicate) {
|
|
532
|
+
return map => {
|
|
533
|
+
return partitionWithIndex_1((_, a) => predicate(a))(map);
|
|
534
|
+
};
|
|
482
535
|
}
|
|
483
536
|
/**
|
|
484
537
|
* Reduce a state over the map entries
|
|
485
538
|
*
|
|
486
|
-
* @tsplus
|
|
539
|
+
* @tsplus pipeable fncts.HashMap foldLeftWithIndex
|
|
487
540
|
*/
|
|
488
541
|
|
|
489
|
-
function foldLeftWithIndex_1(
|
|
490
|
-
|
|
491
|
-
|
|
542
|
+
function foldLeftWithIndex_1(z, f) {
|
|
543
|
+
return map => {
|
|
544
|
+
const root = map.root;
|
|
545
|
+
if (root._tag === "LeafNode") return tsplus_module_3.isJust(root.value) ? f(root.key, z, root.value.value) : z;
|
|
492
546
|
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
547
|
+
if (root._tag === "EmptyNode") {
|
|
548
|
+
return z;
|
|
549
|
+
}
|
|
496
550
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
551
|
+
const toVisit = [root.children];
|
|
552
|
+
let children;
|
|
553
|
+
let acc = z;
|
|
500
554
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
555
|
+
while (children = toVisit.pop()) {
|
|
556
|
+
for (let i = 0, len = children.length; i < len;) {
|
|
557
|
+
const child = children[i++];
|
|
504
558
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
559
|
+
if (child && !isEmptyNode(child)) {
|
|
560
|
+
if (child._tag === "LeafNode") {
|
|
561
|
+
if (tsplus_module_3.isJust(child.value)) {
|
|
562
|
+
// eslint-disable-next-line no-param-reassign
|
|
563
|
+
acc = f(child.key, acc, child.value.value);
|
|
564
|
+
}
|
|
565
|
+
} else {
|
|
566
|
+
toVisit.push(child.children);
|
|
510
567
|
}
|
|
511
|
-
} else {
|
|
512
|
-
toVisit.push(child.children);
|
|
513
568
|
}
|
|
514
569
|
}
|
|
515
570
|
}
|
|
516
|
-
}
|
|
517
571
|
|
|
518
|
-
|
|
572
|
+
return acc;
|
|
573
|
+
};
|
|
519
574
|
}
|
|
520
575
|
/**
|
|
521
576
|
* Reduce a state over the map entries
|
|
522
577
|
*
|
|
523
|
-
* @tsplus
|
|
578
|
+
* @tsplus pipeable fncts.HashMap foldLeft
|
|
524
579
|
*/
|
|
525
580
|
|
|
526
581
|
|
|
527
|
-
export function
|
|
528
|
-
return
|
|
582
|
+
export function foldLeft(z, f) {
|
|
583
|
+
return map => {
|
|
584
|
+
return foldLeftWithIndex_1(z, (_, b, a) => f(b, a))(map);
|
|
585
|
+
};
|
|
529
586
|
}
|
|
530
|
-
/**
|
|
531
|
-
* @tsplus getter fncts.HashMap traverseWithIndex
|
|
532
|
-
*/
|
|
533
587
|
|
|
534
|
-
|
|
535
|
-
|
|
588
|
+
function _traverseWithIndex_1(self) {
|
|
589
|
+
return G => f => foldLeftWithIndex_1(G.pure(makeWith_1(self.config)), (k, b, a) => G.zipWith(f(k, a), (map, b) => set_1(k, b)(map))(b))(self);
|
|
590
|
+
}
|
|
536
591
|
/**
|
|
537
592
|
* @tsplus getter fncts.HashMap traverse
|
|
538
593
|
*/
|
|
539
594
|
|
|
540
|
-
|
|
595
|
+
|
|
596
|
+
export function _traverse(self) {
|
|
597
|
+
return G => f => _traverseWithIndex_1(self)(G)((_, a) => f(a));
|
|
598
|
+
}
|
|
599
|
+
export const traverseWithIndex = G => f => ta => _traverseWithIndex_1(ta)(G)(f);
|
|
600
|
+
export const traverse = G => f => ta => _traverseWithIndex_1(ta)(G)((_, a) => f(a));
|
|
541
601
|
/**
|
|
542
|
-
* @tsplus
|
|
602
|
+
* @tsplus pipeable fncts.HashMap unsafeGet
|
|
543
603
|
*/
|
|
544
604
|
|
|
545
|
-
export function
|
|
546
|
-
return
|
|
605
|
+
export function unsafeGet(key) {
|
|
606
|
+
return self => {
|
|
607
|
+
return tsplus_module_7.toUndefined(getHash_1(key, self.config.hash(key))(self));
|
|
608
|
+
};
|
|
547
609
|
}
|
|
548
610
|
/**
|
|
549
611
|
* @tsplus getter fncts.HashMap witherWithIndex
|
|
550
612
|
*/
|
|
551
613
|
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
614
|
+
function _witherWithIndex_1(self) {
|
|
615
|
+
return G => f => G.map(compact_1)(_traverseWithIndex_1(self)(G)(f));
|
|
616
|
+
}
|
|
555
617
|
/**
|
|
556
618
|
* @tsplus getter fncts.HashMap wither
|
|
557
619
|
*/
|
|
558
620
|
|
|
559
|
-
|
|
621
|
+
|
|
622
|
+
export function _wither(self) {
|
|
623
|
+
return G => f => _witherWithIndex_1(self)(G)((_, a) => f(a));
|
|
624
|
+
}
|
|
625
|
+
export const witherWithIndex = G => f => wa => _witherWithIndex_1(wa)(G)(f);
|
|
626
|
+
export const wither = G => f => wa => _witherWithIndex_1(wa)(G)((_, a) => f(a));
|
|
560
627
|
/**
|
|
561
628
|
* @tsplus getter fncts.HashMap wiltWithIndex
|
|
562
629
|
*/
|
|
563
630
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
631
|
+
function _wiltWithIndex_1(self) {
|
|
632
|
+
return G => f => G.map(separate_1)(_traverseWithIndex_1(self)(G)(f));
|
|
633
|
+
}
|
|
567
634
|
/**
|
|
568
635
|
* @tsplus getter fncts.HashMap wilt
|
|
569
636
|
*/
|
|
570
637
|
|
|
571
|
-
|
|
638
|
+
|
|
639
|
+
export function _wilt(self) {
|
|
640
|
+
return G => f => _wiltWithIndex_1(self)(G)((_, a) => f(a));
|
|
641
|
+
}
|
|
642
|
+
export const wiltWithIndex = G => f => wa => _wiltWithIndex_1(wa)(G)(f);
|
|
643
|
+
export const wilt = G => f => wa => _wiltWithIndex_1(wa)(G)((_, a) => f(a));
|
|
572
644
|
/**
|
|
573
|
-
* @tsplus
|
|
645
|
+
* @tsplus pipeable fncts.HashMap unionWith
|
|
574
646
|
*/
|
|
575
647
|
|
|
576
|
-
export function
|
|
577
|
-
return
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
648
|
+
export function unionWith(that, f) {
|
|
649
|
+
return self => {
|
|
650
|
+
return mutate_1(m => {
|
|
651
|
+
for (const [k, a] of that) {
|
|
652
|
+
modify_1(k, v => tsplus_module_10.match(() => tsplus_module_4.just(a), a0 => tsplus_module_4.just(f(a0, a)))(v))(m);
|
|
653
|
+
}
|
|
654
|
+
})(self);
|
|
655
|
+
};
|
|
582
656
|
}
|
|
583
657
|
/**
|
|
584
|
-
* @tsplus
|
|
658
|
+
* @tsplus pipeable fncts.HashMap union
|
|
585
659
|
*/
|
|
586
660
|
|
|
587
|
-
export function
|
|
588
|
-
return
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
661
|
+
export function union(that) {
|
|
662
|
+
return self => {
|
|
663
|
+
return mutate_1(m => {
|
|
664
|
+
for (const [k, a] of that) {
|
|
665
|
+
set_1(k, a)(m);
|
|
666
|
+
}
|
|
667
|
+
})(self);
|
|
668
|
+
};
|
|
593
669
|
}
|
|
594
670
|
/**
|
|
595
|
-
* @tsplus
|
|
671
|
+
* @tsplus pipeable fncts.HashMap pop
|
|
596
672
|
*/
|
|
597
673
|
|
|
598
|
-
export function
|
|
599
|
-
return
|
|
674
|
+
export function pop(k) {
|
|
675
|
+
return map => {
|
|
676
|
+
return tsplus_module_7.map(a => [a, remove_1(k)(map)])(get_1(k)(map));
|
|
677
|
+
};
|
|
600
678
|
}
|
|
601
679
|
/*
|
|
602
680
|
* -------------------------------------------------------------------------------------------------
|