@fncts/io 0.0.11 → 0.0.14
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/Cached/api.d.ts +3 -4
- package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
- package/Channel/api/interruptWhen.d.ts +1 -1
- package/Channel/api/mapOutIOC.d.ts +2 -2
- package/Channel/api/mergeAll.d.ts +1 -1
- package/Channel/api/mergeAllUnboundedWith.d.ts +1 -1
- package/Channel/api/mergeAllWith.d.ts +3 -3
- package/Channel/api/mergeMap.d.ts +1 -1
- package/Channel/api/mergeWith.d.ts +3 -3
- package/Channel/api/runScoped.d.ts +1 -2
- package/Channel/api/toPull.d.ts +2 -3
- package/Channel/api/zipC.d.ts +3 -3
- package/Channel/api.d.ts +56 -57
- package/Channel/core-api.d.ts +12 -12
- package/Channel/definition.d.ts +36 -22
- package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
- package/Channel/internal/AsyncInputProducer.d.ts +1 -1
- package/Channel/internal/ChannelExecutor.d.ts +5 -5
- package/Channel/internal/ChannelState.d.ts +1 -1
- package/Channel/internal/MergeDecision.d.ts +2 -2
- package/Channel/internal/MergeState.d.ts +2 -2
- package/Channel/internal/SingleProducerAsyncInput.d.ts +5 -5
- package/Clock/api.d.ts +3 -3
- package/Clock/definition.d.ts +2 -2
- package/Clock/live.d.ts +3 -3
- package/Console/api.d.ts +1 -1
- package/Fiber/FiberContext.d.ts +12 -12
- package/Fiber/api/await.d.ts +2 -2
- package/Fiber/api/awaitAll.d.ts +2 -2
- package/Fiber/api/children.d.ts +1 -1
- package/Fiber/api/collectAll.d.ts +3 -3
- package/Fiber/api/evalOn.d.ts +1 -1
- package/Fiber/api/evalOnIO.d.ts +1 -1
- package/Fiber/api/fromIO.d.ts +1 -1
- package/Fiber/api/id.d.ts +2 -2
- package/Fiber/api/inheritRefs.d.ts +1 -1
- package/Fiber/api/interrupt.d.ts +2 -2
- package/Fiber/api/interruptAll.d.ts +3 -3
- package/Fiber/api/interruptAs.d.ts +3 -3
- package/Fiber/api/join.d.ts +1 -1
- package/Fiber/api/joinAll.d.ts +1 -1
- package/Fiber/api/mapFiber.d.ts +1 -1
- package/Fiber/api/mapIO.d.ts +2 -2
- package/Fiber/api/poll.d.ts +3 -3
- package/Fiber/api/zipWith.d.ts +1 -1
- package/Fiber/constructors.d.ts +8 -8
- package/Fiber/definition.d.ts +4 -4
- package/FiberRef/api/locallyScoped.d.ts +1 -2
- package/FiberRef/api/locallyScopedWith.d.ts +1 -2
- package/FiberRef/api.d.ts +8 -8
- package/FiberRef/constructors.d.ts +2 -3
- package/FiberRef/unsafe.d.ts +11 -5
- package/FiberRefs/api.d.ts +4 -4
- package/FiberRefs/definition.d.ts +3 -3
- package/FiberRefs/join.d.ts +2 -2
- package/FiberScope/constructors.d.ts +1 -1
- package/FiberScope/definition.d.ts +1 -1
- package/FiberState/api.d.ts +1 -1
- package/FiberState/constructors.d.ts +3 -3
- package/FiberState/definition.d.ts +3 -3
- package/FiberStatus/constructors.d.ts +1 -1
- package/FiberStatus/definition.d.ts +1 -1
- package/Future/api.d.ts +18 -18
- package/Future/constructors.d.ts +3 -3
- package/Future/definition.d.ts +2 -2
- package/Hub/api.d.ts +22 -23
- package/Hub/definition.d.ts +6 -7
- package/Hub/internal.d.ts +1 -2
- package/IO/api/acquireRelease.d.ts +2 -3
- package/IO/api/acquireReleaseExit.d.ts +3 -4
- package/IO/api/acquireReleaseInterruptible.d.ts +2 -3
- package/IO/api/acquireReleaseInterruptibleExit.d.ts +3 -4
- package/IO/api/addFinalizer.d.ts +2 -3
- package/IO/api/addFinalizerExit.d.ts +2 -3
- package/IO/api/asyncIO.d.ts +1 -1
- package/IO/api/bracket.d.ts +2 -2
- package/IO/api/bracketExit.d.ts +3 -3
- package/IO/api/clockWith.d.ts +1 -1
- package/IO/api/concurrency.d.ts +4 -4
- package/IO/api/concurrentFinalizers.d.ts +1 -2
- package/IO/api/consoleWith.d.ts +2 -2
- package/IO/api/core-scope.d.ts +4 -4
- package/IO/api/ensuringChildren.d.ts +1 -1
- package/IO/api/environment.d.ts +10 -12
- package/IO/api/foreachC.d.ts +2 -2
- package/IO/api/foreachExec.d.ts +1 -1
- package/IO/api/forkScoped.d.ts +1 -2
- package/IO/api/fulfill.d.ts +1 -1
- package/IO/api/interrupt.d.ts +8 -8
- package/IO/api/onExit.d.ts +2 -2
- package/IO/api/onTermination.d.ts +4 -4
- package/IO/api/provideLayer.d.ts +1 -1
- package/IO/api/provideSomeLayer.d.ts +1 -1
- package/IO/api/race.d.ts +1 -1
- package/IO/api/raceFirst.d.ts +1 -1
- package/IO/api/randomWith.d.ts +2 -2
- package/IO/api/repeat.d.ts +6 -6
- package/IO/api/retry.d.ts +5 -5
- package/IO/api/schedule.d.ts +3 -3
- package/IO/api/scope.d.ts +1 -2
- package/IO/api/scopeWith.d.ts +1 -2
- package/IO/api/scoped.d.ts +3 -4
- package/IO/api/sequenceT.d.ts +4 -4
- package/IO/api/sleep.d.ts +2 -2
- package/IO/api/stateful.d.ts +3 -4
- package/IO/api/timeout.d.ts +4 -4
- package/IO/api/withEarlyRelease.d.ts +1 -2
- package/IO/api/withFinalizer.d.ts +1 -2
- package/IO/api/withFinalizerExit.d.ts +2 -3
- package/IO/api/withRuntimeConfig.d.ts +2 -2
- package/IO/api/zipC.d.ts +4 -4
- package/IO/api.d.ts +94 -94
- package/IO/definition.d.ts +44 -34
- package/IO/runtime.d.ts +29 -16
- package/IOEnv/definition.d.ts +2 -3
- package/IOEnv/live.d.ts +1 -1
- package/IOEnv/services.d.ts +1 -1
- package/IOSpec.d.ts +7 -8
- package/Layer/MemoMap.d.ts +8 -9
- package/Layer/api.d.ts +41 -43
- package/Layer/definition.d.ts +22 -16
- package/Logger/api.d.ts +2 -2
- package/Logger/definition.d.ts +4 -4
- package/Queue/api/dimapIO.d.ts +6 -6
- package/Queue/api/filterInputIO.d.ts +6 -6
- package/Queue/api/filterOutputIO.d.ts +8 -8
- package/Queue/api/operations.d.ts +10 -10
- package/Queue/api/poll.d.ts +2 -2
- package/Queue/api/takeBetween.d.ts +1 -1
- package/Queue/api/zipWithIO.d.ts +9 -9
- package/Queue/constructors.d.ts +4 -4
- package/Queue/definition.d.ts +10 -10
- package/Queue/internal.d.ts +1 -1
- package/Queue/strategy.d.ts +10 -10
- package/Random/api.d.ts +8 -8
- package/Random/definition.d.ts +5 -5
- package/Random/live.d.ts +5 -5
- package/Ref/Atomic/Atomic.d.ts +4 -4
- package/Ref/Atomic/api.d.ts +11 -11
- package/Ref/Derived.d.ts +4 -4
- package/Ref/DerivedAll.d.ts +4 -4
- package/Ref/Synchronized/api.d.ts +16 -16
- package/Ref/Synchronized/constructors.d.ts +2 -2
- package/Ref/Synchronized/definition.d.ts +3 -3
- package/Ref/api/collect.d.ts +2 -2
- package/Ref/api/dimap.d.ts +8 -8
- package/Ref/api/filter.d.ts +3 -3
- package/Ref/api/get.d.ts +1 -1
- package/Ref/api/match.d.ts +1 -1
- package/Ref/api/matchAll.d.ts +1 -1
- package/Ref/api/modify.d.ts +10 -10
- package/Ref/api/set.d.ts +1 -1
- package/Ref/constructors.d.ts +3 -3
- package/Ref/definition.d.ts +15 -15
- package/RuntimeConfig.d.ts +2 -2
- package/STM/api/core-api.d.ts +5 -5
- package/STM/api/core-constructors.d.ts +9 -9
- package/STM/api.d.ts +60 -72
- package/STM/definition.d.ts +10 -9
- package/STM/driver.d.ts +2 -2
- package/STM/internal/CommitState.d.ts +1 -1
- package/STM/internal/Journal.d.ts +7 -6
- package/STM/internal/TryCommit.d.ts +1 -1
- package/Schedule/Decision.d.ts +10 -4
- package/Schedule/Driver.d.ts +4 -4
- package/Schedule/api/driver.d.ts +1 -1
- package/Schedule/api.d.ts +85 -73
- package/Schedule/definition.d.ts +1 -1
- package/Scope/Finalizer/definition.d.ts +3 -3
- package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
- package/Scope/ReleaseMap/api.d.ts +7 -7
- package/Scope/ReleaseMap/definition.d.ts +3 -3
- package/Scope/api.d.ts +9 -10
- package/Scope/definition.d.ts +2 -2
- package/ScopedRef/api.d.ts +2 -3
- package/ScopedRef/definition.d.ts +1 -2
- package/Sink/api.d.ts +73 -74
- package/State/api.d.ts +2 -3
- package/Stream/api/zipAllWith.d.ts +3 -3
- package/Stream/api/zipWith.d.ts +1 -1
- package/Stream/api/zipWithChunks.d.ts +4 -4
- package/Stream/api.d.ts +171 -166
- package/Stream/definition.d.ts +3 -3
- package/Stream/internal/Handoff.d.ts +2 -2
- package/Stream/internal/Pull.d.ts +2 -2
- package/Stream/internal/Take.d.ts +4 -4
- package/Stream/internal/util.d.ts +1 -1
- package/Supervisor/api.d.ts +3 -3
- package/Supervisor/constructors.d.ts +6 -6
- package/Supervisor/definition.d.ts +3 -3
- package/TExit/constructors.d.ts +1 -1
- package/TExit/definition.d.ts +1 -1
- package/TFuture/api.d.ts +7 -7
- package/TFuture/constructors.d.ts +4 -4
- package/TFuture/definition.d.ts +3 -3
- package/TReentrantLock/api.d.ts +18 -19
- package/TReentrantLock/definition.d.ts +2 -2
- package/TRef/api.d.ts +15 -15
- package/TRef/constructors.d.ts +5 -5
- package/TRef/definition.d.ts +2 -2
- package/TSemaphore/api.d.ts +7 -7
- package/TSemaphore/constructors.d.ts +1 -1
- package/TSemaphore/definition.d.ts +1 -1
- package/_cjs/Cached/api.cjs +5 -5
- package/_cjs/Cached/api.cjs.map +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs +1 -1
- package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
- package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
- package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
- package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
- package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
- package/_cjs/Channel/api/mergeWith.cjs +5 -5
- package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
- package/_cjs/Channel/api/run.cjs +3 -1
- package/_cjs/Channel/api/run.cjs.map +1 -1
- package/_cjs/Channel/api.cjs +7 -7
- package/_cjs/Channel/api.cjs.map +1 -1
- package/_cjs/Channel/core-api.cjs.map +1 -1
- package/_cjs/Channel/definition.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
- package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
- package/_cjs/Channel/internal/ChannelState.cjs +2 -1
- package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
- package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
- package/_cjs/Clock/live.cjs.map +1 -1
- package/_cjs/Console/api.cjs +5 -3
- package/_cjs/Console/api.cjs.map +1 -1
- package/_cjs/Fiber/FiberContext.cjs +8 -10
- package/_cjs/Fiber/FiberContext.cjs.map +1 -1
- package/_cjs/Fiber/api/await.cjs +1 -1
- package/_cjs/Fiber/api/await.cjs.map +1 -1
- package/_cjs/Fiber/api/awaitAll.cjs +2 -4
- package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
- package/_cjs/Fiber/api/children.cjs +1 -1
- package/_cjs/Fiber/api/children.cjs.map +1 -1
- package/_cjs/Fiber/api/collectAll.cjs +2 -4
- package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOn.cjs +1 -1
- package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
- package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
- package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
- package/_cjs/Fiber/api/fromIO.cjs +2 -4
- package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
- package/_cjs/Fiber/api/id.cjs +1 -1
- package/_cjs/Fiber/api/id.cjs.map +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
- package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
- package/_cjs/Fiber/api/interrupt.cjs +2 -4
- package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAll.cjs +4 -5
- package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs +1 -1
- package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs +1 -1
- package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
- package/_cjs/Fiber/api/join.cjs +2 -4
- package/_cjs/Fiber/api/join.cjs.map +1 -1
- package/_cjs/Fiber/api/joinAll.cjs +2 -4
- package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
- package/_cjs/Fiber/api/mapFiber.cjs +2 -4
- package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
- package/_cjs/Fiber/api/mapIO.cjs +4 -5
- package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
- package/_cjs/Fiber/api/poll.cjs +1 -1
- package/_cjs/Fiber/api/poll.cjs.map +1 -1
- package/_cjs/Fiber/api/zipWith.cjs +2 -4
- package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
- package/_cjs/Fiber/constructors.cjs +10 -11
- package/_cjs/Fiber/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
- package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
- package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
- package/_cjs/FiberRef/api.cjs +13 -14
- package/_cjs/FiberRef/api.cjs.map +1 -1
- package/_cjs/FiberRef/constructors.cjs +4 -6
- package/_cjs/FiberRef/constructors.cjs.map +1 -1
- package/_cjs/FiberRef/unsafe.cjs +9 -1
- package/_cjs/FiberRef/unsafe.cjs.map +1 -1
- package/_cjs/Future/api.cjs +30 -31
- package/_cjs/Future/api.cjs.map +1 -1
- package/_cjs/Future/constructors.cjs +4 -5
- package/_cjs/Future/constructors.cjs.map +1 -1
- package/_cjs/Hub/api.cjs +44 -44
- package/_cjs/Hub/api.cjs.map +1 -1
- package/_cjs/Hub/internal.cjs +16 -24
- package/_cjs/Hub/internal.cjs.map +1 -1
- package/_cjs/IO/api/acquireRelease.cjs +2 -4
- package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
- package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizer.cjs +1 -1
- package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/addFinalizerExit.cjs +5 -11
- package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/asyncIO.cjs +5 -7
- package/_cjs/IO/api/asyncIO.cjs.map +1 -1
- package/_cjs/IO/api/bracket.cjs +2 -2
- package/_cjs/IO/api/bracket.cjs.map +1 -1
- package/_cjs/IO/api/bracketExit.cjs +2 -4
- package/_cjs/IO/api/bracketExit.cjs.map +1 -1
- package/_cjs/IO/api/concurrency.cjs +7 -7
- package/_cjs/IO/api/concurrency.cjs.map +1 -1
- package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
- package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
- package/_cjs/IO/api/consoleWith.cjs +3 -3
- package/_cjs/IO/api/consoleWith.cjs.map +1 -1
- package/_cjs/IO/api/core-scope.cjs +4 -4
- package/_cjs/IO/api/core-scope.cjs.map +1 -1
- package/_cjs/IO/api/ensuringChildren.cjs +2 -4
- package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
- package/_cjs/IO/api/environment.cjs +6 -8
- package/_cjs/IO/api/environment.cjs.map +1 -1
- package/_cjs/IO/api/foreachC.cjs +25 -27
- package/_cjs/IO/api/foreachC.cjs.map +1 -1
- package/_cjs/IO/api/foreachExec.cjs +2 -4
- package/_cjs/IO/api/foreachExec.cjs.map +1 -1
- package/_cjs/IO/api/forkIn.cjs +1 -1
- package/_cjs/IO/api/forkIn.cjs.map +1 -1
- package/_cjs/IO/api/forkScoped.cjs +1 -1
- package/_cjs/IO/api/forkScoped.cjs.map +1 -1
- package/_cjs/IO/api/fulfill.cjs +2 -4
- package/_cjs/IO/api/fulfill.cjs.map +1 -1
- package/_cjs/IO/api/interrupt.cjs +13 -13
- package/_cjs/IO/api/interrupt.cjs.map +1 -1
- package/_cjs/IO/api/memoize.cjs +4 -8
- package/_cjs/IO/api/memoize.cjs.map +1 -1
- package/_cjs/IO/api/onExit.cjs +2 -2
- package/_cjs/IO/api/onExit.cjs.map +1 -1
- package/_cjs/IO/api/onTermination.cjs +2 -2
- package/_cjs/IO/api/onTermination.cjs.map +1 -1
- package/_cjs/IO/api/once.cjs +1 -1
- package/_cjs/IO/api/once.cjs.map +1 -1
- package/_cjs/IO/api/provideLayer.cjs +2 -4
- package/_cjs/IO/api/provideLayer.cjs.map +1 -1
- package/_cjs/IO/api/provideSomeLayer.cjs +2 -3
- package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
- package/_cjs/IO/api/race.cjs +4 -6
- package/_cjs/IO/api/race.cjs.map +1 -1
- package/_cjs/IO/api/raceFirst.cjs +2 -4
- package/_cjs/IO/api/raceFirst.cjs.map +1 -1
- package/_cjs/IO/api/randomWith.cjs +3 -3
- package/_cjs/IO/api/randomWith.cjs.map +1 -1
- package/_cjs/IO/api/repeat.cjs +10 -11
- package/_cjs/IO/api/repeat.cjs.map +1 -1
- package/_cjs/IO/api/retry.cjs +8 -9
- package/_cjs/IO/api/retry.cjs.map +1 -1
- package/_cjs/IO/api/schedule.cjs +6 -7
- package/_cjs/IO/api/schedule.cjs.map +1 -1
- package/_cjs/IO/api/scope.cjs +1 -1
- package/_cjs/IO/api/scope.cjs.map +1 -1
- package/_cjs/IO/api/scopeWith.cjs +2 -4
- package/_cjs/IO/api/scopeWith.cjs.map +1 -1
- package/_cjs/IO/api/scoped.cjs +4 -5
- package/_cjs/IO/api/scoped.cjs.map +1 -1
- package/_cjs/IO/api/stateful.cjs +1 -1
- package/_cjs/IO/api/stateful.cjs.map +1 -1
- package/_cjs/IO/api/timeout.cjs +3 -4
- package/_cjs/IO/api/timeout.cjs.map +1 -1
- package/_cjs/IO/api/withChildren.cjs +1 -1
- package/_cjs/IO/api/withChildren.cjs.map +1 -1
- package/_cjs/IO/api/withEarlyRelease.cjs +2 -4
- package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizer.cjs +2 -2
- package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
- package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
- package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
- package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
- package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
- package/_cjs/IO/api/zipC.cjs +5 -6
- package/_cjs/IO/api/zipC.cjs.map +1 -1
- package/_cjs/IO/api.cjs +112 -112
- package/_cjs/IO/api.cjs.map +1 -1
- package/_cjs/IO/definition.cjs +5 -8
- package/_cjs/IO/definition.cjs.map +1 -1
- package/_cjs/IO/runtime.cjs +69 -21
- package/_cjs/IO/runtime.cjs.map +1 -1
- package/_cjs/IOEnv/live.cjs +3 -1
- package/_cjs/IOEnv/live.cjs.map +1 -1
- package/_cjs/Layer/MemoMap.cjs +45 -62
- package/_cjs/Layer/MemoMap.cjs.map +1 -1
- package/_cjs/Layer/api.cjs +84 -83
- package/_cjs/Layer/api.cjs.map +1 -1
- package/_cjs/Layer/definition.cjs +14 -7
- package/_cjs/Layer/definition.cjs.map +1 -1
- package/_cjs/Queue/api/dimapIO.cjs +14 -14
- package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterInputIO.cjs +6 -6
- package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
- package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
- package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
- package/_cjs/Queue/api/operations.cjs +13 -13
- package/_cjs/Queue/api/operations.cjs.map +1 -1
- package/_cjs/Queue/api/poll.cjs +2 -4
- package/_cjs/Queue/api/poll.cjs.map +1 -1
- package/_cjs/Queue/api/takeBetween.cjs +10 -12
- package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
- package/_cjs/Queue/api/zipWithIO.cjs +12 -12
- package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
- package/_cjs/Queue/constructors.cjs +8 -10
- package/_cjs/Queue/constructors.cjs.map +1 -1
- package/_cjs/Queue/internal.cjs +17 -17
- package/_cjs/Queue/internal.cjs.map +1 -1
- package/_cjs/Queue/strategy.cjs +16 -20
- package/_cjs/Queue/strategy.cjs.map +1 -1
- package/_cjs/Random/api.cjs +15 -13
- package/_cjs/Random/api.cjs.map +1 -1
- package/_cjs/Random/live.cjs +4 -4
- package/_cjs/Random/live.cjs.map +1 -1
- package/_cjs/Ref/Atomic/Atomic.cjs.map +1 -1
- package/_cjs/Ref/Atomic/api.cjs +19 -21
- package/_cjs/Ref/Atomic/api.cjs.map +1 -1
- package/_cjs/Ref/Derived.cjs.map +1 -1
- package/_cjs/Ref/DerivedAll.cjs +1 -1
- package/_cjs/Ref/DerivedAll.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/api.cjs +25 -26
- package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +8 -14
- package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
- package/_cjs/Ref/api/collect.cjs +1 -1
- package/_cjs/Ref/api/collect.cjs.map +1 -1
- package/_cjs/Ref/api/dimap.cjs +12 -12
- package/_cjs/Ref/api/dimap.cjs.map +1 -1
- package/_cjs/Ref/api/filter.cjs +2 -2
- package/_cjs/Ref/api/filter.cjs.map +1 -1
- package/_cjs/Ref/api/get.cjs +1 -1
- package/_cjs/Ref/api/get.cjs.map +1 -1
- package/_cjs/Ref/api/modify.cjs +29 -30
- package/_cjs/Ref/api/modify.cjs.map +1 -1
- package/_cjs/Ref/api/set.cjs +1 -1
- package/_cjs/Ref/api/set.cjs.map +1 -1
- package/_cjs/Ref/constructors.cjs +3 -4
- package/_cjs/Ref/constructors.cjs.map +1 -1
- package/_cjs/STM/api/core-api.cjs +8 -8
- package/_cjs/STM/api/core-api.cjs.map +1 -1
- package/_cjs/STM/api/core-constructors.cjs +6 -6
- package/_cjs/STM/api/core-constructors.cjs.map +1 -1
- package/_cjs/STM/api.cjs +129 -148
- package/_cjs/STM/api.cjs.map +1 -1
- package/_cjs/STM/definition.cjs.map +1 -1
- package/_cjs/STM/driver.cjs +10 -6
- package/_cjs/STM/driver.cjs.map +1 -1
- package/_cjs/STM/internal/Journal.cjs +20 -22
- package/_cjs/STM/internal/Journal.cjs.map +1 -1
- package/_cjs/Schedule/Decision.cjs +17 -0
- package/_cjs/Schedule/Decision.cjs.map +1 -1
- package/_cjs/Schedule/api/driver.cjs +18 -21
- package/_cjs/Schedule/api/driver.cjs.map +1 -1
- package/_cjs/Schedule/api.cjs +205 -180
- package/_cjs/Schedule/api.cjs.map +1 -1
- package/_cjs/Scope/Finalizer/definition.cjs +4 -6
- package/_cjs/Scope/Finalizer/definition.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
- package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
- package/_cjs/Scope/ReleaseMap/definition.cjs +2 -4
- package/_cjs/Scope/ReleaseMap/definition.cjs.map +1 -1
- package/_cjs/Scope/api.cjs +20 -30
- package/_cjs/Scope/api.cjs.map +1 -1
- package/_cjs/ScopedRef/api.cjs +14 -22
- package/_cjs/ScopedRef/api.cjs.map +1 -1
- package/_cjs/Sink/api.cjs +92 -88
- package/_cjs/Sink/api.cjs.map +1 -1
- package/_cjs/State/api.cjs +5 -7
- package/_cjs/State/api.cjs.map +1 -1
- package/_cjs/Stream/api/zipAllWith.cjs +22 -24
- package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWith.cjs +2 -2
- package/_cjs/Stream/api/zipWith.cjs.map +1 -1
- package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
- package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
- package/_cjs/Stream/api.cjs +436 -419
- package/_cjs/Stream/api.cjs.map +1 -1
- package/_cjs/Stream/internal/Handoff.cjs +12 -12
- package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
- package/_cjs/Stream/internal/Pull.cjs +1 -1
- package/_cjs/Stream/internal/Pull.cjs.map +1 -1
- package/_cjs/Stream/internal/Take.cjs +1 -1
- package/_cjs/Stream/internal/Take.cjs.map +1 -1
- package/_cjs/Supervisor/api.cjs +3 -1
- package/_cjs/Supervisor/api.cjs.map +1 -1
- package/_cjs/Supervisor/constructors.cjs +14 -8
- package/_cjs/Supervisor/constructors.cjs.map +1 -1
- package/_cjs/TFuture/api.cjs +10 -10
- package/_cjs/TFuture/api.cjs.map +1 -1
- package/_cjs/TFuture/constructors.cjs +4 -4
- package/_cjs/TFuture/constructors.cjs.map +1 -1
- package/_cjs/TFuture/definition.cjs +2 -4
- package/_cjs/TFuture/definition.cjs.map +1 -1
- package/_cjs/TReentrantLock/api.cjs +41 -42
- package/_cjs/TReentrantLock/api.cjs.map +1 -1
- package/_cjs/TRef/api.cjs +40 -40
- package/_cjs/TRef/api.cjs.map +1 -1
- package/_cjs/TRef/constructors.cjs +6 -6
- package/_cjs/TRef/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/api.cjs +20 -21
- package/_cjs/TSemaphore/api.cjs.map +1 -1
- package/_cjs/TSemaphore/constructors.cjs +2 -2
- package/_cjs/TSemaphore/constructors.cjs.map +1 -1
- package/_cjs/TSemaphore/definition.cjs +2 -4
- package/_cjs/TSemaphore/definition.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
- package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
- package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
- package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
- package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
- package/_cjs/collection/immutable/Conc.cjs +26 -0
- package/_cjs/collection/immutable/Conc.cjs.map +1 -1
- package/_cjs/data/Exit/foreachIO.cjs +2 -4
- package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
- package/_cjs/global.cjs +6 -0
- package/_cjs/global.cjs.map +1 -0
- package/_cjs/index.cjs +6 -0
- package/_cjs/index.cjs.map +1 -0
- package/_cjs/internal/Scheduler.cjs +64 -14
- package/_cjs/internal/Scheduler.cjs.map +1 -1
- package/_mjs/Cached/api.mjs +5 -5
- package/_mjs/Cached/api.mjs.map +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs +1 -1
- package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
- package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
- package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
- package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
- package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
- package/_mjs/Channel/api/mergeWith.mjs +6 -5
- package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
- package/_mjs/Channel/api/run.mjs +2 -1
- package/_mjs/Channel/api/run.mjs.map +1 -1
- package/_mjs/Channel/api.mjs +7 -7
- package/_mjs/Channel/api.mjs.map +1 -1
- package/_mjs/Channel/core-api.mjs.map +1 -1
- package/_mjs/Channel/definition.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
- package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
- package/_mjs/Channel/internal/ChannelState.mjs +2 -1
- package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
- package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
- package/_mjs/Clock/live.mjs.map +1 -1
- package/_mjs/Console/api.mjs +4 -3
- package/_mjs/Console/api.mjs.map +1 -1
- package/_mjs/Fiber/FiberContext.mjs +9 -9
- package/_mjs/Fiber/FiberContext.mjs.map +1 -1
- package/_mjs/Fiber/api/await.mjs +1 -1
- package/_mjs/Fiber/api/await.mjs.map +1 -1
- package/_mjs/Fiber/api/awaitAll.mjs +2 -3
- package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
- package/_mjs/Fiber/api/children.mjs +1 -1
- package/_mjs/Fiber/api/children.mjs.map +1 -1
- package/_mjs/Fiber/api/collectAll.mjs +2 -3
- package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOn.mjs +1 -1
- package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
- package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
- package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
- package/_mjs/Fiber/api/fromIO.mjs +2 -3
- package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
- package/_mjs/Fiber/api/id.mjs +1 -1
- package/_mjs/Fiber/api/id.mjs.map +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
- package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
- package/_mjs/Fiber/api/interrupt.mjs +2 -3
- package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAll.mjs +4 -5
- package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs +1 -1
- package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs +1 -1
- package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
- package/_mjs/Fiber/api/join.mjs +2 -3
- package/_mjs/Fiber/api/join.mjs.map +1 -1
- package/_mjs/Fiber/api/joinAll.mjs +2 -3
- package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
- package/_mjs/Fiber/api/mapFiber.mjs +2 -3
- package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
- package/_mjs/Fiber/api/mapIO.mjs +4 -5
- package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
- package/_mjs/Fiber/api/poll.mjs +1 -1
- package/_mjs/Fiber/api/poll.mjs.map +1 -1
- package/_mjs/Fiber/api/zipWith.mjs +2 -3
- package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
- package/_mjs/Fiber/constructors.mjs +10 -11
- package/_mjs/Fiber/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
- package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
- package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
- package/_mjs/FiberRef/api.mjs +13 -14
- package/_mjs/FiberRef/api.mjs.map +1 -1
- package/_mjs/FiberRef/constructors.mjs +4 -5
- package/_mjs/FiberRef/constructors.mjs.map +1 -1
- package/_mjs/FiberRef/unsafe.mjs +6 -0
- package/_mjs/FiberRef/unsafe.mjs.map +1 -1
- package/_mjs/Future/api.mjs +30 -31
- package/_mjs/Future/api.mjs.map +1 -1
- package/_mjs/Future/constructors.mjs +4 -5
- package/_mjs/Future/constructors.mjs.map +1 -1
- package/_mjs/Hub/api.mjs +44 -44
- package/_mjs/Hub/api.mjs.map +1 -1
- package/_mjs/Hub/internal.mjs +16 -24
- package/_mjs/Hub/internal.mjs.map +1 -1
- package/_mjs/IO/api/acquireRelease.mjs +2 -3
- package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
- package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizer.mjs +1 -1
- package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/addFinalizerExit.mjs +5 -10
- package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/asyncIO.mjs +5 -6
- package/_mjs/IO/api/asyncIO.mjs.map +1 -1
- package/_mjs/IO/api/bracket.mjs +2 -2
- package/_mjs/IO/api/bracket.mjs.map +1 -1
- package/_mjs/IO/api/bracketExit.mjs +2 -3
- package/_mjs/IO/api/bracketExit.mjs.map +1 -1
- package/_mjs/IO/api/concurrency.mjs +7 -7
- package/_mjs/IO/api/concurrency.mjs.map +1 -1
- package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
- package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
- package/_mjs/IO/api/consoleWith.mjs +3 -3
- package/_mjs/IO/api/consoleWith.mjs.map +1 -1
- package/_mjs/IO/api/core-scope.mjs +4 -4
- package/_mjs/IO/api/core-scope.mjs.map +1 -1
- package/_mjs/IO/api/ensuringChildren.mjs +2 -3
- package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
- package/_mjs/IO/api/environment.mjs +6 -8
- package/_mjs/IO/api/environment.mjs.map +1 -1
- package/_mjs/IO/api/foreachC.mjs +25 -26
- package/_mjs/IO/api/foreachC.mjs.map +1 -1
- package/_mjs/IO/api/foreachExec.mjs +2 -3
- package/_mjs/IO/api/foreachExec.mjs.map +1 -1
- package/_mjs/IO/api/forkIn.mjs +1 -1
- package/_mjs/IO/api/forkIn.mjs.map +1 -1
- package/_mjs/IO/api/forkScoped.mjs +1 -1
- package/_mjs/IO/api/forkScoped.mjs.map +1 -1
- package/_mjs/IO/api/fulfill.mjs +2 -3
- package/_mjs/IO/api/fulfill.mjs.map +1 -1
- package/_mjs/IO/api/interrupt.mjs +13 -13
- package/_mjs/IO/api/interrupt.mjs.map +1 -1
- package/_mjs/IO/api/memoize.mjs +4 -8
- package/_mjs/IO/api/memoize.mjs.map +1 -1
- package/_mjs/IO/api/onExit.mjs +2 -2
- package/_mjs/IO/api/onExit.mjs.map +1 -1
- package/_mjs/IO/api/onTermination.mjs +2 -2
- package/_mjs/IO/api/onTermination.mjs.map +1 -1
- package/_mjs/IO/api/once.mjs +1 -1
- package/_mjs/IO/api/once.mjs.map +1 -1
- package/_mjs/IO/api/provideLayer.mjs +2 -3
- package/_mjs/IO/api/provideLayer.mjs.map +1 -1
- package/_mjs/IO/api/provideSomeLayer.mjs +2 -3
- package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
- package/_mjs/IO/api/race.mjs +4 -5
- package/_mjs/IO/api/race.mjs.map +1 -1
- package/_mjs/IO/api/raceFirst.mjs +2 -3
- package/_mjs/IO/api/raceFirst.mjs.map +1 -1
- package/_mjs/IO/api/randomWith.mjs +3 -3
- package/_mjs/IO/api/randomWith.mjs.map +1 -1
- package/_mjs/IO/api/repeat.mjs +10 -11
- package/_mjs/IO/api/repeat.mjs.map +1 -1
- package/_mjs/IO/api/retry.mjs +8 -9
- package/_mjs/IO/api/retry.mjs.map +1 -1
- package/_mjs/IO/api/schedule.mjs +6 -7
- package/_mjs/IO/api/schedule.mjs.map +1 -1
- package/_mjs/IO/api/scope.mjs +1 -1
- package/_mjs/IO/api/scope.mjs.map +1 -1
- package/_mjs/IO/api/scopeWith.mjs +2 -3
- package/_mjs/IO/api/scopeWith.mjs.map +1 -1
- package/_mjs/IO/api/scoped.mjs +4 -5
- package/_mjs/IO/api/scoped.mjs.map +1 -1
- package/_mjs/IO/api/stateful.mjs +1 -1
- package/_mjs/IO/api/stateful.mjs.map +1 -1
- package/_mjs/IO/api/timeout.mjs +3 -4
- package/_mjs/IO/api/timeout.mjs.map +1 -1
- package/_mjs/IO/api/withChildren.mjs +1 -1
- package/_mjs/IO/api/withChildren.mjs.map +1 -1
- package/_mjs/IO/api/withEarlyRelease.mjs +2 -3
- package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizer.mjs +2 -2
- package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
- package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
- package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
- package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
- package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
- package/_mjs/IO/api/zipC.mjs +5 -6
- package/_mjs/IO/api/zipC.mjs.map +1 -1
- package/_mjs/IO/api.mjs +112 -112
- package/_mjs/IO/api.mjs.map +1 -1
- package/_mjs/IO/definition.mjs +3 -5
- package/_mjs/IO/definition.mjs.map +1 -1
- package/_mjs/IO/runtime.mjs +61 -18
- package/_mjs/IO/runtime.mjs.map +1 -1
- package/_mjs/IOEnv/live.mjs +2 -1
- package/_mjs/IOEnv/live.mjs.map +1 -1
- package/_mjs/Layer/MemoMap.mjs +43 -60
- package/_mjs/Layer/MemoMap.mjs.map +1 -1
- package/_mjs/Layer/api.mjs +84 -84
- package/_mjs/Layer/api.mjs.map +1 -1
- package/_mjs/Layer/definition.mjs +14 -7
- package/_mjs/Layer/definition.mjs.map +1 -1
- package/_mjs/Queue/api/dimapIO.mjs +14 -14
- package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterInputIO.mjs +6 -6
- package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
- package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
- package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
- package/_mjs/Queue/api/operations.mjs +13 -13
- package/_mjs/Queue/api/operations.mjs.map +1 -1
- package/_mjs/Queue/api/poll.mjs +2 -3
- package/_mjs/Queue/api/poll.mjs.map +1 -1
- package/_mjs/Queue/api/takeBetween.mjs +10 -11
- package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
- package/_mjs/Queue/api/zipWithIO.mjs +12 -12
- package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
- package/_mjs/Queue/constructors.mjs +8 -9
- package/_mjs/Queue/constructors.mjs.map +1 -1
- package/_mjs/Queue/internal.mjs +17 -17
- package/_mjs/Queue/internal.mjs.map +1 -1
- package/_mjs/Queue/strategy.mjs +16 -20
- package/_mjs/Queue/strategy.mjs.map +1 -1
- package/_mjs/Random/api.mjs +14 -13
- package/_mjs/Random/api.mjs.map +1 -1
- package/_mjs/Random/live.mjs +4 -4
- package/_mjs/Random/live.mjs.map +1 -1
- package/_mjs/Ref/Atomic/Atomic.mjs.map +1 -1
- package/_mjs/Ref/Atomic/api.mjs +19 -20
- package/_mjs/Ref/Atomic/api.mjs.map +1 -1
- package/_mjs/Ref/Derived.mjs.map +1 -1
- package/_mjs/Ref/DerivedAll.mjs +1 -1
- package/_mjs/Ref/DerivedAll.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/api.mjs +25 -26
- package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/constructors.mjs +8 -13
- package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs +1 -1
- package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
- package/_mjs/Ref/api/collect.mjs +1 -1
- package/_mjs/Ref/api/collect.mjs.map +1 -1
- package/_mjs/Ref/api/dimap.mjs +12 -12
- package/_mjs/Ref/api/dimap.mjs.map +1 -1
- package/_mjs/Ref/api/filter.mjs +2 -2
- package/_mjs/Ref/api/filter.mjs.map +1 -1
- package/_mjs/Ref/api/get.mjs +1 -1
- package/_mjs/Ref/api/get.mjs.map +1 -1
- package/_mjs/Ref/api/modify.mjs +29 -30
- package/_mjs/Ref/api/modify.mjs.map +1 -1
- package/_mjs/Ref/api/set.mjs +1 -1
- package/_mjs/Ref/api/set.mjs.map +1 -1
- package/_mjs/Ref/constructors.mjs +3 -4
- package/_mjs/Ref/constructors.mjs.map +1 -1
- package/_mjs/STM/api/core-api.mjs +8 -8
- package/_mjs/STM/api/core-api.mjs.map +1 -1
- package/_mjs/STM/api/core-constructors.mjs +6 -6
- package/_mjs/STM/api/core-constructors.mjs.map +1 -1
- package/_mjs/STM/api.mjs +122 -142
- package/_mjs/STM/api.mjs.map +1 -1
- package/_mjs/STM/definition.mjs.map +1 -1
- package/_mjs/STM/driver.mjs +9 -6
- package/_mjs/STM/driver.mjs.map +1 -1
- package/_mjs/STM/internal/Journal.mjs +20 -21
- package/_mjs/STM/internal/Journal.mjs.map +1 -1
- package/_mjs/Schedule/Decision.mjs +9 -0
- package/_mjs/Schedule/Decision.mjs.map +1 -1
- package/_mjs/Schedule/api/driver.mjs +17 -20
- package/_mjs/Schedule/api/driver.mjs.map +1 -1
- package/_mjs/Schedule/api.mjs +198 -177
- package/_mjs/Schedule/api.mjs.map +1 -1
- package/_mjs/Scope/Finalizer/definition.mjs +4 -5
- package/_mjs/Scope/Finalizer/definition.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
- package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
- package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
- package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
- package/_mjs/Scope/ReleaseMap/definition.mjs +2 -3
- package/_mjs/Scope/ReleaseMap/definition.mjs.map +1 -1
- package/_mjs/Scope/api.mjs +20 -30
- package/_mjs/Scope/api.mjs.map +1 -1
- package/_mjs/ScopedRef/api.mjs +14 -22
- package/_mjs/ScopedRef/api.mjs.map +1 -1
- package/_mjs/Sink/api.mjs +92 -88
- package/_mjs/Sink/api.mjs.map +1 -1
- package/_mjs/State/api.mjs +5 -6
- package/_mjs/State/api.mjs.map +1 -1
- package/_mjs/Stream/api/zipAllWith.mjs +22 -23
- package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWith.mjs +2 -2
- package/_mjs/Stream/api/zipWith.mjs.map +1 -1
- package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
- package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
- package/_mjs/Stream/api.mjs +430 -417
- package/_mjs/Stream/api.mjs.map +1 -1
- package/_mjs/Stream/internal/Handoff.mjs +12 -12
- package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
- package/_mjs/Stream/internal/Pull.mjs +1 -1
- package/_mjs/Stream/internal/Pull.mjs.map +1 -1
- package/_mjs/Stream/internal/Take.mjs +1 -1
- package/_mjs/Stream/internal/Take.mjs.map +1 -1
- package/_mjs/Supervisor/api.mjs +2 -1
- package/_mjs/Supervisor/api.mjs.map +1 -1
- package/_mjs/Supervisor/constructors.mjs +9 -6
- package/_mjs/Supervisor/constructors.mjs.map +1 -1
- package/_mjs/TFuture/api.mjs +10 -10
- package/_mjs/TFuture/api.mjs.map +1 -1
- package/_mjs/TFuture/constructors.mjs +4 -4
- package/_mjs/TFuture/constructors.mjs.map +1 -1
- package/_mjs/TFuture/definition.mjs +2 -3
- package/_mjs/TFuture/definition.mjs.map +1 -1
- package/_mjs/TReentrantLock/api.mjs +41 -42
- package/_mjs/TReentrantLock/api.mjs.map +1 -1
- package/_mjs/TRef/api.mjs +40 -40
- package/_mjs/TRef/api.mjs.map +1 -1
- package/_mjs/TRef/constructors.mjs +6 -6
- package/_mjs/TRef/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/api.mjs +17 -18
- package/_mjs/TSemaphore/api.mjs.map +1 -1
- package/_mjs/TSemaphore/constructors.mjs +2 -2
- package/_mjs/TSemaphore/constructors.mjs.map +1 -1
- package/_mjs/TSemaphore/definition.mjs +2 -3
- package/_mjs/TSemaphore/definition.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
- package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
- package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
- package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
- package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
- package/_mjs/collection/immutable/Conc.mjs +2 -0
- package/_mjs/collection/immutable/Conc.mjs.map +1 -1
- package/_mjs/data/Exit/foreachIO.mjs +2 -3
- package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
- package/_mjs/global.mjs +2 -0
- package/_mjs/global.mjs.map +1 -0
- package/_mjs/index.mjs +2 -0
- package/_mjs/index.mjs.map +1 -0
- package/_mjs/internal/Scheduler.mjs +62 -15
- package/_mjs/internal/Scheduler.mjs.map +1 -1
- package/_src/Cached/api.ts +4 -3
- package/_src/Channel/api/interruptWhen.ts +1 -1
- package/_src/Channel/api/mapOutIOC.ts +2 -2
- package/_src/Channel/api/mergeAll.ts +1 -1
- package/_src/Channel/api/mergeAllUnboundedWith.ts +1 -1
- package/_src/Channel/api/mergeAllWith.ts +3 -3
- package/_src/Channel/api/mergeMap.ts +1 -1
- package/_src/Channel/api/mergeWith.ts +9 -9
- package/_src/Channel/api/runScoped.ts +1 -1
- package/_src/Channel/api/toPull.ts +1 -1
- package/_src/Channel/api/zipC.ts +3 -3
- package/_src/Channel/api.ts +73 -73
- package/_src/Channel/core-api.ts +11 -13
- package/_src/Channel/definition.ts +19 -19
- package/_src/Channel/internal/MergeDecision.ts +1 -1
- package/_src/Clock/live.ts +1 -1
- package/_src/Console/api.ts +1 -1
- package/_src/Fiber/FiberContext.ts +10 -8
- package/_src/Fiber/api/await.ts +1 -1
- package/_src/Fiber/api/awaitAll.ts +1 -1
- package/_src/Fiber/api/children.ts +1 -1
- package/_src/Fiber/api/collectAll.ts +4 -1
- package/_src/Fiber/api/evalOn.ts +6 -1
- package/_src/Fiber/api/evalOnIO.ts +2 -1
- package/_src/Fiber/api/fromIO.ts +1 -1
- package/_src/Fiber/api/id.ts +1 -1
- package/_src/Fiber/api/inheritRefs.ts +1 -1
- package/_src/Fiber/api/interrupt.ts +1 -1
- package/_src/Fiber/api/interruptAll.ts +2 -2
- package/_src/Fiber/api/interruptAs.ts +1 -1
- package/_src/Fiber/api/join.ts +1 -1
- package/_src/Fiber/api/joinAll.ts +1 -1
- package/_src/Fiber/api/mapFiber.ts +5 -1
- package/_src/Fiber/api/mapIO.ts +6 -2
- package/_src/Fiber/api/poll.ts +1 -1
- package/_src/Fiber/api/zipWith.ts +1 -0
- package/_src/Fiber/constructors.ts +5 -5
- package/_src/Fiber/definition.ts +1 -1
- package/_src/FiberRef/api/locallyScoped.ts +1 -1
- package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
- package/_src/FiberRef/api.ts +7 -7
- package/_src/FiberRef/constructors.ts +4 -2
- package/_src/FiberRef/unsafe.ts +7 -0
- package/_src/Future/api.ts +24 -16
- package/_src/Future/constructors.ts +2 -2
- package/_src/Hub/api.ts +50 -23
- package/_src/Hub/definition.ts +6 -6
- package/_src/Hub/internal.ts +15 -15
- package/_src/IO/api/acquireRelease.ts +2 -1
- package/_src/IO/api/acquireReleaseExit.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptible.ts +1 -1
- package/_src/IO/api/acquireReleaseInterruptibleExit.ts +1 -1
- package/_src/IO/api/addFinalizer.ts +1 -4
- package/_src/IO/api/addFinalizerExit.ts +6 -5
- package/_src/IO/api/asyncIO.ts +4 -1
- package/_src/IO/api/bracket.ts +2 -1
- package/_src/IO/api/bracketExit.ts +2 -1
- package/_src/IO/api/concurrency.ts +6 -3
- package/_src/IO/api/concurrentFinalizers.ts +1 -1
- package/_src/IO/api/consoleWith.ts +1 -1
- package/_src/IO/api/core-scope.ts +1 -1
- package/_src/IO/api/ensuringChildren.ts +3 -2
- package/_src/IO/api/environment.ts +9 -11
- package/_src/IO/api/foreachC.ts +33 -6
- package/_src/IO/api/foreachExec.ts +1 -0
- package/_src/IO/api/forkScoped.ts +1 -1
- package/_src/IO/api/fulfill.ts +1 -1
- package/_src/IO/api/interrupt.ts +13 -5
- package/_src/IO/api/memoize.ts +3 -3
- package/_src/IO/api/onExit.ts +2 -1
- package/_src/IO/api/onTermination.ts +2 -2
- package/_src/IO/api/provideLayer.ts +1 -0
- package/_src/IO/api/provideSomeLayer.ts +1 -3
- package/_src/IO/api/race.ts +6 -2
- package/_src/IO/api/raceFirst.ts +6 -2
- package/_src/IO/api/randomWith.ts +1 -1
- package/_src/IO/api/repeat.ts +7 -7
- package/_src/IO/api/retry.ts +7 -7
- package/_src/IO/api/schedule.ts +4 -3
- package/_src/IO/api/scope.ts +1 -1
- package/_src/IO/api/scopeWith.ts +1 -1
- package/_src/IO/api/scoped.ts +2 -2
- package/_src/IO/api/sequenceT.ts +1 -1
- package/_src/IO/api/stateful.ts +1 -1
- package/_src/IO/api/timeout.ts +5 -1
- package/_src/IO/api/withChildren.ts +1 -1
- package/_src/IO/api/withEarlyRelease.ts +4 -1
- package/_src/IO/api/withFinalizer.ts +2 -1
- package/_src/IO/api/withFinalizerExit.ts +2 -1
- package/_src/IO/api/withRuntimeConfig.ts +5 -1
- package/_src/IO/api/zipC.ts +7 -2
- package/_src/IO/api.ts +125 -75
- package/_src/IO/definition.ts +32 -27
- package/_src/IO/runtime.ts +66 -12
- package/_src/IOEnv/definition.ts +1 -1
- package/_src/Layer/MemoMap.ts +41 -34
- package/_src/Layer/api.ts +82 -49
- package/_src/Layer/definition.ts +11 -8
- package/_src/Queue/api/dimapIO.ts +21 -11
- package/_src/Queue/api/filterInputIO.ts +6 -4
- package/_src/Queue/api/filterOutputIO.ts +8 -6
- package/_src/Queue/api/operations.ts +28 -10
- package/_src/Queue/api/poll.ts +4 -1
- package/_src/Queue/api/takeBetween.ts +6 -1
- package/_src/Queue/api/zipWithIO.ts +13 -10
- package/_src/Queue/constructors.ts +4 -4
- package/_src/Queue/definition.ts +10 -10
- package/_src/Queue/internal.ts +7 -7
- package/_src/Queue/strategy.ts +18 -10
- package/_src/Random/api.ts +5 -5
- package/_src/Random/definition.ts +5 -5
- package/_src/Random/live.ts +4 -4
- package/_src/Ref/Atomic/Atomic.ts +3 -3
- package/_src/Ref/Atomic/api.ts +10 -10
- package/_src/Ref/Derived.ts +3 -3
- package/_src/Ref/DerivedAll.ts +3 -3
- package/_src/Ref/Synchronized/api.ts +33 -18
- package/_src/Ref/Synchronized/constructors.ts +5 -5
- package/_src/Ref/Synchronized/definition.ts +2 -2
- package/_src/Ref/api/collect.ts +1 -0
- package/_src/Ref/api/dimap.ts +7 -0
- package/_src/Ref/api/filter.ts +2 -0
- package/_src/Ref/api/get.ts +5 -2
- package/_src/Ref/api/modify.ts +21 -9
- package/_src/Ref/api/set.ts +5 -1
- package/_src/Ref/constructors.ts +2 -2
- package/_src/Ref/definition.ts +14 -14
- package/_src/STM/api/core-api.ts +20 -7
- package/_src/STM/api/core-constructors.ts +7 -7
- package/_src/STM/api.ts +150 -116
- package/_src/STM/definition.ts +6 -6
- package/_src/STM/driver.ts +3 -3
- package/_src/STM/internal/Journal.ts +25 -16
- package/_src/Schedule/Decision.ts +10 -3
- package/_src/Schedule/Driver.ts +2 -2
- package/_src/Schedule/api/driver.ts +6 -6
- package/_src/Schedule/api.ts +182 -82
- package/_src/Schedule/definition.ts +1 -1
- package/_src/Scope/Finalizer/definition.ts +2 -2
- package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
- package/_src/Scope/ReleaseMap/api.ts +15 -5
- package/_src/Scope/ReleaseMap/definition.ts +1 -1
- package/_src/Scope/api.ts +23 -15
- package/_src/ScopedRef/api.ts +12 -17
- package/_src/ScopedRef/definition.ts +1 -1
- package/_src/Sink/api.ts +111 -85
- package/_src/State/api.ts +1 -1
- package/_src/Stream/api/zipAllWith.ts +5 -2
- package/_src/Stream/api/zipWith.ts +2 -1
- package/_src/Stream/api/zipWithChunks.ts +5 -2
- package/_src/Stream/api.ts +484 -216
- package/_src/Stream/definition.ts +3 -3
- package/_src/Stream/internal/Take.ts +1 -1
- package/_src/Supervisor/constructors.ts +7 -3
- package/_src/TFuture/api.ts +5 -5
- package/_src/TFuture/constructors.ts +2 -2
- package/_src/TFuture/definition.ts +1 -1
- package/_src/TReentrantLock/api.ts +18 -18
- package/_src/TRef/api.ts +36 -14
- package/_src/TRef/constructors.ts +4 -4
- package/_src/TSemaphore/api.ts +7 -7
- package/_src/TSemaphore/constructors.ts +1 -1
- package/_src/TSemaphore/definition.ts +1 -1
- package/_src/collection/immutable/Conc/filterIO.ts +5 -1
- package/_src/collection/immutable/Conc/findIO.ts +6 -1
- package/_src/collection/immutable/Conc/mapIO.ts +1 -1
- package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
- package/_src/collection/immutable/Conc.ts +2 -0
- package/_src/data/Exit/foreachIO.ts +1 -0
- package/_src/global.ts +149 -0
- package/_src/index.ts +42 -0
- package/_src/internal/Scheduler.ts +59 -15
- package/collection/immutable/Conc/filterIO.d.ts +1 -1
- package/collection/immutable/Conc/findIO.d.ts +2 -2
- package/collection/immutable/Conc/mapIO.d.ts +1 -1
- package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
- package/collection/immutable/Conc.d.ts +2 -0
- package/data/Exit/foreachIO.d.ts +2 -2
- package/global.d.ts +149 -0
- package/index.d.ts +40 -0
- package/internal/Scheduler.d.ts +18 -1
- package/package.json +3 -3
package/_mjs/Schedule/api.mjs
CHANGED
|
@@ -4,16 +4,18 @@ import * as tsplus_module_2 from "@fncts/io/IO/api";
|
|
|
4
4
|
import * as tsplus_module_3 from "@fncts/base/data/Either/api";
|
|
5
5
|
import * as tsplus_module_4 from "@fncts/base/data/Either/constructors";
|
|
6
6
|
import * as tsplus_module_5 from "@fncts/io/Schedule/Decision";
|
|
7
|
-
import * as tsplus_module_6 from "@fncts/base/data/
|
|
7
|
+
import * as tsplus_module_6 from "@fncts/base/data/Intervals";
|
|
8
8
|
import * as tsplus_module_7 from "@fncts/io/IO/api/environment";
|
|
9
|
-
import * as tsplus_module_8 from "@fncts/base/data/
|
|
10
|
-
import * as tsplus_module_9 from "@fncts/base/data/
|
|
11
|
-
import * as tsplus_module_10 from "@fncts/base/data/
|
|
12
|
-
import * as tsplus_module_11 from "@fncts/base/
|
|
13
|
-
import * as tsplus_module_12 from "@fncts/base/
|
|
14
|
-
import * as tsplus_module_13 from "@fncts/base/
|
|
15
|
-
import * as tsplus_module_14 from "@fncts/base/collection/immutable/List/
|
|
16
|
-
import * as tsplus_module_15 from "@fncts/base/collection/immutable/Conc/api
|
|
9
|
+
import * as tsplus_module_8 from "@fncts/base/data/Interval";
|
|
10
|
+
import * as tsplus_module_9 from "@fncts/base/data/function/api";
|
|
11
|
+
import * as tsplus_module_10 from "@fncts/base/data/Maybe/constructors";
|
|
12
|
+
import * as tsplus_module_11 from "@fncts/base/data/Maybe/destructors";
|
|
13
|
+
import * as tsplus_module_12 from "@fncts/base/data/Either/destructors";
|
|
14
|
+
import * as tsplus_module_13 from "@fncts/base/typeclass/Equatable/api";
|
|
15
|
+
import * as tsplus_module_14 from "@fncts/base/collection/immutable/List/definition";
|
|
16
|
+
import * as tsplus_module_15 from "@fncts/base/collection/immutable/Conc/api";
|
|
17
|
+
import * as tsplus_module_16 from "@fncts/base/collection/immutable/List/constructors";
|
|
18
|
+
import * as tsplus_module_17 from "@fncts/base/collection/immutable/Conc/api/empty";
|
|
17
19
|
export const make = make_1;
|
|
18
20
|
export const addDelay_ = addDelay_1;
|
|
19
21
|
export const addDelayIO_ = addDelayIO_1;
|
|
@@ -25,6 +27,7 @@ export const contramap_ = contramap_1;
|
|
|
25
27
|
export const contramapIO_ = contramapIO_1;
|
|
26
28
|
export const delayed = delayed_1;
|
|
27
29
|
export const delayedIO_ = delayedIO_1;
|
|
30
|
+
export const either = either_1;
|
|
28
31
|
export const fold_ = fold_1;
|
|
29
32
|
export const foldIO_ = foldIO_1;
|
|
30
33
|
export const identity = identity_1;
|
|
@@ -34,6 +37,7 @@ export const mapIO_ = mapIO_1;
|
|
|
34
37
|
export const modifyDelayIO_ = modifyDelayIO_1;
|
|
35
38
|
export const reconsiderIO_ = reconsiderIO_1;
|
|
36
39
|
export const resetWhen_ = resetWhen_1;
|
|
40
|
+
export const unionWith_ = unionWith_1;
|
|
37
41
|
export const unfold = unfold_1;
|
|
38
42
|
export const untilInput_ = untilInput_1;
|
|
39
43
|
export const untilInputIO_ = untilInputIO_1;
|
|
@@ -45,7 +49,7 @@ export const zip_ = zip_1;
|
|
|
45
49
|
* @tsplus static fncts.io.ScheduleOps __call
|
|
46
50
|
*/
|
|
47
51
|
|
|
48
|
-
function make_1(initial, step) {
|
|
52
|
+
function make_1(initial, step, __tsplusTrace) {
|
|
49
53
|
return new class extends tsplus_module_1.Schedule {
|
|
50
54
|
constructor() {
|
|
51
55
|
super(...arguments);
|
|
@@ -60,176 +64,192 @@ function make_1(initial, step) {
|
|
|
60
64
|
*/
|
|
61
65
|
|
|
62
66
|
|
|
63
|
-
function addDelay_1(self, f) {
|
|
64
|
-
return addDelayIO_1(self, out => tsplus_module_2.succeed(() => f(out),
|
|
67
|
+
function addDelay_1(self, f, __tsplusTrace) {
|
|
68
|
+
return addDelayIO_1(self, out => tsplus_module_2.succeed(() => f(out), __tsplusTrace), __tsplusTrace);
|
|
65
69
|
}
|
|
66
70
|
/**
|
|
67
71
|
* @tsplus fluent fncts.io.Schedule addDelayIO
|
|
68
72
|
*/
|
|
69
73
|
|
|
70
74
|
|
|
71
|
-
function addDelayIO_1(self, f) {
|
|
72
|
-
return modifyDelayIO_1(self, (out, duration) => tsplus_module_2.map_(f(out), d => duration + d,
|
|
75
|
+
function addDelayIO_1(self, f, __tsplusTrace) {
|
|
76
|
+
return modifyDelayIO_1(self, (out, duration) => tsplus_module_2.map_(f(out), d => duration + d, __tsplusTrace), __tsplusTrace);
|
|
73
77
|
}
|
|
74
78
|
/**
|
|
75
79
|
* @tsplus fluent fncts.io.Schedule andThen
|
|
76
80
|
*/
|
|
77
81
|
|
|
78
82
|
|
|
79
|
-
export function andThen(self, that) {
|
|
80
|
-
return map_1(andThenEither_1(self, that), out => tsplus_module_3.merge(out));
|
|
83
|
+
export function andThen(self, that, __tsplusTrace) {
|
|
84
|
+
return map_1(andThenEither_1(self, that, __tsplusTrace), out => tsplus_module_3.merge(out), __tsplusTrace);
|
|
81
85
|
}
|
|
82
86
|
/**
|
|
83
87
|
* @tsplus fluent fncts.io.Schedule andThenEither
|
|
84
88
|
*/
|
|
85
89
|
|
|
86
|
-
function andThenEither_1(self, that) {
|
|
90
|
+
function andThenEither_1(self, that, __tsplusTrace) {
|
|
87
91
|
return make_1([self.initial, that.initial, true], (now, inp, [s1, s2, onLeft]) => {
|
|
88
92
|
if (onLeft) {
|
|
89
|
-
return tsplus_module_2.flatMap_(self.step(now, inp, s1,
|
|
93
|
+
return tsplus_module_2.flatMap_(self.step(now, inp, s1, __tsplusTrace), ([lState, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.map_(that.step(now, inp, s2, __tsplusTrace), ([rState, out, decision]) => [[lState, rState, false], tsplus_module_4.right(out), decision], __tsplusTrace), interval => tsplus_module_2.succeedNow([[lState, s2, true], tsplus_module_4.left(out), tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace);
|
|
90
94
|
} else {
|
|
91
|
-
return tsplus_module_2.map_(that.step(now, inp, s2,
|
|
95
|
+
return tsplus_module_2.map_(that.step(now, inp, s2, __tsplusTrace), ([rState, out, decision]) => [[s1, rState, false], tsplus_module_4.right(out), decision], __tsplusTrace);
|
|
92
96
|
}
|
|
93
|
-
});
|
|
97
|
+
}, __tsplusTrace);
|
|
94
98
|
}
|
|
95
99
|
/**
|
|
96
100
|
* @tsplus fluent fncts.io.Schedule as
|
|
97
101
|
*/
|
|
98
102
|
|
|
99
103
|
|
|
100
|
-
function as_1(self, out2) {
|
|
101
|
-
return map_1(self, () => out2());
|
|
104
|
+
function as_1(self, out2, __tsplusTrace) {
|
|
105
|
+
return map_1(self, () => out2(), __tsplusTrace);
|
|
102
106
|
}
|
|
103
107
|
/**
|
|
104
108
|
* @tsplus fluent fncts.io.Schedule check
|
|
105
109
|
*/
|
|
106
110
|
|
|
107
111
|
|
|
108
|
-
function check_1(self, test) {
|
|
109
|
-
return checkIO_1(self, (inp, out) => tsplus_module_2.succeed(() => test(inp, out),
|
|
112
|
+
function check_1(self, test, __tsplusTrace) {
|
|
113
|
+
return checkIO_1(self, (inp, out) => tsplus_module_2.succeed(() => test(inp, out), __tsplusTrace), __tsplusTrace);
|
|
110
114
|
}
|
|
111
115
|
/**
|
|
112
116
|
* @tsplus fluent fncts.io.Schedule checkIO
|
|
113
117
|
*/
|
|
114
118
|
|
|
115
119
|
|
|
116
|
-
function checkIO_1(self, test) {
|
|
117
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
120
|
+
function checkIO_1(self, test, __tsplusTrace) {
|
|
121
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([state, out, decision], __tsplusTrace), interval => tsplus_module_2.map_(test(inp, out), b => b ? [state, out, tsplus_module_5.continue_(interval)] : [state, out, tsplus_module_5.done], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
118
122
|
}
|
|
119
123
|
/**
|
|
120
124
|
* @tsplus fluent fncts.io.Schedule compose_
|
|
121
125
|
*/
|
|
122
126
|
|
|
123
127
|
|
|
124
|
-
export function compose_(self, that) {
|
|
125
|
-
return make_1([self.initial, that.initial], (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state[0],
|
|
128
|
+
export function compose_(self, that, __tsplusTrace) {
|
|
129
|
+
return make_1([self.initial, that.initial], (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state[0], __tsplusTrace), ([lState, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.map_(that.step(now, out, state[1], __tsplusTrace), ([rState, out2]) => [[lState, rState], out2, tsplus_module_5.done], __tsplusTrace), interval => tsplus_module_2.map_(that.step(now, out, state[1], __tsplusTrace), ([rState, out2, decision]) => tsplus_module_5.match_(decision, () => [[lState, rState], out2, tsplus_module_5.done], interval2 => [[lState, rState], out2, tsplus_module_5.continue_(tsplus_module_6.max(interval, interval2))]), __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
126
130
|
}
|
|
127
131
|
/**
|
|
128
132
|
* @tsplus fluent fncts.io.Schedule contramap
|
|
129
133
|
*/
|
|
130
134
|
|
|
131
|
-
function contramap_1(self, f) {
|
|
132
|
-
return contramapIO_1(self, inp2 => tsplus_module_2.succeed(() => f(inp2),
|
|
135
|
+
function contramap_1(self, f, __tsplusTrace) {
|
|
136
|
+
return contramapIO_1(self, inp2 => tsplus_module_2.succeed(() => f(inp2), __tsplusTrace), __tsplusTrace);
|
|
133
137
|
}
|
|
134
138
|
/**
|
|
135
139
|
* @tsplus fluent fncts.io.Schedule contramapEnvironment
|
|
136
140
|
*/
|
|
137
141
|
|
|
138
142
|
|
|
139
|
-
export function contramapEnvironment_(self, f) {
|
|
140
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_7.contramapEnvironment_(self.step(now, inp, state,
|
|
143
|
+
export function contramapEnvironment_(self, f, __tsplusTrace) {
|
|
144
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_7.contramapEnvironment_(self.step(now, inp, state, __tsplusTrace), f, __tsplusTrace), __tsplusTrace);
|
|
141
145
|
}
|
|
142
146
|
/**
|
|
143
147
|
* @tsplus fluent fncts.io.Schedule contramapIO
|
|
144
148
|
*/
|
|
145
149
|
|
|
146
|
-
function contramapIO_1(self, f) {
|
|
147
|
-
return make_1(self.initial, (now, inp2, state) => tsplus_module_2.flatMap_(f(inp2), inp => self.step(now, inp, state,
|
|
150
|
+
function contramapIO_1(self, f, __tsplusTrace) {
|
|
151
|
+
return make_1(self.initial, (now, inp2, state) => tsplus_module_2.flatMap_(f(inp2), inp => self.step(now, inp, state, __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
148
152
|
}
|
|
149
153
|
/**
|
|
150
154
|
* @tsplus static fncts.io.ScheduleOps delayed
|
|
151
155
|
*/
|
|
152
156
|
|
|
153
157
|
|
|
154
|
-
function delayed_1(schedule) {
|
|
155
|
-
return addDelay_1(schedule, x => x);
|
|
158
|
+
function delayed_1(schedule, __tsplusTrace) {
|
|
159
|
+
return addDelay_1(schedule, x => x, __tsplusTrace);
|
|
156
160
|
}
|
|
157
161
|
/**
|
|
158
162
|
* @tsplus fluent fncts.io.Schedule delayed
|
|
159
163
|
*/
|
|
160
164
|
|
|
161
165
|
|
|
162
|
-
export function delayedSelf_(self, f) {
|
|
163
|
-
return delayedIO_1(self, delay => tsplus_module_2.succeed(() => f(delay),
|
|
166
|
+
export function delayedSelf_(self, f, __tsplusTrace) {
|
|
167
|
+
return delayedIO_1(self, delay => tsplus_module_2.succeed(() => f(delay), __tsplusTrace), __tsplusTrace);
|
|
164
168
|
}
|
|
165
169
|
/**
|
|
166
170
|
* @tsplus fluent fncts.io.Schedule delayedIO
|
|
167
171
|
*/
|
|
168
172
|
|
|
169
|
-
function delayedIO_1(self, f) {
|
|
170
|
-
return modifyDelayIO_1(self, (_, delay) => f(delay));
|
|
173
|
+
function delayedIO_1(self, f, __tsplusTrace) {
|
|
174
|
+
return modifyDelayIO_1(self, (_, delay) => f(delay), __tsplusTrace);
|
|
171
175
|
}
|
|
172
176
|
/**
|
|
173
177
|
* @tsplus getter fncts.io.Schedule delays
|
|
174
178
|
*/
|
|
175
179
|
|
|
176
180
|
|
|
177
|
-
export function delays(self) {
|
|
178
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
179
|
-
const delay = interval
|
|
180
|
-
return tsplus_module_2.succeedNow([state, delay, tsplus_module_5.continue_(interval)],
|
|
181
|
-
}),
|
|
181
|
+
export function delays(self, __tsplusTrace) {
|
|
182
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, _, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([state, 0, tsplus_module_5.done], __tsplusTrace), interval => {
|
|
183
|
+
const delay = tsplus_module_6.start(interval) - now;
|
|
184
|
+
return tsplus_module_2.succeedNow([state, delay, tsplus_module_5.continue_(interval)], __tsplusTrace);
|
|
185
|
+
}), __tsplusTrace), __tsplusTrace);
|
|
182
186
|
}
|
|
183
187
|
/**
|
|
184
188
|
* @tsplus fluent fncts.io.Schedule dimap
|
|
185
189
|
*/
|
|
186
190
|
|
|
187
|
-
export function dimap_(self, f, g) {
|
|
188
|
-
return map_1(contramap_1(self, f), g);
|
|
191
|
+
export function dimap_(self, f, g, __tsplusTrace) {
|
|
192
|
+
return map_1(contramap_1(self, f, __tsplusTrace), g, __tsplusTrace);
|
|
189
193
|
}
|
|
190
194
|
/**
|
|
191
195
|
* @tsplus fluent fncts.io.Schedule dimapIO
|
|
192
196
|
*/
|
|
193
197
|
|
|
194
|
-
export function dimapIO_(self, f, g) {
|
|
195
|
-
return mapIO_1(contramapIO_1(self, f), g);
|
|
198
|
+
export function dimapIO_(self, f, g, __tsplusTrace) {
|
|
199
|
+
return mapIO_1(contramapIO_1(self, f, __tsplusTrace), g, __tsplusTrace);
|
|
196
200
|
}
|
|
197
201
|
/**
|
|
198
202
|
* @tsplus static fncts.io.ScheduleOps duration
|
|
199
203
|
*/
|
|
200
204
|
|
|
201
|
-
export function duration(duration) {
|
|
205
|
+
export function duration(duration, __tsplusTrace) {
|
|
202
206
|
return make_1(true, (now, _, state) => tsplus_module_2.succeed(() => {
|
|
203
207
|
if (state) {
|
|
204
|
-
const interval =
|
|
205
|
-
return [false, duration, tsplus_module_5.
|
|
208
|
+
const interval = tsplus_module_8.after(now + duration);
|
|
209
|
+
return [false, duration, tsplus_module_5.continueWith(interval)];
|
|
206
210
|
} else {
|
|
207
211
|
return [false, 0, tsplus_module_5.done];
|
|
208
212
|
}
|
|
209
|
-
},
|
|
213
|
+
}, __tsplusTrace), __tsplusTrace);
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* @tsplus fluent fncts.io.Schedule either
|
|
217
|
+
* @tsplus operator fncts.io.Schedule ||
|
|
218
|
+
*/
|
|
219
|
+
|
|
220
|
+
function either_1(self, that, __tsplusTrace) {
|
|
221
|
+
return unionWith_1(self, that, (interval1, interval2) => tsplus_module_6.union(interval1, interval2), __tsplusTrace);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @tsplus fluent fncts.io.Schedule eitherWith
|
|
225
|
+
*/
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
export function eitherWith(self, that, f, __tsplusTrace) {
|
|
229
|
+
return map_1(either_1(self, that, __tsplusTrace), tsplus_module_9.tupled(f), __tsplusTrace);
|
|
210
230
|
}
|
|
211
231
|
/**
|
|
212
232
|
* @tsplus static fncts.io.ScheduleOps elapsed
|
|
213
233
|
*/
|
|
214
234
|
|
|
215
|
-
const elapsed_1 = /*#__PURE__*/make_1( /*#__PURE__*/
|
|
235
|
+
const elapsed_1 = /*#__PURE__*/make_1( /*#__PURE__*/tsplus_module_10.nothing(), (now, _, state) => tsplus_module_2.succeed(() => tsplus_module_11.match_(state, () => [tsplus_module_10.just(now), 0, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))], start => {
|
|
216
236
|
const duration = now - start;
|
|
217
|
-
return [
|
|
218
|
-
}), fileName_1 + ":
|
|
237
|
+
return [tsplus_module_10.just(start), duration, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))];
|
|
238
|
+
}), fileName_1 + ":302:13"), fileName_1 + ":301:91");
|
|
219
239
|
export const elapsed = elapsed_1;
|
|
220
240
|
/**
|
|
221
241
|
* @tsplus fluent fncts.io.Schedule ensuring
|
|
222
242
|
*/
|
|
223
243
|
|
|
224
|
-
export function ensuring_(self, finalizer) {
|
|
225
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
244
|
+
export function ensuring_(self, finalizer, __tsplusTrace) {
|
|
245
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.as_(finalizer, () => [state, out, tsplus_module_5.done], __tsplusTrace), interval => tsplus_module_2.succeedNow([state, out, tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
226
246
|
}
|
|
227
247
|
/**
|
|
228
248
|
* @tsplus static fncts.io.ScheduleOps exponential
|
|
229
249
|
*/
|
|
230
250
|
|
|
231
|
-
export function exponential(base, factor = 2) {
|
|
232
|
-
return delayed_1(map_1(forever_1, i => base * Math.pow(factor, i)));
|
|
251
|
+
export function exponential(base, factor = 2, __tsplusTrace) {
|
|
252
|
+
return delayed_1(map_1(forever_1, i => base * Math.pow(factor, i), __tsplusTrace), __tsplusTrace);
|
|
233
253
|
}
|
|
234
254
|
/**
|
|
235
255
|
* A schedule that recurs on a fixed interval. Returns the number of
|
|
@@ -246,64 +266,64 @@ export function exponential(base, factor = 2) {
|
|
|
246
266
|
* @tsplus static fncts.io.ScheduleOps fixed
|
|
247
267
|
*/
|
|
248
268
|
|
|
249
|
-
export function fixed(interval) {
|
|
250
|
-
return make_1([
|
|
269
|
+
export function fixed(interval, __tsplusTrace) {
|
|
270
|
+
return make_1([tsplus_module_10.nothing(), 0], (now, inp, [ms, n]) => tsplus_module_2.succeed(() => tsplus_module_11.match_(ms, () => {
|
|
251
271
|
const nextRun = now + interval;
|
|
252
|
-
return [[
|
|
272
|
+
return [[tsplus_module_10.just([now, nextRun]), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(nextRun))];
|
|
253
273
|
}, ([startMillis, lastRun]) => {
|
|
254
274
|
const runningBehind = now > lastRun + interval;
|
|
255
275
|
const boundary = interval === 0 ? interval : interval - (now - startMillis) % interval;
|
|
256
276
|
const sleepTime = boundary === 0 ? interval : boundary;
|
|
257
277
|
const nextRun = runningBehind ? now : now + sleepTime;
|
|
258
|
-
return [[
|
|
259
|
-
}),
|
|
278
|
+
return [[tsplus_module_10.just([startMillis, nextRun]), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(nextRun))];
|
|
279
|
+
}), __tsplusTrace), __tsplusTrace);
|
|
260
280
|
}
|
|
261
281
|
/**
|
|
262
282
|
* @tsplus fluent fncts.io.Schedule fold
|
|
263
283
|
*/
|
|
264
284
|
|
|
265
|
-
function fold_1(self, z, f) {
|
|
266
|
-
return foldIO_1(self, z, (z, out) => tsplus_module_2.succeed(() => f(z, out),
|
|
285
|
+
function fold_1(self, z, f, __tsplusTrace) {
|
|
286
|
+
return foldIO_1(self, z, (z, out) => tsplus_module_2.succeed(() => f(z, out), __tsplusTrace), __tsplusTrace);
|
|
267
287
|
}
|
|
268
288
|
/**
|
|
269
289
|
* @tsplus fluent fncts.io.Schedule foldIO
|
|
270
290
|
*/
|
|
271
291
|
|
|
272
292
|
|
|
273
|
-
function foldIO_1(self, z, f) {
|
|
274
|
-
return make_1([self.initial, z], (now, inp, [s, z]) => tsplus_module_2.flatMap_(self.step(now, inp, s,
|
|
293
|
+
function foldIO_1(self, z, f, __tsplusTrace) {
|
|
294
|
+
return make_1([self.initial, z], (now, inp, [s, z]) => tsplus_module_2.flatMap_(self.step(now, inp, s, __tsplusTrace), ([s, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([[s, z], z, tsplus_module_5.done], __tsplusTrace), interval => tsplus_module_2.map_(f(z, out), z2 => [[s, z2], z, tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
275
295
|
}
|
|
276
296
|
/**
|
|
277
297
|
* @tsplus getter fncts.io.Schedule forever
|
|
278
298
|
*/
|
|
279
299
|
|
|
280
300
|
|
|
281
|
-
export function foreverSelf(self) {
|
|
282
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
301
|
+
export function foreverSelf(self, __tsplusTrace) {
|
|
302
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => self.step(now, inp, self.initial, __tsplusTrace), interval => tsplus_module_2.succeed(() => [state, out, tsplus_module_5.continue_(interval)], __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
283
303
|
}
|
|
284
304
|
/**
|
|
285
305
|
* @tsplus static fncts.io.ScheduleOps forever
|
|
286
306
|
*/
|
|
287
307
|
|
|
288
|
-
const forever_1 = /*#__PURE__*/unfold_1(() => 0, n => n + 1);
|
|
308
|
+
const forever_1 = /*#__PURE__*/unfold_1(() => 0, n => n + 1, fileName_1 + ":430:39");
|
|
289
309
|
export const forever = forever_1;
|
|
290
310
|
/**
|
|
291
311
|
* @tsplus static fncts.io.ScheduleOps identity
|
|
292
312
|
*/
|
|
293
313
|
|
|
294
|
-
function identity_1() {
|
|
295
|
-
return make_1(undefined, (now, inp, state) => tsplus_module_2.succeed(() => [state, inp, tsplus_module_5.
|
|
314
|
+
function identity_1(__tsplusTrace) {
|
|
315
|
+
return make_1(undefined, (now, inp, state) => tsplus_module_2.succeed(() => [state, inp, tsplus_module_5.continueWith(tsplus_module_8.after(now))], __tsplusTrace), __tsplusTrace);
|
|
296
316
|
}
|
|
297
317
|
|
|
298
|
-
function intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f) {
|
|
318
|
+
function intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f, __tsplusTrace) {
|
|
299
319
|
const combined = f(lInterval, rInterval);
|
|
300
320
|
|
|
301
321
|
if (tsplus_module_6.isNonEmpty(combined)) {
|
|
302
|
-
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.continue_(combined)],
|
|
303
|
-
} else if (tsplus_module_6.
|
|
304
|
-
return tsplus_module_2.flatMap_(self.step(lInterval
|
|
322
|
+
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.continue_(combined)], __tsplusTrace);
|
|
323
|
+
} else if (tsplus_module_6.lt(lInterval, rInterval)) {
|
|
324
|
+
return tsplus_module_2.flatMap_(self.step(tsplus_module_6.end(lInterval), inp, lState, __tsplusTrace), ([lState, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done], __tsplusTrace), lInterval => intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f, __tsplusTrace)), __tsplusTrace);
|
|
305
325
|
} else {
|
|
306
|
-
return tsplus_module_2.flatMap_(that.step(rInterval
|
|
326
|
+
return tsplus_module_2.flatMap_(that.step(tsplus_module_6.end(rInterval), inp, rState, __tsplusTrace), ([rState, out2, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done], __tsplusTrace), rInterval => intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2, rInterval, f, __tsplusTrace)), __tsplusTrace);
|
|
307
327
|
}
|
|
308
328
|
}
|
|
309
329
|
/**
|
|
@@ -311,332 +331,333 @@ function intersectWithLoop(self, that, inp, lState, out, lInterval, rState, out2
|
|
|
311
331
|
*/
|
|
312
332
|
|
|
313
333
|
|
|
314
|
-
function intersectWith_1(self, that, f) {
|
|
334
|
+
function intersectWith_1(self, that, f, __tsplusTrace) {
|
|
315
335
|
return make_1([self.initial, that.initial], (now, inp, state) => {
|
|
316
|
-
const left = self.step(now, inp, state[0],
|
|
317
|
-
const right = that.step(now, inp, state[1],
|
|
336
|
+
const left = self.step(now, inp, state[0], __tsplusTrace);
|
|
337
|
+
const right = that.step(now, inp, state[1], __tsplusTrace);
|
|
318
338
|
return tsplus_module_2.flatten(tsplus_module_2.zipWith_(left, right, ([lState, out, lDecision], [rState, out2, rDecision]) => {
|
|
319
339
|
if (lDecision._tag === "Continue"
|
|
320
340
|
/* DecisionTag.Continue */
|
|
321
341
|
&& rDecision._tag === "Continue"
|
|
322
342
|
/* DecisionTag.Continue */
|
|
323
343
|
) {
|
|
324
|
-
return intersectWithLoop(self, that, inp, lState, out, lDecision.interval, rState, out2, rDecision.interval, f);
|
|
344
|
+
return intersectWithLoop(self, that, inp, lState, out, lDecision.interval, rState, out2, rDecision.interval, f, __tsplusTrace);
|
|
325
345
|
} else {
|
|
326
|
-
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done],
|
|
346
|
+
return tsplus_module_2.succeedNow([[lState, rState], [out, out2], tsplus_module_5.done], __tsplusTrace);
|
|
327
347
|
}
|
|
328
|
-
}));
|
|
329
|
-
});
|
|
348
|
+
}, __tsplusTrace), __tsplusTrace);
|
|
349
|
+
}, __tsplusTrace);
|
|
330
350
|
}
|
|
331
351
|
/**
|
|
332
352
|
* @tsplus static fncts.io.Schedule linear
|
|
333
353
|
*/
|
|
334
354
|
|
|
335
355
|
|
|
336
|
-
export function linear(base) {
|
|
337
|
-
return delayed_1(map_1(forever_1, i => base * (i + 1)));
|
|
356
|
+
export function linear(base, __tsplusTrace) {
|
|
357
|
+
return delayed_1(map_1(forever_1, i => base * (i + 1), __tsplusTrace), __tsplusTrace);
|
|
338
358
|
}
|
|
339
359
|
/**
|
|
340
360
|
* @tsplus fluent fncts.io.Schedule map
|
|
341
361
|
*/
|
|
342
362
|
|
|
343
|
-
function map_1(self, f) {
|
|
344
|
-
return mapIO_1(self, out => tsplus_module_2.succeedNow(f(out),
|
|
363
|
+
function map_1(self, f, __tsplusTrace) {
|
|
364
|
+
return mapIO_1(self, out => tsplus_module_2.succeedNow(f(out), __tsplusTrace), __tsplusTrace);
|
|
345
365
|
}
|
|
346
366
|
/**
|
|
347
367
|
* @tsplus fluent fncts.io.Schedule mapIO
|
|
348
368
|
*/
|
|
349
369
|
|
|
350
370
|
|
|
351
|
-
function mapIO_1(self, f) {
|
|
352
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
371
|
+
function mapIO_1(self, f, __tsplusTrace) {
|
|
372
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_2.map_(f(out), out1 => [state, out1, decision], __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
353
373
|
}
|
|
354
374
|
/**
|
|
355
375
|
* @tsplus fluent fncts.io.Schedule modifyDelayIO
|
|
356
376
|
*/
|
|
357
377
|
|
|
358
378
|
|
|
359
|
-
function modifyDelayIO_1(self, f) {
|
|
360
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
361
|
-
const delay =
|
|
379
|
+
function modifyDelayIO_1(self, f, __tsplusTrace) {
|
|
380
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeedNow([state, out, decision], __tsplusTrace), interval => {
|
|
381
|
+
const delay = tsplus_module_8.size(tsplus_module_8.makeInterval(now, tsplus_module_6.start(interval)));
|
|
362
382
|
return tsplus_module_2.map_(f(out, delay), duration => {
|
|
363
|
-
const oldStart = interval
|
|
383
|
+
const oldStart = tsplus_module_6.start(interval);
|
|
364
384
|
const newStart = now + duration;
|
|
365
385
|
const delta = newStart - oldStart;
|
|
366
|
-
const newEnd = interval
|
|
367
|
-
const newInterval =
|
|
368
|
-
return [state, out, tsplus_module_5.
|
|
369
|
-
},
|
|
370
|
-
}),
|
|
386
|
+
const newEnd = tsplus_module_6.end(interval) + delta;
|
|
387
|
+
const newInterval = tsplus_module_8.makeInterval(newStart, newEnd);
|
|
388
|
+
return [state, out, tsplus_module_5.continueWith(newInterval)];
|
|
389
|
+
}, __tsplusTrace);
|
|
390
|
+
}), __tsplusTrace), __tsplusTrace);
|
|
371
391
|
}
|
|
372
392
|
/**
|
|
373
393
|
* @tsplus fluent fncts.io.Schedule onDecision
|
|
374
394
|
*/
|
|
375
395
|
|
|
376
396
|
|
|
377
|
-
export function onDecision_(self, f) {
|
|
378
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
397
|
+
export function onDecision_(self, f, __tsplusTrace) {
|
|
398
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_2.as_(f(state, out, decision), () => [state, out, decision], __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
379
399
|
}
|
|
380
400
|
/**
|
|
381
401
|
* @tsplus fluent fncts.io.Schedule provideEnvironment
|
|
382
402
|
*/
|
|
383
403
|
|
|
384
|
-
export function provideEnvironment_(self, env) {
|
|
385
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_7.provideEnvironment_(self.step(now, inp, state,
|
|
404
|
+
export function provideEnvironment_(self, env, __tsplusTrace) {
|
|
405
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_7.provideEnvironment_(self.step(now, inp, state, __tsplusTrace), env, __tsplusTrace), __tsplusTrace);
|
|
386
406
|
}
|
|
387
407
|
/**
|
|
388
408
|
* @tsplus fluent fncts.io.Schedule reconsider
|
|
389
409
|
*/
|
|
390
410
|
|
|
391
|
-
export function reconsider_(self, f) {
|
|
392
|
-
return reconsiderIO_1(self, (state, out, decision) => tsplus_module_2.succeed(() => f(state, out, decision),
|
|
411
|
+
export function reconsider_(self, f, __tsplusTrace) {
|
|
412
|
+
return reconsiderIO_1(self, (state, out, decision) => tsplus_module_2.succeed(() => f(state, out, decision), __tsplusTrace), __tsplusTrace);
|
|
393
413
|
}
|
|
394
414
|
/**
|
|
395
415
|
* @tsplus fluent fncts.io.Schedule reconsiderIO
|
|
396
416
|
*/
|
|
397
417
|
|
|
398
|
-
function reconsiderIO_1(self, f) {
|
|
399
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
418
|
+
function reconsiderIO_1(self, f, __tsplusTrace) {
|
|
419
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.map_(f(state, out, decision), r => tsplus_module_12.match_(r, out1 => [state, out1, tsplus_module_5.done], ([out1, _]) => [state, out1, tsplus_module_5.done]), __tsplusTrace), () => tsplus_module_2.map_(f(state, out, decision), r => tsplus_module_12.match_(r, out1 => [state, out1, tsplus_module_5.done], ([out1, interval]) => [state, out1, tsplus_module_5.continueWith(interval)]), __tsplusTrace)), __tsplusTrace), __tsplusTrace);
|
|
400
420
|
}
|
|
401
421
|
/**
|
|
402
422
|
* @tsplus static fncts.io.Schedule recurs
|
|
403
423
|
*/
|
|
404
424
|
|
|
405
425
|
|
|
406
|
-
export function recurs(n) {
|
|
407
|
-
return whileOutput_1(forever_1, _ => _ < n);
|
|
426
|
+
export function recurs(n, __tsplusTrace) {
|
|
427
|
+
return whileOutput_1(forever_1, _ => _ < n, __tsplusTrace);
|
|
408
428
|
}
|
|
409
429
|
/**
|
|
410
430
|
* @tsplus static fncts.io.Schedule recurWhile
|
|
411
431
|
*/
|
|
412
432
|
|
|
413
|
-
export function recurWhile(f) {
|
|
414
|
-
return whileInput_1(identity_1(), f);
|
|
433
|
+
export function recurWhile(f, __tsplusTrace) {
|
|
434
|
+
return whileInput_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
415
435
|
}
|
|
416
436
|
/**
|
|
417
437
|
* @tsplus static fncts.io.Schedule recurWhileIO
|
|
418
438
|
*/
|
|
419
439
|
|
|
420
|
-
export function recurWhileIO(f) {
|
|
421
|
-
return whileInputIO_1(identity_1(), f);
|
|
440
|
+
export function recurWhileIO(f, __tsplusTrace) {
|
|
441
|
+
return whileInputIO_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
422
442
|
}
|
|
423
443
|
/**
|
|
424
444
|
* @tsplus static fncts.io.Schedule recurWhileEquals
|
|
425
445
|
*/
|
|
426
446
|
|
|
427
|
-
export function recurWhileEquals(value) {
|
|
428
|
-
return whileInput_1(identity_1(), a =>
|
|
447
|
+
export function recurWhileEquals(value, __tsplusTrace) {
|
|
448
|
+
return whileInput_1(identity_1(__tsplusTrace), a => tsplus_module_13.strictEquals(a, value()), __tsplusTrace);
|
|
429
449
|
}
|
|
430
450
|
/**
|
|
431
451
|
* @tsplus static fncts.io.Schedule recurUntil
|
|
432
452
|
*/
|
|
433
453
|
|
|
434
|
-
export function recurUntil(f) {
|
|
435
|
-
return untilInput_1(identity_1(), f);
|
|
454
|
+
export function recurUntil(f, __tsplusTrace) {
|
|
455
|
+
return untilInput_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
436
456
|
}
|
|
437
457
|
/**
|
|
438
458
|
* @tsplus static fncts.io.Schedule recurUntilIO
|
|
439
459
|
*/
|
|
440
460
|
|
|
441
|
-
export function recurUntilIO(f) {
|
|
442
|
-
return untilInputIO_1(identity_1(), f);
|
|
461
|
+
export function recurUntilIO(f, __tsplusTrace) {
|
|
462
|
+
return untilInputIO_1(identity_1(__tsplusTrace), f, __tsplusTrace);
|
|
443
463
|
}
|
|
444
464
|
/**
|
|
445
465
|
* @tsplus static fncts.io.Schedule recurUntilEquals
|
|
446
466
|
*/
|
|
447
467
|
|
|
448
|
-
export function recurUntilEquals(value) {
|
|
449
|
-
return untilInput_1(identity_1(), a =>
|
|
468
|
+
export function recurUntilEquals(value, __tsplusTrace) {
|
|
469
|
+
return untilInput_1(identity_1(__tsplusTrace), a => tsplus_module_13.strictEquals(a, value()), __tsplusTrace);
|
|
450
470
|
}
|
|
451
471
|
/**
|
|
452
472
|
* @tsplus getter fncts.io.Schedule repetitions
|
|
453
473
|
*/
|
|
454
474
|
|
|
455
|
-
export function repetitions(self) {
|
|
456
|
-
return fold_1(self, 0, (n, _) => n + 1);
|
|
475
|
+
export function repetitions(self, __tsplusTrace) {
|
|
476
|
+
return fold_1(self, 0, (n, _) => n + 1, __tsplusTrace);
|
|
457
477
|
}
|
|
458
478
|
/**
|
|
459
479
|
* @tsplus fluent fncts.io.Schedule resetAfter
|
|
460
480
|
*/
|
|
461
481
|
|
|
462
|
-
export function resetAfter_(self, duration) {
|
|
463
|
-
return map_1(resetWhen_1(zip_1(self, elapsed_1), ([_, d]) => d >= duration), ([out, _]) => out);
|
|
482
|
+
export function resetAfter_(self, duration, __tsplusTrace) {
|
|
483
|
+
return map_1(resetWhen_1(zip_1(self, elapsed_1, __tsplusTrace), ([_, d]) => d >= duration, __tsplusTrace), ([out, _]) => out, __tsplusTrace);
|
|
464
484
|
}
|
|
465
485
|
/**
|
|
466
486
|
* @tsplus fluent fncts.io.Schedule resetWhen
|
|
467
487
|
*/
|
|
468
488
|
|
|
469
|
-
function resetWhen_1(self, f) {
|
|
470
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state,
|
|
489
|
+
function resetWhen_1(self, f, __tsplusTrace) {
|
|
490
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.flatMap_(self.step(now, inp, state, __tsplusTrace), ([state, out, decision]) => f(out) ? self.step(now, inp, self.initial, __tsplusTrace) : tsplus_module_2.succeedNow([state, out, decision], __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
471
491
|
}
|
|
472
492
|
/**
|
|
473
493
|
* @tsplus fluent fncts.io.Schedule run
|
|
474
494
|
*/
|
|
475
495
|
|
|
476
496
|
|
|
477
|
-
export function run_(self, now, input) {
|
|
497
|
+
export function run_(self, now, input, __tsplusTrace) {
|
|
478
498
|
const loop = (now, xs, state, acc) => {
|
|
479
|
-
if (
|
|
480
|
-
return tsplus_module_2.succeedNow(acc,
|
|
499
|
+
if (tsplus_module_14.isEmpty(xs)) {
|
|
500
|
+
return tsplus_module_2.succeedNow(acc, __tsplusTrace);
|
|
481
501
|
} else {
|
|
482
|
-
return tsplus_module_2.flatMap_(self.step(now, xs.head, state,
|
|
502
|
+
return tsplus_module_2.flatMap_(self.step(now, xs.head, state, __tsplusTrace), ([state, out, decision]) => tsplus_module_5.match_(decision, () => tsplus_module_2.succeed(() => tsplus_module_15.append_(acc, out), __tsplusTrace), interval => loop(tsplus_module_6.start(interval), xs.tail, state, tsplus_module_15.append_(acc, out))), __tsplusTrace);
|
|
483
503
|
}
|
|
484
504
|
};
|
|
485
505
|
|
|
486
|
-
return loop(now,
|
|
506
|
+
return loop(now, tsplus_module_16.from(input), self.initial, tsplus_module_17.empty());
|
|
487
507
|
}
|
|
488
508
|
/**
|
|
489
509
|
* @tsplus static fncts.io.Schedule spaced
|
|
490
510
|
*/
|
|
491
511
|
|
|
492
|
-
export function spaced(duration) {
|
|
493
|
-
return addDelay_1(forever_1, () => duration);
|
|
512
|
+
export function spaced(duration, __tsplusTrace) {
|
|
513
|
+
return addDelay_1(forever_1, () => duration, __tsplusTrace);
|
|
494
514
|
}
|
|
495
515
|
/**
|
|
496
516
|
* @tsplus static fncts.io.Schedule succeed
|
|
497
517
|
*/
|
|
498
518
|
|
|
499
|
-
export function succeed(a) {
|
|
500
|
-
return as_1(forever_1, a);
|
|
519
|
+
export function succeed(a, __tsplusTrace) {
|
|
520
|
+
return as_1(forever_1, a, __tsplusTrace);
|
|
501
521
|
}
|
|
502
522
|
/**
|
|
503
523
|
* @tsplus fluent fncts.io.Schedule tapInput
|
|
504
524
|
*/
|
|
505
525
|
|
|
506
|
-
export function tapInput_(self, f) {
|
|
507
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.apSecond_(f(inp), self.step(now, inp, state,
|
|
526
|
+
export function tapInput_(self, f, __tsplusTrace) {
|
|
527
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.apSecond_(f(inp), self.step(now, inp, state, __tsplusTrace), __tsplusTrace), __tsplusTrace);
|
|
508
528
|
}
|
|
509
529
|
/**
|
|
510
530
|
* @tsplus fluent fncts.io.Schedule tapOutput
|
|
511
531
|
*/
|
|
512
532
|
|
|
513
|
-
export function tapOutput_(self, f) {
|
|
514
|
-
return make_1(self.initial, (now, inp, state) => tsplus_module_2.tap_(self.step(now, inp, state,
|
|
533
|
+
export function tapOutput_(self, f, __tsplusTrace) {
|
|
534
|
+
return make_1(self.initial, (now, inp, state) => tsplus_module_2.tap_(self.step(now, inp, state, __tsplusTrace), ([_, out]) => f(out), __tsplusTrace), __tsplusTrace);
|
|
515
535
|
}
|
|
516
536
|
/**
|
|
517
537
|
* @tsplus fluent fncts.io.Schedule unionWith
|
|
518
538
|
*/
|
|
519
539
|
|
|
520
|
-
|
|
540
|
+
function unionWith_1(self, that, f, __tsplusTrace) {
|
|
521
541
|
return make_1([self.initial, that.initial], (now, inp, state) => {
|
|
522
|
-
const left = self.step(now, inp, state[0],
|
|
523
|
-
const right = that.step(now, inp, state[1],
|
|
542
|
+
const left = self.step(now, inp, state[0], __tsplusTrace);
|
|
543
|
+
const right = that.step(now, inp, state[1], __tsplusTrace);
|
|
524
544
|
return tsplus_module_2.zipWith_(left, right, ([lstate, l, d1], [rstate, r, d2]) => tsplus_module_5.match_(d1, () => tsplus_module_5.match_(d2, () => [[lstate, rstate], [l, r], tsplus_module_5.done], interval => [[lstate, rstate], [l, r], tsplus_module_5.continue_(interval)]), linterval => tsplus_module_5.match_(d2, () => [[lstate, rstate], [l, r], tsplus_module_5.continue_(linterval)], rinterval => {
|
|
525
545
|
const combined = f(linterval, rinterval);
|
|
526
546
|
return [[lstate, rstate], [l, r], tsplus_module_5.continue_(combined)];
|
|
527
|
-
})));
|
|
528
|
-
});
|
|
547
|
+
})), __tsplusTrace);
|
|
548
|
+
}, __tsplusTrace);
|
|
529
549
|
}
|
|
530
550
|
/**
|
|
531
551
|
* @tsplus static fncts.io.ScheduleOps unfold
|
|
532
552
|
*/
|
|
533
553
|
|
|
534
|
-
|
|
535
|
-
|
|
554
|
+
|
|
555
|
+
function unfold_1(a, f, __tsplusTrace) {
|
|
556
|
+
return make_1(a(), (now, inp, state) => tsplus_module_2.succeed(() => [f(state), state, tsplus_module_5.continueWith(tsplus_module_8.makeInterval(now, Number.MAX_SAFE_INTEGER))], __tsplusTrace), __tsplusTrace);
|
|
536
557
|
}
|
|
537
558
|
/**
|
|
538
559
|
* @tsplus fluent fncts.io.Schedule untilInput
|
|
539
560
|
*/
|
|
540
561
|
|
|
541
562
|
|
|
542
|
-
function untilInput_1(self, f) {
|
|
543
|
-
return check_1(self, inp => !f(inp));
|
|
563
|
+
function untilInput_1(self, f, __tsplusTrace) {
|
|
564
|
+
return check_1(self, inp => !f(inp), __tsplusTrace);
|
|
544
565
|
}
|
|
545
566
|
/**
|
|
546
567
|
* @tsplus fluent fncts.io.Schedule untilInputIO
|
|
547
568
|
*/
|
|
548
569
|
|
|
549
570
|
|
|
550
|
-
function untilInputIO_1(self, f) {
|
|
551
|
-
return checkIO_1(self, inp => tsplus_module_2.map_(f(inp), b => !b,
|
|
571
|
+
function untilInputIO_1(self, f, __tsplusTrace) {
|
|
572
|
+
return checkIO_1(self, inp => tsplus_module_2.map_(f(inp), b => !b, __tsplusTrace), __tsplusTrace);
|
|
552
573
|
}
|
|
553
574
|
/**
|
|
554
575
|
* @tsplus fluent fncts.io.Schedule untilOutput
|
|
555
576
|
*/
|
|
556
577
|
|
|
557
578
|
|
|
558
|
-
export function untilOutput_(self, f) {
|
|
559
|
-
return check_1(self, (_, out) => !f(out));
|
|
579
|
+
export function untilOutput_(self, f, __tsplusTrace) {
|
|
580
|
+
return check_1(self, (_, out) => !f(out), __tsplusTrace);
|
|
560
581
|
}
|
|
561
582
|
/**
|
|
562
583
|
* @tsplus fluent fncts.io.Schedule untilOutputIO
|
|
563
584
|
*/
|
|
564
585
|
|
|
565
|
-
export function untilOutputIO_(self, f) {
|
|
566
|
-
return checkIO_1(self, (_, out) => tsplus_module_2.map_(f(out), b => !b,
|
|
586
|
+
export function untilOutputIO_(self, f, __tsplusTrace) {
|
|
587
|
+
return checkIO_1(self, (_, out) => tsplus_module_2.map_(f(out), b => !b, __tsplusTrace), __tsplusTrace);
|
|
567
588
|
}
|
|
568
589
|
/**
|
|
569
590
|
* @tsplus static fncts.io.Schedule upTo
|
|
570
591
|
*/
|
|
571
592
|
|
|
572
|
-
export function upTo(duration) {
|
|
573
|
-
return whileOutput_1(elapsed_1, n => n < duration);
|
|
593
|
+
export function upTo(duration, __tsplusTrace) {
|
|
594
|
+
return whileOutput_1(elapsed_1, n => n < duration, __tsplusTrace);
|
|
574
595
|
}
|
|
575
596
|
/**
|
|
576
597
|
* @tsplus fluent fncts.io.Schedule whileInput
|
|
577
598
|
*/
|
|
578
599
|
|
|
579
|
-
function whileInput_1(self, f) {
|
|
580
|
-
return check_1(self, inp => f(inp));
|
|
600
|
+
function whileInput_1(self, f, __tsplusTrace) {
|
|
601
|
+
return check_1(self, inp => f(inp), __tsplusTrace);
|
|
581
602
|
}
|
|
582
603
|
/**
|
|
583
604
|
* @tsplus fluent fncts.io.Schedule whileInputIO
|
|
584
605
|
*/
|
|
585
606
|
|
|
586
607
|
|
|
587
|
-
function whileInputIO_1(self, f) {
|
|
588
|
-
return checkIO_1(self, inp => f(inp));
|
|
608
|
+
function whileInputIO_1(self, f, __tsplusTrace) {
|
|
609
|
+
return checkIO_1(self, inp => f(inp), __tsplusTrace);
|
|
589
610
|
}
|
|
590
611
|
/**
|
|
591
612
|
* @tsplus fluent fncts.io.Schedule whileOutput
|
|
592
613
|
*/
|
|
593
614
|
|
|
594
615
|
|
|
595
|
-
function whileOutput_1(self, f) {
|
|
596
|
-
return check_1(self, (_, out) => f(out));
|
|
616
|
+
function whileOutput_1(self, f, __tsplusTrace) {
|
|
617
|
+
return check_1(self, (_, out) => f(out), __tsplusTrace);
|
|
597
618
|
}
|
|
598
619
|
/**
|
|
599
620
|
* @tsplus fluent fncts.io.Schedule whileOutputIO
|
|
600
621
|
*/
|
|
601
622
|
|
|
602
623
|
|
|
603
|
-
export function whileOutputIO_(self, f) {
|
|
604
|
-
return checkIO_1(self, (_, out) => f(out));
|
|
624
|
+
export function whileOutputIO_(self, f, __tsplusTrace) {
|
|
625
|
+
return checkIO_1(self, (_, out) => f(out), __tsplusTrace);
|
|
605
626
|
}
|
|
606
627
|
/**
|
|
607
628
|
* @tsplus static fncts.io.Schedule windowed
|
|
608
629
|
*/
|
|
609
630
|
|
|
610
|
-
export function windowed(interval) {
|
|
611
|
-
return make_1([
|
|
631
|
+
export function windowed(interval, __tsplusTrace) {
|
|
632
|
+
return make_1([tsplus_module_10.nothing(), 0], (now, inp, [m, n]) => tsplus_module_2.succeed(() => tsplus_module_11.match_(m, () => [[tsplus_module_10.just(now), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(now + interval))], startMillis => [[tsplus_module_10.just(startMillis), n + 1], n, tsplus_module_5.continueWith(tsplus_module_8.after(now + (interval - (now - startMillis) % interval)))]), __tsplusTrace), __tsplusTrace);
|
|
612
633
|
}
|
|
613
634
|
/**
|
|
614
635
|
* @tsplus fluent fncts.io.Schedule zip
|
|
615
636
|
*/
|
|
616
637
|
|
|
617
|
-
function zip_1(self, that) {
|
|
618
|
-
return intersectWith_1(self, that, (lInterval, rInterval) => tsplus_module_6.
|
|
638
|
+
function zip_1(self, that, __tsplusTrace) {
|
|
639
|
+
return intersectWith_1(self, that, (lInterval, rInterval) => tsplus_module_6.intersect(lInterval, rInterval), __tsplusTrace);
|
|
619
640
|
}
|
|
620
641
|
/**
|
|
621
642
|
* @tsplus fluent fncts.io.Schedule zipLeft
|
|
622
643
|
*/
|
|
623
644
|
|
|
624
645
|
|
|
625
|
-
export function zipLeft_(self, that) {
|
|
626
|
-
return map_1(zip_1(self, that), ([out]) => out);
|
|
646
|
+
export function zipLeft_(self, that, __tsplusTrace) {
|
|
647
|
+
return map_1(zip_1(self, that, __tsplusTrace), ([out]) => out, __tsplusTrace);
|
|
627
648
|
}
|
|
628
649
|
/**
|
|
629
650
|
* @tsplus fluent fncts.io.Schedule zipRight
|
|
630
651
|
*/
|
|
631
652
|
|
|
632
|
-
export function zipRight_(self, that) {
|
|
633
|
-
return map_1(zip_1(self, that), ([_, out1]) => out1);
|
|
653
|
+
export function zipRight_(self, that, __tsplusTrace) {
|
|
654
|
+
return map_1(zip_1(self, that, __tsplusTrace), ([_, out1]) => out1, __tsplusTrace);
|
|
634
655
|
}
|
|
635
656
|
/**
|
|
636
657
|
* @tsplus fluent fncts.io.Schedule zipWith
|
|
637
658
|
*/
|
|
638
659
|
|
|
639
|
-
export function zipWith_(self, that, f) {
|
|
640
|
-
return map_1(zip_1(self, that), ([out1, out2]) => f(out1, out2));
|
|
660
|
+
export function zipWith_(self, that, f, __tsplusTrace) {
|
|
661
|
+
return map_1(zip_1(self, that, __tsplusTrace), ([out1, out2]) => f(out1, out2), __tsplusTrace);
|
|
641
662
|
}
|
|
642
663
|
//# sourceMappingURL=api.mjs.map
|