@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
package/_mjs/data/Cause/api.mjs
CHANGED
|
@@ -21,15 +21,15 @@ import * as tsplus_module_20 from "@fncts/base/data/exceptions";
|
|
|
21
21
|
import * as tsplus_module_21 from "@fncts/base/data/FiberId/api";
|
|
22
22
|
import * as tsplus_module_22 from "@fncts/base/data/Trace/api";
|
|
23
23
|
export const both = both_1;
|
|
24
|
-
export const
|
|
24
|
+
export const flatMap = flatMap_1;
|
|
25
25
|
export const defects = defects_1;
|
|
26
26
|
export const empty = empty_1;
|
|
27
27
|
export const fail = fail_1;
|
|
28
28
|
export const failed = failed_1;
|
|
29
29
|
export const failureTraceMaybe = failureTraceMaybe_1;
|
|
30
30
|
export const failureMaybe = failureMaybe_1;
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
31
|
+
export const find = find_1;
|
|
32
|
+
export const foldLeft = foldLeft_1;
|
|
33
33
|
export const halt = halt_1;
|
|
34
34
|
export const halted = halted_1;
|
|
35
35
|
export const haltMaybe = haltMaybe_1;
|
|
@@ -40,8 +40,8 @@ export const isInterrupt = isInterrupt_1;
|
|
|
40
40
|
export const isInterrupted = isInterrupted_1;
|
|
41
41
|
export const interruptOption = interruptOption_1;
|
|
42
42
|
export const interruptors = interruptors_1;
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
43
|
+
export const map = map_1;
|
|
44
|
+
export const mapTrace = mapTrace_1;
|
|
45
45
|
export const stackless = stackless_1;
|
|
46
46
|
export const then = then_1;
|
|
47
47
|
export const traced = traced_1;
|
|
@@ -49,11 +49,13 @@ import { Stack } from "../../internal/Stack.mjs";
|
|
|
49
49
|
import { identity } from "../function.mjs";
|
|
50
50
|
import { _Empty, Both, Empty, Fail, Halt, Interrupt, Stackless, Then } from "./definition.mjs";
|
|
51
51
|
/**
|
|
52
|
-
* @tsplus
|
|
52
|
+
* @tsplus pipeable fncts.Cause as
|
|
53
53
|
*/
|
|
54
54
|
|
|
55
|
-
export function as_(
|
|
56
|
-
return
|
|
55
|
+
export function as_(b) {
|
|
56
|
+
return self => {
|
|
57
|
+
return map_1(() => b())(self);
|
|
58
|
+
};
|
|
57
59
|
}
|
|
58
60
|
/**
|
|
59
61
|
* @internal
|
|
@@ -84,12 +86,12 @@ function chainEval(self, f) {
|
|
|
84
86
|
case "Then"
|
|
85
87
|
/* CauseTag.Then */
|
|
86
88
|
:
|
|
87
|
-
return tsplus_module_2.
|
|
89
|
+
return tsplus_module_2.zipWith(tsplus_module_1.defer(() => chainEval(self.right, f)), then_1)(tsplus_module_1.defer(() => chainEval(self.left, f)));
|
|
88
90
|
|
|
89
91
|
case "Both"
|
|
90
92
|
/* CauseTag.Both */
|
|
91
93
|
:
|
|
92
|
-
return tsplus_module_2.
|
|
94
|
+
return tsplus_module_2.zipWith(tsplus_module_1.defer(() => chainEval(self.right, f)), both_1)(tsplus_module_1.defer(() => chainEval(self.left, f)));
|
|
93
95
|
|
|
94
96
|
case "Stackless"
|
|
95
97
|
/* CauseTag.Stackless */
|
|
@@ -113,22 +115,26 @@ function both_1(left, right) {
|
|
|
113
115
|
/**
|
|
114
116
|
* Composes computations in sequence, using the return value of one computation as input for the next
|
|
115
117
|
*
|
|
116
|
-
* @tsplus
|
|
118
|
+
* @tsplus pipeable fncts.Cause flatMap
|
|
117
119
|
*/
|
|
118
120
|
|
|
119
121
|
|
|
120
|
-
function flatMap_1(
|
|
121
|
-
return
|
|
122
|
+
function flatMap_1(f) {
|
|
123
|
+
return self => {
|
|
124
|
+
return tsplus_module_4.run(chainEval(self, f));
|
|
125
|
+
};
|
|
122
126
|
}
|
|
123
127
|
/**
|
|
124
128
|
* Determines whether a `Cause` contains or is equal to the specified cause.
|
|
125
129
|
*
|
|
126
|
-
* @tsplus
|
|
130
|
+
* @tsplus pipeable fncts.Cause contains
|
|
127
131
|
*/
|
|
128
132
|
|
|
129
133
|
|
|
130
|
-
export function
|
|
131
|
-
return
|
|
134
|
+
export function contains(that) {
|
|
135
|
+
return self => {
|
|
136
|
+
return tsplus_module_4.run(containsEval(self, that));
|
|
137
|
+
};
|
|
132
138
|
}
|
|
133
139
|
/**
|
|
134
140
|
* @internal
|
|
@@ -140,7 +146,7 @@ function containsEval(self, that) {
|
|
|
140
146
|
return true;
|
|
141
147
|
}
|
|
142
148
|
|
|
143
|
-
return yield* _(foldLeft_1(
|
|
149
|
+
return yield* _(foldLeft_1(tsplus_module_1.now(false), (computation, c) => tsplus_module_5.just(tsplus_module_2.flatMap(b => b ? tsplus_module_1.now(b) : c.equalsEval(that))(computation)))(self));
|
|
144
150
|
});
|
|
145
151
|
}
|
|
146
152
|
/**
|
|
@@ -151,7 +157,7 @@ function containsEval(self, that) {
|
|
|
151
157
|
|
|
152
158
|
|
|
153
159
|
function defects_1(self) {
|
|
154
|
-
return tsplus_module_7.reverse(foldLeft_1(
|
|
160
|
+
return tsplus_module_7.reverse(foldLeft_1(tsplus_module_6.empty(), (z, c) => isHalt_1(c) ? tsplus_module_5.just(tsplus_module_7.prependOperator(c.value, z)) : tsplus_module_5.nothing())(self));
|
|
155
161
|
}
|
|
156
162
|
/**
|
|
157
163
|
* The empty `Cause`
|
|
@@ -183,7 +189,7 @@ function fail_1(value, trace = tsplus_module_8.none) {
|
|
|
183
189
|
|
|
184
190
|
|
|
185
191
|
function failed_1(self) {
|
|
186
|
-
return tsplus_module_9.
|
|
192
|
+
return tsplus_module_9.match(() => false, () => true)(failureMaybe_1(self));
|
|
187
193
|
}
|
|
188
194
|
/**
|
|
189
195
|
* Produces a list of all recoverable errors `E` in the `Cause`.
|
|
@@ -193,7 +199,7 @@ function failed_1(self) {
|
|
|
193
199
|
|
|
194
200
|
|
|
195
201
|
export function failures(self) {
|
|
196
|
-
return tsplus_module_7.reverse(foldLeft_1(
|
|
202
|
+
return tsplus_module_7.reverse(foldLeft_1(tsplus_module_6.empty(), (z, c) => isFail_1(c) ? tsplus_module_5.just(tsplus_module_7.prependOperator(c.value, z)) : tsplus_module_5.nothing())(self));
|
|
197
203
|
}
|
|
198
204
|
/**
|
|
199
205
|
* Retrieve the first checked error on the `Left` if available,
|
|
@@ -204,7 +210,7 @@ export function failures(self) {
|
|
|
204
210
|
*/
|
|
205
211
|
|
|
206
212
|
export function failureOrCause(self) {
|
|
207
|
-
return tsplus_module_9.
|
|
213
|
+
return tsplus_module_9.match(() => tsplus_module_10.right(self), tsplus_module_10.left)(failureMaybe_1(self));
|
|
208
214
|
}
|
|
209
215
|
/**
|
|
210
216
|
* Returns the `E` associated with the first `Fail` in this `Cause` if one
|
|
@@ -214,7 +220,7 @@ export function failureOrCause(self) {
|
|
|
214
220
|
*/
|
|
215
221
|
|
|
216
222
|
function failureTraceMaybe_1(self) {
|
|
217
|
-
return find_1(
|
|
223
|
+
return find_1(c => isFail_1(c) ? tsplus_module_5.just([c.value, c.trace]) : tsplus_module_5.nothing())(self);
|
|
218
224
|
}
|
|
219
225
|
/**
|
|
220
226
|
* Retrieve the first checked error and its trace on the `Left` if available,
|
|
@@ -226,7 +232,7 @@ function failureTraceMaybe_1(self) {
|
|
|
226
232
|
|
|
227
233
|
|
|
228
234
|
export function failureTraceOrCause(self) {
|
|
229
|
-
return tsplus_module_9.
|
|
235
|
+
return tsplus_module_9.match(() => tsplus_module_10.right(self), tsplus_module_10.left)(failureTraceMaybe_1(self));
|
|
230
236
|
}
|
|
231
237
|
/**
|
|
232
238
|
* Returns the `E` associated with the first `Fail` in this `Cause` if one exists.
|
|
@@ -235,49 +241,51 @@ export function failureTraceOrCause(self) {
|
|
|
235
241
|
*/
|
|
236
242
|
|
|
237
243
|
function failureMaybe_1(self) {
|
|
238
|
-
return find_1(
|
|
244
|
+
return find_1(c => c._tag === "Fail"
|
|
239
245
|
/* CauseTag.Fail */
|
|
240
|
-
? tsplus_module_5.just(c.value) : tsplus_module_5.nothing());
|
|
246
|
+
? tsplus_module_5.just(c.value) : tsplus_module_5.nothing())(self);
|
|
241
247
|
}
|
|
242
248
|
/**
|
|
243
249
|
* Remove all `Halt` causes that the specified partial function is defined at,
|
|
244
250
|
* returning `Just` with the remaining causes or `Nothing` if there are no
|
|
245
251
|
* remaining causes.
|
|
246
252
|
*
|
|
247
|
-
* @tsplus
|
|
253
|
+
* @tsplus pipeable fncts.Cause filterDefects
|
|
248
254
|
*/
|
|
249
255
|
|
|
250
256
|
|
|
251
|
-
export function
|
|
252
|
-
return
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
257
|
+
export function filterDefects(p) {
|
|
258
|
+
return self => {
|
|
259
|
+
return tsplus_module_13.fold({
|
|
260
|
+
Empty: () => tsplus_module_5.just(empty_1()),
|
|
261
|
+
Fail: (e, trace) => tsplus_module_5.just(fail_1(e, trace)),
|
|
262
|
+
Halt: (u, trace) => p(u) ? tsplus_module_5.nothing() : tsplus_module_5.just(halt_1(u, trace)),
|
|
263
|
+
Interrupt: (fiberId, trace) => tsplus_module_5.just(interrupt_1(fiberId, trace)),
|
|
264
|
+
Then: (l, r) => {
|
|
265
|
+
if (tsplus_module_11.isJust(l) && tsplus_module_11.isJust(r)) {
|
|
266
|
+
return tsplus_module_5.just(then_1(l.value, r.value));
|
|
267
|
+
} else if (tsplus_module_11.isJust(l) && tsplus_module_11.isNothing(r)) {
|
|
268
|
+
return tsplus_module_5.just(l.value);
|
|
269
|
+
} else if (tsplus_module_11.isNothing(l) && tsplus_module_11.isJust(r)) {
|
|
270
|
+
return tsplus_module_5.just(r.value);
|
|
271
|
+
} else {
|
|
272
|
+
return tsplus_module_5.nothing();
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
Both: (l, r) => {
|
|
276
|
+
if (tsplus_module_11.isJust(l) && tsplus_module_11.isJust(r)) {
|
|
277
|
+
return tsplus_module_5.just(both_1(l.value, r.value));
|
|
278
|
+
} else if (tsplus_module_11.isJust(l) && tsplus_module_11.isNothing(r)) {
|
|
279
|
+
return tsplus_module_5.just(l.value);
|
|
280
|
+
} else if (tsplus_module_11.isNothing(l) && tsplus_module_11.isJust(r)) {
|
|
281
|
+
return tsplus_module_5.just(r.value);
|
|
282
|
+
} else {
|
|
283
|
+
return tsplus_module_5.nothing();
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
Stackless: (causeOption, stackless) => tsplus_module_12.map(cause => stackless_1(cause, stackless))(causeOption)
|
|
287
|
+
})(self);
|
|
288
|
+
};
|
|
281
289
|
}
|
|
282
290
|
/**
|
|
283
291
|
* @tsplus tailRec
|
|
@@ -310,7 +318,7 @@ function findLoop(self, f, stack) {
|
|
|
310
318
|
{
|
|
311
319
|
self_2 = self_1.left;
|
|
312
320
|
f_2 = f_1;
|
|
313
|
-
stack_2 = tsplus_module_7.
|
|
321
|
+
stack_2 = tsplus_module_7.prepend(self_1.right)(stack_1);
|
|
314
322
|
self_1 = self_2;
|
|
315
323
|
f_1 = f_2;
|
|
316
324
|
stack_1 = stack_2;
|
|
@@ -346,12 +354,14 @@ function findLoop(self, f, stack) {
|
|
|
346
354
|
/**
|
|
347
355
|
* Finds the first result matching `f`
|
|
348
356
|
*
|
|
349
|
-
* @tsplus
|
|
357
|
+
* @tsplus pipeable fncts.Cause find
|
|
350
358
|
*/
|
|
351
359
|
|
|
352
360
|
|
|
353
|
-
function find_1(
|
|
354
|
-
return
|
|
361
|
+
function find_1(f) {
|
|
362
|
+
return self => {
|
|
363
|
+
return findLoop(self, f, tsplus_module_6.nil());
|
|
364
|
+
};
|
|
355
365
|
}
|
|
356
366
|
/**
|
|
357
367
|
* @tsplus getter fncts.Cause flatten
|
|
@@ -359,7 +369,7 @@ function find_1(self, f) {
|
|
|
359
369
|
|
|
360
370
|
|
|
361
371
|
export function flatten(self) {
|
|
362
|
-
return flatMap_1(
|
|
372
|
+
return flatMap_1(identity)(self);
|
|
363
373
|
}
|
|
364
374
|
|
|
365
375
|
class FCEStackFrameDone {
|
|
@@ -411,7 +421,7 @@ class FCEStackFrameBothRight {
|
|
|
411
421
|
|
|
412
422
|
|
|
413
423
|
export function flipCauseEither(self) {
|
|
414
|
-
const stack = tsplus_module_16.
|
|
424
|
+
const stack = tsplus_module_16.makeStack();
|
|
415
425
|
stack.push(new FCEStackFrameDone());
|
|
416
426
|
let result;
|
|
417
427
|
let c = self;
|
|
@@ -441,7 +451,7 @@ export function flipCauseEither(self) {
|
|
|
441
451
|
case "Fail"
|
|
442
452
|
/* CauseTag.Fail */
|
|
443
453
|
:
|
|
444
|
-
result = tsplus_module_17.
|
|
454
|
+
result = tsplus_module_17.match(l => tsplus_module_10.left(fail_1(l, tsplus_module_8.none)), r => tsplus_module_10.right(r))(c.value);
|
|
445
455
|
break pushing;
|
|
446
456
|
|
|
447
457
|
case "Then"
|
|
@@ -571,7 +581,7 @@ class FCOStackFrameBothRight {
|
|
|
571
581
|
|
|
572
582
|
|
|
573
583
|
export function flipCauseOption(self) {
|
|
574
|
-
const stack = tsplus_module_16.
|
|
584
|
+
const stack = tsplus_module_16.makeStack();
|
|
575
585
|
stack.push(new FCOStackFrameDone());
|
|
576
586
|
let result;
|
|
577
587
|
let c = self;
|
|
@@ -601,7 +611,7 @@ export function flipCauseOption(self) {
|
|
|
601
611
|
case "Fail"
|
|
602
612
|
/* CauseTag.Fail */
|
|
603
613
|
:
|
|
604
|
-
result = tsplus_module_9.
|
|
614
|
+
result = tsplus_module_9.match(() => tsplus_module_5.nothing(), r => tsplus_module_5.just(fail_1(r, tsplus_module_8.none)))(c.value);
|
|
605
615
|
break pushing;
|
|
606
616
|
|
|
607
617
|
case "Then"
|
|
@@ -686,11 +696,13 @@ export function flipCauseOption(self) {
|
|
|
686
696
|
/**
|
|
687
697
|
* Accumulates a state over a `Cause`
|
|
688
698
|
*
|
|
689
|
-
* @tsplus
|
|
699
|
+
* @tsplus pipeable fncts.Cause foldLeft
|
|
690
700
|
*/
|
|
691
701
|
|
|
692
|
-
function foldLeft_1(
|
|
693
|
-
return
|
|
702
|
+
function foldLeft_1(b, f) {
|
|
703
|
+
return self => {
|
|
704
|
+
return foldLeftLoop(self, b, f, tsplus_module_6.nil());
|
|
705
|
+
};
|
|
694
706
|
}
|
|
695
707
|
/**
|
|
696
708
|
* @internal
|
|
@@ -709,7 +721,7 @@ function foldLeftLoop(self, b, f, stack) {
|
|
|
709
721
|
stack_4 = stack;
|
|
710
722
|
|
|
711
723
|
while (1) {
|
|
712
|
-
const z = tsplus_module_12.
|
|
724
|
+
const z = tsplus_module_12.getOrElse(() => b_1)(f_3(b_1, self_3));
|
|
713
725
|
|
|
714
726
|
switch (self_3._tag) {
|
|
715
727
|
case "Both"
|
|
@@ -722,7 +734,7 @@ function foldLeftLoop(self, b, f, stack) {
|
|
|
722
734
|
self_4 = self_3.left;
|
|
723
735
|
b_2 = z;
|
|
724
736
|
f_4 = f_3;
|
|
725
|
-
stack_4 = tsplus_module_7.
|
|
737
|
+
stack_4 = tsplus_module_7.prepend(self_3.right)(stack_3);
|
|
726
738
|
self_3 = self_4;
|
|
727
739
|
b_1 = b_2;
|
|
728
740
|
f_3 = f_4;
|
|
@@ -768,7 +780,7 @@ function halt_1(value, trace = tsplus_module_8.none) {
|
|
|
768
780
|
|
|
769
781
|
|
|
770
782
|
function halted_1(self) {
|
|
771
|
-
return tsplus_module_9.
|
|
783
|
+
return tsplus_module_9.match(() => false, () => true)(haltMaybe_1(self));
|
|
772
784
|
}
|
|
773
785
|
/**
|
|
774
786
|
* Returns the `unknown` associated with the first `Halt` in this `Cause` if one exists.
|
|
@@ -778,9 +790,9 @@ function halted_1(self) {
|
|
|
778
790
|
|
|
779
791
|
|
|
780
792
|
function haltMaybe_1(self) {
|
|
781
|
-
return find_1(
|
|
793
|
+
return find_1(c => c._tag === "Halt"
|
|
782
794
|
/* CauseTag.Halt */
|
|
783
|
-
? tsplus_module_5.just(c.value) : tsplus_module_5.nothing());
|
|
795
|
+
? tsplus_module_5.just(c.value) : tsplus_module_5.nothing())(self);
|
|
784
796
|
}
|
|
785
797
|
/**
|
|
786
798
|
* Constructs a `Cause` from an `Id`, representing an interruption of asynchronous computation
|
|
@@ -857,7 +869,7 @@ function isInterrupt_1(self) {
|
|
|
857
869
|
|
|
858
870
|
|
|
859
871
|
function isInterrupted_1(self) {
|
|
860
|
-
return tsplus_module_11.isJust(find_1(
|
|
872
|
+
return tsplus_module_11.isJust(find_1(cause => isInterrupt_1(cause) ? tsplus_module_5.just(cause) : tsplus_module_5.nothing())(self));
|
|
861
873
|
}
|
|
862
874
|
/**
|
|
863
875
|
* A type-guard matching `Traced`
|
|
@@ -867,7 +879,7 @@ function isInterrupted_1(self) {
|
|
|
867
879
|
|
|
868
880
|
|
|
869
881
|
export function isTraced(self) {
|
|
870
|
-
return tsplus_module_11.isJust(find_1(
|
|
882
|
+
return tsplus_module_11.isJust(find_1(cause => {
|
|
871
883
|
switch (cause._tag) {
|
|
872
884
|
case "Halt"
|
|
873
885
|
/* CauseTag.Halt */
|
|
@@ -883,7 +895,7 @@ export function isTraced(self) {
|
|
|
883
895
|
default:
|
|
884
896
|
return tsplus_module_5.nothing();
|
|
885
897
|
}
|
|
886
|
-
}));
|
|
898
|
+
})(self));
|
|
887
899
|
}
|
|
888
900
|
/**
|
|
889
901
|
* Determines whether the `Cause` contains an interruption
|
|
@@ -892,7 +904,7 @@ export function isTraced(self) {
|
|
|
892
904
|
*/
|
|
893
905
|
|
|
894
906
|
export function interrupted(self) {
|
|
895
|
-
return tsplus_module_9.
|
|
907
|
+
return tsplus_module_9.match(() => false, () => true)(interruptOption_1(self));
|
|
896
908
|
}
|
|
897
909
|
/**
|
|
898
910
|
* Returns the `FiberId` associated with the first `Interrupt` in this `Cause` if one exists.
|
|
@@ -901,9 +913,9 @@ export function interrupted(self) {
|
|
|
901
913
|
*/
|
|
902
914
|
|
|
903
915
|
function interruptOption_1(self) {
|
|
904
|
-
return find_1(
|
|
916
|
+
return find_1(c => c._tag === "Interrupt"
|
|
905
917
|
/* CauseTag.Interrupt */
|
|
906
|
-
? tsplus_module_5.just(c.id) : tsplus_module_5.nothing());
|
|
918
|
+
? tsplus_module_5.just(c.id) : tsplus_module_5.nothing())(self);
|
|
907
919
|
}
|
|
908
920
|
/**
|
|
909
921
|
* Returns a set of interruptors, fibers that interrupted the fiber described
|
|
@@ -914,9 +926,9 @@ function interruptOption_1(self) {
|
|
|
914
926
|
|
|
915
927
|
|
|
916
928
|
function interruptors_1(self) {
|
|
917
|
-
return foldLeft_1(
|
|
929
|
+
return foldLeft_1(tsplus_module_19.makeDefault(), (s, c) => c._tag === "Interrupt"
|
|
918
930
|
/* CauseTag.Interrupt */
|
|
919
|
-
? tsplus_module_5.just(tsplus_module_19.
|
|
931
|
+
? tsplus_module_5.just(tsplus_module_19.add(c.id)(s)) : tsplus_module_5.nothing())(self);
|
|
920
932
|
}
|
|
921
933
|
/**
|
|
922
934
|
* Determines if the `Cause` contains only interruptions and not any `Halt` or
|
|
@@ -927,7 +939,7 @@ function interruptors_1(self) {
|
|
|
927
939
|
|
|
928
940
|
|
|
929
941
|
export function interruptedOnly(self) {
|
|
930
|
-
return tsplus_module_12.
|
|
942
|
+
return tsplus_module_12.getOrElse(() => true)(find_1(c => halted_1(c) || failed_1(c) ? tsplus_module_5.just(false) : tsplus_module_5.nothing())(self));
|
|
931
943
|
}
|
|
932
944
|
/**
|
|
933
945
|
* Remove all `Fail` and `Interrupt` nodes from this `Cause`,
|
|
@@ -937,7 +949,7 @@ export function interruptedOnly(self) {
|
|
|
937
949
|
*/
|
|
938
950
|
|
|
939
951
|
export function keepDefects(self) {
|
|
940
|
-
return tsplus_module_13.
|
|
952
|
+
return tsplus_module_13.fold({
|
|
941
953
|
Empty: () => tsplus_module_5.nothing(),
|
|
942
954
|
Fail: () => tsplus_module_5.nothing(),
|
|
943
955
|
Halt: (t, trace) => tsplus_module_5.just(halt_1(t, trace)),
|
|
@@ -964,31 +976,35 @@ export function keepDefects(self) {
|
|
|
964
976
|
return tsplus_module_5.nothing();
|
|
965
977
|
}
|
|
966
978
|
},
|
|
967
|
-
Stackless: (maybeCause, stackless) => tsplus_module_12.
|
|
968
|
-
});
|
|
979
|
+
Stackless: (maybeCause, stackless) => tsplus_module_12.map(cause => stackless_1(cause, stackless))(maybeCause)
|
|
980
|
+
})(self);
|
|
969
981
|
}
|
|
970
982
|
/**
|
|
971
|
-
* @tsplus
|
|
983
|
+
* @tsplus pipeable fncts.Cause map
|
|
972
984
|
*/
|
|
973
985
|
|
|
974
|
-
function map_1(
|
|
975
|
-
return
|
|
986
|
+
function map_1(f) {
|
|
987
|
+
return self => {
|
|
988
|
+
return flatMap_1(e => fail_1(f(e), tsplus_module_8.none))(self);
|
|
989
|
+
};
|
|
976
990
|
}
|
|
977
991
|
/**
|
|
978
|
-
* @tsplus
|
|
992
|
+
* @tsplus pipeable fncts.Cause mapTrace
|
|
979
993
|
*/
|
|
980
994
|
|
|
981
995
|
|
|
982
|
-
function mapTrace_1(
|
|
983
|
-
return
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
996
|
+
function mapTrace_1(f) {
|
|
997
|
+
return self => {
|
|
998
|
+
return tsplus_module_13.fold({
|
|
999
|
+
Empty: () => empty_1(),
|
|
1000
|
+
Fail: (e, trace) => fail_1(e, f(trace)),
|
|
1001
|
+
Halt: (u, trace) => halt_1(u, f(trace)),
|
|
1002
|
+
Interrupt: (id, trace) => interrupt_1(id, f(trace)),
|
|
1003
|
+
Then: then_1,
|
|
1004
|
+
Both: both_1,
|
|
1005
|
+
Stackless: stackless_1
|
|
1006
|
+
})(self);
|
|
1007
|
+
};
|
|
992
1008
|
}
|
|
993
1009
|
/**
|
|
994
1010
|
* @tsplus static fncts.CauseOps stackless
|
|
@@ -1007,7 +1023,7 @@ function stackless_1(cause, stackless) {
|
|
|
1007
1023
|
|
|
1008
1024
|
|
|
1009
1025
|
export function stripFailures(self) {
|
|
1010
|
-
return tsplus_module_13.
|
|
1026
|
+
return tsplus_module_13.fold({
|
|
1011
1027
|
Empty: () => empty_1(),
|
|
1012
1028
|
Fail: () => empty_1(),
|
|
1013
1029
|
Halt: (u, trace) => halt_1(u, trace),
|
|
@@ -1015,26 +1031,28 @@ export function stripFailures(self) {
|
|
|
1015
1031
|
Then: (l, r) => then_1(l, r),
|
|
1016
1032
|
Both: (l, r) => both_1(l, r),
|
|
1017
1033
|
Stackless: (c, stackless) => stackless_1(c, stackless)
|
|
1018
|
-
});
|
|
1034
|
+
})(self);
|
|
1019
1035
|
}
|
|
1020
1036
|
/**
|
|
1021
1037
|
* Remove all `Halt` causes that the specified partial function is defined at,
|
|
1022
1038
|
* returning `Just` with the remaining causes or `Nothing` if there are no
|
|
1023
1039
|
* remaining causes.
|
|
1024
1040
|
*
|
|
1025
|
-
* @tsplus
|
|
1041
|
+
* @tsplus pipeable fncts.Cause stripSomeDefects
|
|
1026
1042
|
*/
|
|
1027
1043
|
|
|
1028
|
-
export function stripSomeDefects(
|
|
1029
|
-
return
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1044
|
+
export function stripSomeDefects(p) {
|
|
1045
|
+
return self => {
|
|
1046
|
+
return tsplus_module_13.fold({
|
|
1047
|
+
Empty: () => tsplus_module_5.just(empty_1()),
|
|
1048
|
+
Fail: (e, trace) => tsplus_module_5.just(fail_1(e, trace)),
|
|
1049
|
+
Halt: (t, trace) => p(t) ? tsplus_module_5.nothing() : tsplus_module_5.just(halt_1(t, trace)),
|
|
1050
|
+
Interrupt: (fiberId, trace) => tsplus_module_5.just(interrupt_1(fiberId, trace)),
|
|
1051
|
+
Then: (l, r) => tsplus_module_11.isJust(l) && tsplus_module_11.isJust(r) ? tsplus_module_5.just(then_1(l.value, r.value)) : tsplus_module_11.isJust(l) ? tsplus_module_5.just(l.value) : tsplus_module_11.isJust(r) ? tsplus_module_5.just(r.value) : tsplus_module_5.nothing(),
|
|
1052
|
+
Both: (l, r) => tsplus_module_11.isJust(l) && tsplus_module_11.isJust(r) ? tsplus_module_5.just(then_1(l.value, r.value)) : tsplus_module_11.isJust(l) ? tsplus_module_5.just(l.value) : tsplus_module_11.isJust(r) ? tsplus_module_5.just(r.value) : tsplus_module_5.nothing(),
|
|
1053
|
+
Stackless: (causeOption, stackless) => tsplus_module_12.map(cause => stackless_1(cause, stackless))(causeOption)
|
|
1054
|
+
})(self);
|
|
1055
|
+
};
|
|
1038
1056
|
}
|
|
1039
1057
|
|
|
1040
1058
|
function sequenceCauseEitherEval(self) {
|
|
@@ -1057,7 +1075,7 @@ function sequenceCauseEitherEval(self) {
|
|
|
1057
1075
|
/* CauseTag.Fail */
|
|
1058
1076
|
:
|
|
1059
1077
|
{
|
|
1060
|
-
return tsplus_module_1.now(tsplus_module_17.
|
|
1078
|
+
return tsplus_module_1.now(tsplus_module_17.match(e => tsplus_module_10.left(fail_1(e, tsplus_module_8.none)), a => tsplus_module_10.right(a))(self.value));
|
|
1061
1079
|
}
|
|
1062
1080
|
|
|
1063
1081
|
case "Halt"
|
|
@@ -1071,7 +1089,7 @@ function sequenceCauseEitherEval(self) {
|
|
|
1071
1089
|
/* CauseTag.Then */
|
|
1072
1090
|
:
|
|
1073
1091
|
{
|
|
1074
|
-
return tsplus_module_2.
|
|
1092
|
+
return tsplus_module_2.zipWith(tsplus_module_1.defer(() => sequenceCauseEitherEval(self.right)), (lefts, rights) => {
|
|
1075
1093
|
void 0;
|
|
1076
1094
|
void 0;
|
|
1077
1095
|
return lefts._tag === "Left"
|
|
@@ -1079,14 +1097,14 @@ function sequenceCauseEitherEval(self) {
|
|
|
1079
1097
|
? rights._tag === "Right"
|
|
1080
1098
|
/* EitherTag.Right */
|
|
1081
1099
|
? tsplus_module_10.right(rights.right) : tsplus_module_10.left(then_1(lefts.left, rights.left)) : tsplus_module_10.right(lefts.right);
|
|
1082
|
-
});
|
|
1100
|
+
})(tsplus_module_1.defer(() => sequenceCauseEitherEval(self.left)));
|
|
1083
1101
|
}
|
|
1084
1102
|
|
|
1085
1103
|
case "Both"
|
|
1086
1104
|
/* CauseTag.Both */
|
|
1087
1105
|
:
|
|
1088
1106
|
{
|
|
1089
|
-
return tsplus_module_2.
|
|
1107
|
+
return tsplus_module_2.zipWith(tsplus_module_1.defer(() => sequenceCauseEitherEval(self.right)), (lefts, rights) => {
|
|
1090
1108
|
void 0;
|
|
1091
1109
|
void 0;
|
|
1092
1110
|
return lefts._tag === "Left"
|
|
@@ -1094,14 +1112,14 @@ function sequenceCauseEitherEval(self) {
|
|
|
1094
1112
|
? rights._tag === "Right"
|
|
1095
1113
|
/* EitherTag.Right */
|
|
1096
1114
|
? tsplus_module_10.right(rights.right) : tsplus_module_10.left(both_1(lefts.left, rights.left)) : tsplus_module_10.right(lefts.right);
|
|
1097
|
-
});
|
|
1115
|
+
})(tsplus_module_1.defer(() => sequenceCauseEitherEval(self.left)));
|
|
1098
1116
|
}
|
|
1099
1117
|
|
|
1100
1118
|
case "Stackless"
|
|
1101
1119
|
/* CauseTag.Stackless */
|
|
1102
1120
|
:
|
|
1103
1121
|
{
|
|
1104
|
-
return tsplus_module_2.
|
|
1122
|
+
return tsplus_module_2.map(_ => tsplus_module_18.mapLeft(cause => stackless_1(cause, self.stackless))(_))(tsplus_module_1.defer(() => sequenceCauseEitherEval(self.cause)));
|
|
1105
1123
|
}
|
|
1106
1124
|
}
|
|
1107
1125
|
}
|
|
@@ -1136,7 +1154,7 @@ function sequenceCauseMaybeEval(self) {
|
|
|
1136
1154
|
/* CauseTag.Fail */
|
|
1137
1155
|
:
|
|
1138
1156
|
{
|
|
1139
|
-
return tsplus_module_1.now(tsplus_module_12.
|
|
1157
|
+
return tsplus_module_1.now(tsplus_module_12.map(e => fail_1(e, tsplus_module_8.none))(self.value));
|
|
1140
1158
|
}
|
|
1141
1159
|
|
|
1142
1160
|
case "Halt"
|
|
@@ -1150,7 +1168,7 @@ function sequenceCauseMaybeEval(self) {
|
|
|
1150
1168
|
/* CauseTag.Then */
|
|
1151
1169
|
:
|
|
1152
1170
|
{
|
|
1153
|
-
return tsplus_module_2.
|
|
1171
|
+
return tsplus_module_2.zipWith(tsplus_module_1.defer(() => sequenceCauseMaybeEval(self.right)), (lefts, rights) => {
|
|
1154
1172
|
void 0;
|
|
1155
1173
|
void 0;
|
|
1156
1174
|
return lefts._tag === "Just"
|
|
@@ -1160,14 +1178,14 @@ function sequenceCauseMaybeEval(self) {
|
|
|
1160
1178
|
? tsplus_module_5.just(then_1(lefts.value, rights.value)) : lefts : rights._tag === "Just"
|
|
1161
1179
|
/* MaybeTag.Just */
|
|
1162
1180
|
? rights : tsplus_module_5.nothing();
|
|
1163
|
-
});
|
|
1181
|
+
})(tsplus_module_1.defer(() => sequenceCauseMaybeEval(self.left)));
|
|
1164
1182
|
}
|
|
1165
1183
|
|
|
1166
1184
|
case "Both"
|
|
1167
1185
|
/* CauseTag.Both */
|
|
1168
1186
|
:
|
|
1169
1187
|
{
|
|
1170
|
-
return tsplus_module_2.
|
|
1188
|
+
return tsplus_module_2.zipWith(tsplus_module_1.defer(() => sequenceCauseMaybeEval(self.right)), (lefts, rights) => {
|
|
1171
1189
|
void 0;
|
|
1172
1190
|
void 0;
|
|
1173
1191
|
return lefts._tag === "Just"
|
|
@@ -1177,14 +1195,14 @@ function sequenceCauseMaybeEval(self) {
|
|
|
1177
1195
|
? tsplus_module_5.just(both_1(lefts.value, rights.value)) : lefts : rights._tag === "Just"
|
|
1178
1196
|
/* MaybeTag.Just */
|
|
1179
1197
|
? rights : tsplus_module_5.nothing();
|
|
1180
|
-
});
|
|
1198
|
+
})(tsplus_module_1.defer(() => sequenceCauseMaybeEval(self.left)));
|
|
1181
1199
|
}
|
|
1182
1200
|
|
|
1183
1201
|
case "Stackless"
|
|
1184
1202
|
/* CauseTag.Stackless */
|
|
1185
1203
|
:
|
|
1186
1204
|
{
|
|
1187
|
-
return tsplus_module_2.
|
|
1205
|
+
return tsplus_module_2.map(_ => tsplus_module_12.map(cause => stackless_1(cause, self.stackless))(_))(tsplus_module_1.defer(() => sequenceCauseMaybeEval(self.cause)));
|
|
1188
1206
|
}
|
|
1189
1207
|
}
|
|
1190
1208
|
}
|
|
@@ -1202,11 +1220,13 @@ export function sequenceCauseMaybe(self) {
|
|
|
1202
1220
|
* Squashes a `Cause` down to a single `Error`, chosen to be the
|
|
1203
1221
|
* "most important" `Error`.
|
|
1204
1222
|
*
|
|
1205
|
-
* @tsplus
|
|
1223
|
+
* @tsplus pipeable fncts.Cause squashWith
|
|
1206
1224
|
*/
|
|
1207
1225
|
|
|
1208
|
-
export function
|
|
1209
|
-
return
|
|
1226
|
+
export function squashWith(f) {
|
|
1227
|
+
return self => {
|
|
1228
|
+
return tsplus_module_12.getOrElse(() => new tsplus_module_20.InterruptedException())(tsplus_module_12.orElse(() => tsplus_module_7.head(defects_1(self)))(tsplus_module_12.orElse(() => isInterrupted_1(self) ? tsplus_module_5.just(new tsplus_module_20.InterruptedException("Interrupted by fibers: " + tsplus_module_19.join(", ")(tsplus_module_19.mapDefault(id => `#${id}`)(tsplus_module_19.flatMapDefault(id => tsplus_module_21.ids(id))(interruptors_1(self)))))) : tsplus_module_5.nothing())(tsplus_module_12.map(f)(failureMaybe_1(self)))));
|
|
1229
|
+
};
|
|
1210
1230
|
}
|
|
1211
1231
|
/**
|
|
1212
1232
|
* Constructs a `Cause` from two `Cause`s, representing sequential failures.
|
|
@@ -1231,7 +1251,7 @@ function then_1(left, right) {
|
|
|
1231
1251
|
|
|
1232
1252
|
|
|
1233
1253
|
function traced_1(cause, trace) {
|
|
1234
|
-
return mapTrace_1(
|
|
1254
|
+
return mapTrace_1(t => tsplus_module_22.combine(trace)(t))(cause);
|
|
1235
1255
|
}
|
|
1236
1256
|
/**
|
|
1237
1257
|
* Returns a `Cause` that has been stripped of all tracing information.
|
|
@@ -1241,6 +1261,6 @@ function traced_1(cause, trace) {
|
|
|
1241
1261
|
|
|
1242
1262
|
|
|
1243
1263
|
export function untraced(self) {
|
|
1244
|
-
return mapTrace_1(
|
|
1264
|
+
return mapTrace_1(() => tsplus_module_8.none)(self);
|
|
1245
1265
|
}
|
|
1246
1266
|
//# sourceMappingURL=api.mjs.map
|