@fncts/io 0.0.11 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1041) hide show
  1. package/Cached/api.d.ts +3 -4
  2. package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
  3. package/Channel/api/interruptWhen.d.ts +1 -1
  4. package/Channel/api/mapOutIOC.d.ts +2 -2
  5. package/Channel/api/mergeAll.d.ts +1 -1
  6. package/Channel/api/mergeAllUnboundedWith.d.ts +1 -1
  7. package/Channel/api/mergeAllWith.d.ts +3 -3
  8. package/Channel/api/mergeMap.d.ts +1 -1
  9. package/Channel/api/mergeWith.d.ts +3 -3
  10. package/Channel/api/runScoped.d.ts +1 -2
  11. package/Channel/api/toPull.d.ts +2 -3
  12. package/Channel/api/zipC.d.ts +3 -3
  13. package/Channel/api.d.ts +56 -57
  14. package/Channel/core-api.d.ts +12 -12
  15. package/Channel/definition.d.ts +36 -22
  16. package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
  17. package/Channel/internal/AsyncInputProducer.d.ts +1 -1
  18. package/Channel/internal/ChannelExecutor.d.ts +5 -5
  19. package/Channel/internal/ChannelState.d.ts +1 -1
  20. package/Channel/internal/MergeDecision.d.ts +2 -2
  21. package/Channel/internal/MergeState.d.ts +2 -2
  22. package/Channel/internal/SingleProducerAsyncInput.d.ts +5 -5
  23. package/Clock/api.d.ts +3 -3
  24. package/Clock/definition.d.ts +2 -2
  25. package/Clock/live.d.ts +3 -3
  26. package/Console/api.d.ts +1 -1
  27. package/Fiber/FiberContext.d.ts +12 -12
  28. package/Fiber/api/await.d.ts +2 -2
  29. package/Fiber/api/awaitAll.d.ts +2 -2
  30. package/Fiber/api/children.d.ts +1 -1
  31. package/Fiber/api/collectAll.d.ts +3 -3
  32. package/Fiber/api/evalOn.d.ts +1 -1
  33. package/Fiber/api/evalOnIO.d.ts +1 -1
  34. package/Fiber/api/fromIO.d.ts +1 -1
  35. package/Fiber/api/id.d.ts +2 -2
  36. package/Fiber/api/inheritRefs.d.ts +1 -1
  37. package/Fiber/api/interrupt.d.ts +2 -2
  38. package/Fiber/api/interruptAll.d.ts +3 -3
  39. package/Fiber/api/interruptAs.d.ts +3 -3
  40. package/Fiber/api/join.d.ts +1 -1
  41. package/Fiber/api/joinAll.d.ts +1 -1
  42. package/Fiber/api/mapFiber.d.ts +1 -1
  43. package/Fiber/api/mapIO.d.ts +2 -2
  44. package/Fiber/api/poll.d.ts +3 -3
  45. package/Fiber/api/zipWith.d.ts +1 -1
  46. package/Fiber/constructors.d.ts +8 -8
  47. package/Fiber/definition.d.ts +4 -4
  48. package/FiberRef/api/locallyScoped.d.ts +1 -2
  49. package/FiberRef/api/locallyScopedWith.d.ts +1 -2
  50. package/FiberRef/api.d.ts +8 -8
  51. package/FiberRef/constructors.d.ts +2 -3
  52. package/FiberRef/unsafe.d.ts +11 -5
  53. package/FiberRefs/api.d.ts +4 -4
  54. package/FiberRefs/definition.d.ts +3 -3
  55. package/FiberRefs/join.d.ts +2 -2
  56. package/FiberScope/constructors.d.ts +1 -1
  57. package/FiberScope/definition.d.ts +1 -1
  58. package/FiberState/api.d.ts +1 -1
  59. package/FiberState/constructors.d.ts +3 -3
  60. package/FiberState/definition.d.ts +3 -3
  61. package/FiberStatus/constructors.d.ts +1 -1
  62. package/FiberStatus/definition.d.ts +1 -1
  63. package/Future/api.d.ts +18 -18
  64. package/Future/constructors.d.ts +3 -3
  65. package/Future/definition.d.ts +2 -2
  66. package/Hub/api.d.ts +22 -23
  67. package/Hub/definition.d.ts +6 -7
  68. package/Hub/internal.d.ts +1 -2
  69. package/IO/api/acquireRelease.d.ts +2 -3
  70. package/IO/api/acquireReleaseExit.d.ts +3 -4
  71. package/IO/api/acquireReleaseInterruptible.d.ts +2 -3
  72. package/IO/api/acquireReleaseInterruptibleExit.d.ts +3 -4
  73. package/IO/api/addFinalizer.d.ts +2 -3
  74. package/IO/api/addFinalizerExit.d.ts +2 -3
  75. package/IO/api/asyncIO.d.ts +1 -1
  76. package/IO/api/bracket.d.ts +2 -2
  77. package/IO/api/bracketExit.d.ts +3 -3
  78. package/IO/api/clockWith.d.ts +1 -1
  79. package/IO/api/concurrency.d.ts +4 -4
  80. package/IO/api/concurrentFinalizers.d.ts +1 -2
  81. package/IO/api/consoleWith.d.ts +2 -2
  82. package/IO/api/core-scope.d.ts +4 -4
  83. package/IO/api/ensuringChildren.d.ts +1 -1
  84. package/IO/api/environment.d.ts +10 -12
  85. package/IO/api/foreachC.d.ts +2 -2
  86. package/IO/api/foreachExec.d.ts +1 -1
  87. package/IO/api/forkScoped.d.ts +1 -2
  88. package/IO/api/fulfill.d.ts +1 -1
  89. package/IO/api/interrupt.d.ts +8 -8
  90. package/IO/api/onExit.d.ts +2 -2
  91. package/IO/api/onTermination.d.ts +4 -4
  92. package/IO/api/provideLayer.d.ts +1 -1
  93. package/IO/api/provideSomeLayer.d.ts +1 -1
  94. package/IO/api/race.d.ts +1 -1
  95. package/IO/api/raceFirst.d.ts +1 -1
  96. package/IO/api/randomWith.d.ts +2 -2
  97. package/IO/api/repeat.d.ts +6 -6
  98. package/IO/api/retry.d.ts +5 -5
  99. package/IO/api/schedule.d.ts +3 -3
  100. package/IO/api/scope.d.ts +1 -2
  101. package/IO/api/scopeWith.d.ts +1 -2
  102. package/IO/api/scoped.d.ts +3 -4
  103. package/IO/api/sequenceT.d.ts +4 -4
  104. package/IO/api/sleep.d.ts +2 -2
  105. package/IO/api/stateful.d.ts +3 -4
  106. package/IO/api/timeout.d.ts +4 -4
  107. package/IO/api/withEarlyRelease.d.ts +1 -2
  108. package/IO/api/withFinalizer.d.ts +1 -2
  109. package/IO/api/withFinalizerExit.d.ts +2 -3
  110. package/IO/api/withRuntimeConfig.d.ts +2 -2
  111. package/IO/api/zipC.d.ts +4 -4
  112. package/IO/api.d.ts +94 -94
  113. package/IO/definition.d.ts +44 -34
  114. package/IO/runtime.d.ts +29 -16
  115. package/IOEnv/definition.d.ts +2 -3
  116. package/IOEnv/live.d.ts +1 -1
  117. package/IOEnv/services.d.ts +1 -1
  118. package/IOSpec.d.ts +7 -8
  119. package/Layer/MemoMap.d.ts +8 -9
  120. package/Layer/api.d.ts +41 -43
  121. package/Layer/definition.d.ts +22 -16
  122. package/Logger/api.d.ts +2 -2
  123. package/Logger/definition.d.ts +4 -4
  124. package/Queue/api/dimapIO.d.ts +6 -6
  125. package/Queue/api/filterInputIO.d.ts +6 -6
  126. package/Queue/api/filterOutputIO.d.ts +8 -8
  127. package/Queue/api/operations.d.ts +10 -10
  128. package/Queue/api/poll.d.ts +2 -2
  129. package/Queue/api/takeBetween.d.ts +1 -1
  130. package/Queue/api/zipWithIO.d.ts +9 -9
  131. package/Queue/constructors.d.ts +4 -4
  132. package/Queue/definition.d.ts +10 -10
  133. package/Queue/internal.d.ts +1 -1
  134. package/Queue/strategy.d.ts +10 -10
  135. package/Random/api.d.ts +8 -8
  136. package/Random/definition.d.ts +5 -5
  137. package/Random/live.d.ts +5 -5
  138. package/Ref/Atomic/Atomic.d.ts +4 -4
  139. package/Ref/Atomic/api.d.ts +11 -11
  140. package/Ref/Derived.d.ts +4 -4
  141. package/Ref/DerivedAll.d.ts +4 -4
  142. package/Ref/Synchronized/api.d.ts +16 -16
  143. package/Ref/Synchronized/constructors.d.ts +2 -2
  144. package/Ref/Synchronized/definition.d.ts +3 -3
  145. package/Ref/api/collect.d.ts +2 -2
  146. package/Ref/api/dimap.d.ts +8 -8
  147. package/Ref/api/filter.d.ts +3 -3
  148. package/Ref/api/get.d.ts +1 -1
  149. package/Ref/api/match.d.ts +1 -1
  150. package/Ref/api/matchAll.d.ts +1 -1
  151. package/Ref/api/modify.d.ts +10 -10
  152. package/Ref/api/set.d.ts +1 -1
  153. package/Ref/constructors.d.ts +3 -3
  154. package/Ref/definition.d.ts +15 -15
  155. package/RuntimeConfig.d.ts +2 -2
  156. package/STM/api/core-api.d.ts +5 -5
  157. package/STM/api/core-constructors.d.ts +9 -9
  158. package/STM/api.d.ts +60 -72
  159. package/STM/definition.d.ts +10 -9
  160. package/STM/driver.d.ts +2 -2
  161. package/STM/internal/CommitState.d.ts +1 -1
  162. package/STM/internal/Journal.d.ts +7 -6
  163. package/STM/internal/TryCommit.d.ts +1 -1
  164. package/Schedule/Decision.d.ts +10 -4
  165. package/Schedule/Driver.d.ts +4 -4
  166. package/Schedule/api/driver.d.ts +1 -1
  167. package/Schedule/api.d.ts +85 -73
  168. package/Schedule/definition.d.ts +1 -1
  169. package/Scope/Finalizer/definition.d.ts +3 -3
  170. package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
  171. package/Scope/ReleaseMap/api.d.ts +7 -7
  172. package/Scope/ReleaseMap/definition.d.ts +3 -3
  173. package/Scope/api.d.ts +9 -10
  174. package/Scope/definition.d.ts +2 -2
  175. package/ScopedRef/api.d.ts +2 -3
  176. package/ScopedRef/definition.d.ts +1 -2
  177. package/Sink/api.d.ts +73 -74
  178. package/State/api.d.ts +2 -3
  179. package/Stream/api/zipAllWith.d.ts +3 -3
  180. package/Stream/api/zipWith.d.ts +1 -1
  181. package/Stream/api/zipWithChunks.d.ts +4 -4
  182. package/Stream/api.d.ts +171 -166
  183. package/Stream/definition.d.ts +3 -3
  184. package/Stream/internal/Handoff.d.ts +2 -2
  185. package/Stream/internal/Pull.d.ts +2 -2
  186. package/Stream/internal/Take.d.ts +4 -4
  187. package/Stream/internal/util.d.ts +1 -1
  188. package/Supervisor/api.d.ts +3 -3
  189. package/Supervisor/constructors.d.ts +6 -6
  190. package/Supervisor/definition.d.ts +3 -3
  191. package/TExit/constructors.d.ts +1 -1
  192. package/TExit/definition.d.ts +1 -1
  193. package/TFuture/api.d.ts +7 -7
  194. package/TFuture/constructors.d.ts +4 -4
  195. package/TFuture/definition.d.ts +3 -3
  196. package/TReentrantLock/api.d.ts +18 -19
  197. package/TReentrantLock/definition.d.ts +2 -2
  198. package/TRef/api.d.ts +15 -15
  199. package/TRef/constructors.d.ts +5 -5
  200. package/TRef/definition.d.ts +2 -2
  201. package/TSemaphore/api.d.ts +7 -7
  202. package/TSemaphore/constructors.d.ts +1 -1
  203. package/TSemaphore/definition.d.ts +1 -1
  204. package/_cjs/Cached/api.cjs +5 -5
  205. package/_cjs/Cached/api.cjs.map +1 -1
  206. package/_cjs/Channel/api/interruptWhen.cjs +1 -1
  207. package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
  208. package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
  209. package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
  210. package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
  211. package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
  212. package/_cjs/Channel/api/mergeWith.cjs +5 -5
  213. package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
  214. package/_cjs/Channel/api/run.cjs +3 -1
  215. package/_cjs/Channel/api/run.cjs.map +1 -1
  216. package/_cjs/Channel/api.cjs +7 -7
  217. package/_cjs/Channel/api.cjs.map +1 -1
  218. package/_cjs/Channel/core-api.cjs.map +1 -1
  219. package/_cjs/Channel/definition.cjs.map +1 -1
  220. package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
  221. package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
  222. package/_cjs/Channel/internal/ChannelState.cjs +2 -1
  223. package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
  224. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
  225. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
  226. package/_cjs/Clock/live.cjs.map +1 -1
  227. package/_cjs/Console/api.cjs +5 -3
  228. package/_cjs/Console/api.cjs.map +1 -1
  229. package/_cjs/Fiber/FiberContext.cjs +8 -10
  230. package/_cjs/Fiber/FiberContext.cjs.map +1 -1
  231. package/_cjs/Fiber/api/await.cjs +1 -1
  232. package/_cjs/Fiber/api/await.cjs.map +1 -1
  233. package/_cjs/Fiber/api/awaitAll.cjs +2 -4
  234. package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
  235. package/_cjs/Fiber/api/children.cjs +1 -1
  236. package/_cjs/Fiber/api/children.cjs.map +1 -1
  237. package/_cjs/Fiber/api/collectAll.cjs +2 -4
  238. package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
  239. package/_cjs/Fiber/api/evalOn.cjs +1 -1
  240. package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
  241. package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
  242. package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
  243. package/_cjs/Fiber/api/fromIO.cjs +2 -4
  244. package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
  245. package/_cjs/Fiber/api/id.cjs +1 -1
  246. package/_cjs/Fiber/api/id.cjs.map +1 -1
  247. package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
  248. package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
  249. package/_cjs/Fiber/api/interrupt.cjs +2 -4
  250. package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
  251. package/_cjs/Fiber/api/interruptAll.cjs +4 -5
  252. package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
  253. package/_cjs/Fiber/api/interruptAs.cjs +1 -1
  254. package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
  255. package/_cjs/Fiber/api/interruptFork.cjs +1 -1
  256. package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
  257. package/_cjs/Fiber/api/join.cjs +2 -4
  258. package/_cjs/Fiber/api/join.cjs.map +1 -1
  259. package/_cjs/Fiber/api/joinAll.cjs +2 -4
  260. package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
  261. package/_cjs/Fiber/api/mapFiber.cjs +2 -4
  262. package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
  263. package/_cjs/Fiber/api/mapIO.cjs +4 -5
  264. package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
  265. package/_cjs/Fiber/api/poll.cjs +1 -1
  266. package/_cjs/Fiber/api/poll.cjs.map +1 -1
  267. package/_cjs/Fiber/api/zipWith.cjs +2 -4
  268. package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
  269. package/_cjs/Fiber/constructors.cjs +10 -11
  270. package/_cjs/Fiber/constructors.cjs.map +1 -1
  271. package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
  272. package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
  273. package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
  274. package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
  275. package/_cjs/FiberRef/api.cjs +13 -14
  276. package/_cjs/FiberRef/api.cjs.map +1 -1
  277. package/_cjs/FiberRef/constructors.cjs +4 -6
  278. package/_cjs/FiberRef/constructors.cjs.map +1 -1
  279. package/_cjs/FiberRef/unsafe.cjs +9 -1
  280. package/_cjs/FiberRef/unsafe.cjs.map +1 -1
  281. package/_cjs/Future/api.cjs +30 -31
  282. package/_cjs/Future/api.cjs.map +1 -1
  283. package/_cjs/Future/constructors.cjs +4 -5
  284. package/_cjs/Future/constructors.cjs.map +1 -1
  285. package/_cjs/Hub/api.cjs +44 -44
  286. package/_cjs/Hub/api.cjs.map +1 -1
  287. package/_cjs/Hub/internal.cjs +16 -24
  288. package/_cjs/Hub/internal.cjs.map +1 -1
  289. package/_cjs/IO/api/acquireRelease.cjs +2 -4
  290. package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
  291. package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
  292. package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
  293. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
  294. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
  295. package/_cjs/IO/api/addFinalizer.cjs +1 -1
  296. package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
  297. package/_cjs/IO/api/addFinalizerExit.cjs +5 -11
  298. package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
  299. package/_cjs/IO/api/asyncIO.cjs +5 -7
  300. package/_cjs/IO/api/asyncIO.cjs.map +1 -1
  301. package/_cjs/IO/api/bracket.cjs +2 -2
  302. package/_cjs/IO/api/bracket.cjs.map +1 -1
  303. package/_cjs/IO/api/bracketExit.cjs +2 -4
  304. package/_cjs/IO/api/bracketExit.cjs.map +1 -1
  305. package/_cjs/IO/api/concurrency.cjs +7 -7
  306. package/_cjs/IO/api/concurrency.cjs.map +1 -1
  307. package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
  308. package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
  309. package/_cjs/IO/api/consoleWith.cjs +3 -3
  310. package/_cjs/IO/api/consoleWith.cjs.map +1 -1
  311. package/_cjs/IO/api/core-scope.cjs +4 -4
  312. package/_cjs/IO/api/core-scope.cjs.map +1 -1
  313. package/_cjs/IO/api/ensuringChildren.cjs +2 -4
  314. package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
  315. package/_cjs/IO/api/environment.cjs +6 -8
  316. package/_cjs/IO/api/environment.cjs.map +1 -1
  317. package/_cjs/IO/api/foreachC.cjs +25 -27
  318. package/_cjs/IO/api/foreachC.cjs.map +1 -1
  319. package/_cjs/IO/api/foreachExec.cjs +2 -4
  320. package/_cjs/IO/api/foreachExec.cjs.map +1 -1
  321. package/_cjs/IO/api/forkIn.cjs +1 -1
  322. package/_cjs/IO/api/forkIn.cjs.map +1 -1
  323. package/_cjs/IO/api/forkScoped.cjs +1 -1
  324. package/_cjs/IO/api/forkScoped.cjs.map +1 -1
  325. package/_cjs/IO/api/fulfill.cjs +2 -4
  326. package/_cjs/IO/api/fulfill.cjs.map +1 -1
  327. package/_cjs/IO/api/interrupt.cjs +13 -13
  328. package/_cjs/IO/api/interrupt.cjs.map +1 -1
  329. package/_cjs/IO/api/memoize.cjs +4 -8
  330. package/_cjs/IO/api/memoize.cjs.map +1 -1
  331. package/_cjs/IO/api/onExit.cjs +2 -2
  332. package/_cjs/IO/api/onExit.cjs.map +1 -1
  333. package/_cjs/IO/api/onTermination.cjs +2 -2
  334. package/_cjs/IO/api/onTermination.cjs.map +1 -1
  335. package/_cjs/IO/api/once.cjs +1 -1
  336. package/_cjs/IO/api/once.cjs.map +1 -1
  337. package/_cjs/IO/api/provideLayer.cjs +2 -4
  338. package/_cjs/IO/api/provideLayer.cjs.map +1 -1
  339. package/_cjs/IO/api/provideSomeLayer.cjs +2 -3
  340. package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
  341. package/_cjs/IO/api/race.cjs +4 -6
  342. package/_cjs/IO/api/race.cjs.map +1 -1
  343. package/_cjs/IO/api/raceFirst.cjs +2 -4
  344. package/_cjs/IO/api/raceFirst.cjs.map +1 -1
  345. package/_cjs/IO/api/randomWith.cjs +3 -3
  346. package/_cjs/IO/api/randomWith.cjs.map +1 -1
  347. package/_cjs/IO/api/repeat.cjs +10 -11
  348. package/_cjs/IO/api/repeat.cjs.map +1 -1
  349. package/_cjs/IO/api/retry.cjs +8 -9
  350. package/_cjs/IO/api/retry.cjs.map +1 -1
  351. package/_cjs/IO/api/schedule.cjs +6 -7
  352. package/_cjs/IO/api/schedule.cjs.map +1 -1
  353. package/_cjs/IO/api/scope.cjs +1 -1
  354. package/_cjs/IO/api/scope.cjs.map +1 -1
  355. package/_cjs/IO/api/scopeWith.cjs +2 -4
  356. package/_cjs/IO/api/scopeWith.cjs.map +1 -1
  357. package/_cjs/IO/api/scoped.cjs +4 -5
  358. package/_cjs/IO/api/scoped.cjs.map +1 -1
  359. package/_cjs/IO/api/stateful.cjs +1 -1
  360. package/_cjs/IO/api/stateful.cjs.map +1 -1
  361. package/_cjs/IO/api/timeout.cjs +3 -4
  362. package/_cjs/IO/api/timeout.cjs.map +1 -1
  363. package/_cjs/IO/api/withChildren.cjs +1 -1
  364. package/_cjs/IO/api/withChildren.cjs.map +1 -1
  365. package/_cjs/IO/api/withEarlyRelease.cjs +2 -4
  366. package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
  367. package/_cjs/IO/api/withFinalizer.cjs +2 -2
  368. package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
  369. package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
  370. package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
  371. package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
  372. package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
  373. package/_cjs/IO/api/zipC.cjs +5 -6
  374. package/_cjs/IO/api/zipC.cjs.map +1 -1
  375. package/_cjs/IO/api.cjs +112 -112
  376. package/_cjs/IO/api.cjs.map +1 -1
  377. package/_cjs/IO/definition.cjs +5 -8
  378. package/_cjs/IO/definition.cjs.map +1 -1
  379. package/_cjs/IO/runtime.cjs +69 -21
  380. package/_cjs/IO/runtime.cjs.map +1 -1
  381. package/_cjs/IOEnv/live.cjs +3 -1
  382. package/_cjs/IOEnv/live.cjs.map +1 -1
  383. package/_cjs/Layer/MemoMap.cjs +45 -62
  384. package/_cjs/Layer/MemoMap.cjs.map +1 -1
  385. package/_cjs/Layer/api.cjs +84 -83
  386. package/_cjs/Layer/api.cjs.map +1 -1
  387. package/_cjs/Layer/definition.cjs +14 -7
  388. package/_cjs/Layer/definition.cjs.map +1 -1
  389. package/_cjs/Queue/api/dimapIO.cjs +14 -14
  390. package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
  391. package/_cjs/Queue/api/filterInputIO.cjs +6 -6
  392. package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
  393. package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
  394. package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
  395. package/_cjs/Queue/api/operations.cjs +13 -13
  396. package/_cjs/Queue/api/operations.cjs.map +1 -1
  397. package/_cjs/Queue/api/poll.cjs +2 -4
  398. package/_cjs/Queue/api/poll.cjs.map +1 -1
  399. package/_cjs/Queue/api/takeBetween.cjs +10 -12
  400. package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
  401. package/_cjs/Queue/api/zipWithIO.cjs +12 -12
  402. package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
  403. package/_cjs/Queue/constructors.cjs +8 -10
  404. package/_cjs/Queue/constructors.cjs.map +1 -1
  405. package/_cjs/Queue/internal.cjs +17 -17
  406. package/_cjs/Queue/internal.cjs.map +1 -1
  407. package/_cjs/Queue/strategy.cjs +16 -20
  408. package/_cjs/Queue/strategy.cjs.map +1 -1
  409. package/_cjs/Random/api.cjs +15 -13
  410. package/_cjs/Random/api.cjs.map +1 -1
  411. package/_cjs/Random/live.cjs +4 -4
  412. package/_cjs/Random/live.cjs.map +1 -1
  413. package/_cjs/Ref/Atomic/Atomic.cjs.map +1 -1
  414. package/_cjs/Ref/Atomic/api.cjs +19 -21
  415. package/_cjs/Ref/Atomic/api.cjs.map +1 -1
  416. package/_cjs/Ref/Derived.cjs.map +1 -1
  417. package/_cjs/Ref/DerivedAll.cjs +1 -1
  418. package/_cjs/Ref/DerivedAll.cjs.map +1 -1
  419. package/_cjs/Ref/Synchronized/api.cjs +25 -26
  420. package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
  421. package/_cjs/Ref/Synchronized/constructors.cjs +8 -14
  422. package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
  423. package/_cjs/Ref/Synchronized/definition.cjs +1 -1
  424. package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
  425. package/_cjs/Ref/api/collect.cjs +1 -1
  426. package/_cjs/Ref/api/collect.cjs.map +1 -1
  427. package/_cjs/Ref/api/dimap.cjs +12 -12
  428. package/_cjs/Ref/api/dimap.cjs.map +1 -1
  429. package/_cjs/Ref/api/filter.cjs +2 -2
  430. package/_cjs/Ref/api/filter.cjs.map +1 -1
  431. package/_cjs/Ref/api/get.cjs +1 -1
  432. package/_cjs/Ref/api/get.cjs.map +1 -1
  433. package/_cjs/Ref/api/modify.cjs +29 -30
  434. package/_cjs/Ref/api/modify.cjs.map +1 -1
  435. package/_cjs/Ref/api/set.cjs +1 -1
  436. package/_cjs/Ref/api/set.cjs.map +1 -1
  437. package/_cjs/Ref/constructors.cjs +3 -4
  438. package/_cjs/Ref/constructors.cjs.map +1 -1
  439. package/_cjs/STM/api/core-api.cjs +8 -8
  440. package/_cjs/STM/api/core-api.cjs.map +1 -1
  441. package/_cjs/STM/api/core-constructors.cjs +6 -6
  442. package/_cjs/STM/api/core-constructors.cjs.map +1 -1
  443. package/_cjs/STM/api.cjs +129 -148
  444. package/_cjs/STM/api.cjs.map +1 -1
  445. package/_cjs/STM/definition.cjs.map +1 -1
  446. package/_cjs/STM/driver.cjs +10 -6
  447. package/_cjs/STM/driver.cjs.map +1 -1
  448. package/_cjs/STM/internal/Journal.cjs +20 -22
  449. package/_cjs/STM/internal/Journal.cjs.map +1 -1
  450. package/_cjs/Schedule/Decision.cjs +17 -0
  451. package/_cjs/Schedule/Decision.cjs.map +1 -1
  452. package/_cjs/Schedule/api/driver.cjs +18 -21
  453. package/_cjs/Schedule/api/driver.cjs.map +1 -1
  454. package/_cjs/Schedule/api.cjs +205 -180
  455. package/_cjs/Schedule/api.cjs.map +1 -1
  456. package/_cjs/Scope/Finalizer/definition.cjs +4 -6
  457. package/_cjs/Scope/Finalizer/definition.cjs.map +1 -1
  458. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
  459. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
  460. package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
  461. package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
  462. package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
  463. package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
  464. package/_cjs/Scope/ReleaseMap/definition.cjs +2 -4
  465. package/_cjs/Scope/ReleaseMap/definition.cjs.map +1 -1
  466. package/_cjs/Scope/api.cjs +20 -30
  467. package/_cjs/Scope/api.cjs.map +1 -1
  468. package/_cjs/ScopedRef/api.cjs +14 -22
  469. package/_cjs/ScopedRef/api.cjs.map +1 -1
  470. package/_cjs/Sink/api.cjs +92 -88
  471. package/_cjs/Sink/api.cjs.map +1 -1
  472. package/_cjs/State/api.cjs +5 -7
  473. package/_cjs/State/api.cjs.map +1 -1
  474. package/_cjs/Stream/api/zipAllWith.cjs +22 -24
  475. package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
  476. package/_cjs/Stream/api/zipWith.cjs +2 -2
  477. package/_cjs/Stream/api/zipWith.cjs.map +1 -1
  478. package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
  479. package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
  480. package/_cjs/Stream/api.cjs +436 -419
  481. package/_cjs/Stream/api.cjs.map +1 -1
  482. package/_cjs/Stream/internal/Handoff.cjs +12 -12
  483. package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
  484. package/_cjs/Stream/internal/Pull.cjs +1 -1
  485. package/_cjs/Stream/internal/Pull.cjs.map +1 -1
  486. package/_cjs/Stream/internal/Take.cjs +1 -1
  487. package/_cjs/Stream/internal/Take.cjs.map +1 -1
  488. package/_cjs/Supervisor/api.cjs +3 -1
  489. package/_cjs/Supervisor/api.cjs.map +1 -1
  490. package/_cjs/Supervisor/constructors.cjs +14 -8
  491. package/_cjs/Supervisor/constructors.cjs.map +1 -1
  492. package/_cjs/TFuture/api.cjs +10 -10
  493. package/_cjs/TFuture/api.cjs.map +1 -1
  494. package/_cjs/TFuture/constructors.cjs +4 -4
  495. package/_cjs/TFuture/constructors.cjs.map +1 -1
  496. package/_cjs/TFuture/definition.cjs +2 -4
  497. package/_cjs/TFuture/definition.cjs.map +1 -1
  498. package/_cjs/TReentrantLock/api.cjs +41 -42
  499. package/_cjs/TReentrantLock/api.cjs.map +1 -1
  500. package/_cjs/TRef/api.cjs +40 -40
  501. package/_cjs/TRef/api.cjs.map +1 -1
  502. package/_cjs/TRef/constructors.cjs +6 -6
  503. package/_cjs/TRef/constructors.cjs.map +1 -1
  504. package/_cjs/TSemaphore/api.cjs +20 -21
  505. package/_cjs/TSemaphore/api.cjs.map +1 -1
  506. package/_cjs/TSemaphore/constructors.cjs +2 -2
  507. package/_cjs/TSemaphore/constructors.cjs.map +1 -1
  508. package/_cjs/TSemaphore/definition.cjs +2 -4
  509. package/_cjs/TSemaphore/definition.cjs.map +1 -1
  510. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
  511. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
  512. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
  513. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
  514. package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
  515. package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
  516. package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
  517. package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
  518. package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
  519. package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
  520. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
  521. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
  522. package/_cjs/collection/immutable/Conc.cjs +26 -0
  523. package/_cjs/collection/immutable/Conc.cjs.map +1 -1
  524. package/_cjs/data/Exit/foreachIO.cjs +2 -4
  525. package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
  526. package/_cjs/global.cjs +6 -0
  527. package/_cjs/global.cjs.map +1 -0
  528. package/_cjs/index.cjs +6 -0
  529. package/_cjs/index.cjs.map +1 -0
  530. package/_cjs/internal/Scheduler.cjs +64 -14
  531. package/_cjs/internal/Scheduler.cjs.map +1 -1
  532. package/_mjs/Cached/api.mjs +5 -5
  533. package/_mjs/Cached/api.mjs.map +1 -1
  534. package/_mjs/Channel/api/interruptWhen.mjs +1 -1
  535. package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
  536. package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
  537. package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
  538. package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
  539. package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
  540. package/_mjs/Channel/api/mergeWith.mjs +6 -5
  541. package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
  542. package/_mjs/Channel/api/run.mjs +2 -1
  543. package/_mjs/Channel/api/run.mjs.map +1 -1
  544. package/_mjs/Channel/api.mjs +7 -7
  545. package/_mjs/Channel/api.mjs.map +1 -1
  546. package/_mjs/Channel/core-api.mjs.map +1 -1
  547. package/_mjs/Channel/definition.mjs.map +1 -1
  548. package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
  549. package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
  550. package/_mjs/Channel/internal/ChannelState.mjs +2 -1
  551. package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
  552. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
  553. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
  554. package/_mjs/Clock/live.mjs.map +1 -1
  555. package/_mjs/Console/api.mjs +4 -3
  556. package/_mjs/Console/api.mjs.map +1 -1
  557. package/_mjs/Fiber/FiberContext.mjs +9 -9
  558. package/_mjs/Fiber/FiberContext.mjs.map +1 -1
  559. package/_mjs/Fiber/api/await.mjs +1 -1
  560. package/_mjs/Fiber/api/await.mjs.map +1 -1
  561. package/_mjs/Fiber/api/awaitAll.mjs +2 -3
  562. package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
  563. package/_mjs/Fiber/api/children.mjs +1 -1
  564. package/_mjs/Fiber/api/children.mjs.map +1 -1
  565. package/_mjs/Fiber/api/collectAll.mjs +2 -3
  566. package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
  567. package/_mjs/Fiber/api/evalOn.mjs +1 -1
  568. package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
  569. package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
  570. package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
  571. package/_mjs/Fiber/api/fromIO.mjs +2 -3
  572. package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
  573. package/_mjs/Fiber/api/id.mjs +1 -1
  574. package/_mjs/Fiber/api/id.mjs.map +1 -1
  575. package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
  576. package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
  577. package/_mjs/Fiber/api/interrupt.mjs +2 -3
  578. package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
  579. package/_mjs/Fiber/api/interruptAll.mjs +4 -5
  580. package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
  581. package/_mjs/Fiber/api/interruptAs.mjs +1 -1
  582. package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
  583. package/_mjs/Fiber/api/interruptFork.mjs +1 -1
  584. package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
  585. package/_mjs/Fiber/api/join.mjs +2 -3
  586. package/_mjs/Fiber/api/join.mjs.map +1 -1
  587. package/_mjs/Fiber/api/joinAll.mjs +2 -3
  588. package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
  589. package/_mjs/Fiber/api/mapFiber.mjs +2 -3
  590. package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
  591. package/_mjs/Fiber/api/mapIO.mjs +4 -5
  592. package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
  593. package/_mjs/Fiber/api/poll.mjs +1 -1
  594. package/_mjs/Fiber/api/poll.mjs.map +1 -1
  595. package/_mjs/Fiber/api/zipWith.mjs +2 -3
  596. package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
  597. package/_mjs/Fiber/constructors.mjs +10 -11
  598. package/_mjs/Fiber/constructors.mjs.map +1 -1
  599. package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
  600. package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
  601. package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
  602. package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
  603. package/_mjs/FiberRef/api.mjs +13 -14
  604. package/_mjs/FiberRef/api.mjs.map +1 -1
  605. package/_mjs/FiberRef/constructors.mjs +4 -5
  606. package/_mjs/FiberRef/constructors.mjs.map +1 -1
  607. package/_mjs/FiberRef/unsafe.mjs +6 -0
  608. package/_mjs/FiberRef/unsafe.mjs.map +1 -1
  609. package/_mjs/Future/api.mjs +30 -31
  610. package/_mjs/Future/api.mjs.map +1 -1
  611. package/_mjs/Future/constructors.mjs +4 -5
  612. package/_mjs/Future/constructors.mjs.map +1 -1
  613. package/_mjs/Hub/api.mjs +44 -44
  614. package/_mjs/Hub/api.mjs.map +1 -1
  615. package/_mjs/Hub/internal.mjs +16 -24
  616. package/_mjs/Hub/internal.mjs.map +1 -1
  617. package/_mjs/IO/api/acquireRelease.mjs +2 -3
  618. package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
  619. package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
  620. package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
  621. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
  622. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
  623. package/_mjs/IO/api/addFinalizer.mjs +1 -1
  624. package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
  625. package/_mjs/IO/api/addFinalizerExit.mjs +5 -10
  626. package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
  627. package/_mjs/IO/api/asyncIO.mjs +5 -6
  628. package/_mjs/IO/api/asyncIO.mjs.map +1 -1
  629. package/_mjs/IO/api/bracket.mjs +2 -2
  630. package/_mjs/IO/api/bracket.mjs.map +1 -1
  631. package/_mjs/IO/api/bracketExit.mjs +2 -3
  632. package/_mjs/IO/api/bracketExit.mjs.map +1 -1
  633. package/_mjs/IO/api/concurrency.mjs +7 -7
  634. package/_mjs/IO/api/concurrency.mjs.map +1 -1
  635. package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
  636. package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
  637. package/_mjs/IO/api/consoleWith.mjs +3 -3
  638. package/_mjs/IO/api/consoleWith.mjs.map +1 -1
  639. package/_mjs/IO/api/core-scope.mjs +4 -4
  640. package/_mjs/IO/api/core-scope.mjs.map +1 -1
  641. package/_mjs/IO/api/ensuringChildren.mjs +2 -3
  642. package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
  643. package/_mjs/IO/api/environment.mjs +6 -8
  644. package/_mjs/IO/api/environment.mjs.map +1 -1
  645. package/_mjs/IO/api/foreachC.mjs +25 -26
  646. package/_mjs/IO/api/foreachC.mjs.map +1 -1
  647. package/_mjs/IO/api/foreachExec.mjs +2 -3
  648. package/_mjs/IO/api/foreachExec.mjs.map +1 -1
  649. package/_mjs/IO/api/forkIn.mjs +1 -1
  650. package/_mjs/IO/api/forkIn.mjs.map +1 -1
  651. package/_mjs/IO/api/forkScoped.mjs +1 -1
  652. package/_mjs/IO/api/forkScoped.mjs.map +1 -1
  653. package/_mjs/IO/api/fulfill.mjs +2 -3
  654. package/_mjs/IO/api/fulfill.mjs.map +1 -1
  655. package/_mjs/IO/api/interrupt.mjs +13 -13
  656. package/_mjs/IO/api/interrupt.mjs.map +1 -1
  657. package/_mjs/IO/api/memoize.mjs +4 -8
  658. package/_mjs/IO/api/memoize.mjs.map +1 -1
  659. package/_mjs/IO/api/onExit.mjs +2 -2
  660. package/_mjs/IO/api/onExit.mjs.map +1 -1
  661. package/_mjs/IO/api/onTermination.mjs +2 -2
  662. package/_mjs/IO/api/onTermination.mjs.map +1 -1
  663. package/_mjs/IO/api/once.mjs +1 -1
  664. package/_mjs/IO/api/once.mjs.map +1 -1
  665. package/_mjs/IO/api/provideLayer.mjs +2 -3
  666. package/_mjs/IO/api/provideLayer.mjs.map +1 -1
  667. package/_mjs/IO/api/provideSomeLayer.mjs +2 -3
  668. package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
  669. package/_mjs/IO/api/race.mjs +4 -5
  670. package/_mjs/IO/api/race.mjs.map +1 -1
  671. package/_mjs/IO/api/raceFirst.mjs +2 -3
  672. package/_mjs/IO/api/raceFirst.mjs.map +1 -1
  673. package/_mjs/IO/api/randomWith.mjs +3 -3
  674. package/_mjs/IO/api/randomWith.mjs.map +1 -1
  675. package/_mjs/IO/api/repeat.mjs +10 -11
  676. package/_mjs/IO/api/repeat.mjs.map +1 -1
  677. package/_mjs/IO/api/retry.mjs +8 -9
  678. package/_mjs/IO/api/retry.mjs.map +1 -1
  679. package/_mjs/IO/api/schedule.mjs +6 -7
  680. package/_mjs/IO/api/schedule.mjs.map +1 -1
  681. package/_mjs/IO/api/scope.mjs +1 -1
  682. package/_mjs/IO/api/scope.mjs.map +1 -1
  683. package/_mjs/IO/api/scopeWith.mjs +2 -3
  684. package/_mjs/IO/api/scopeWith.mjs.map +1 -1
  685. package/_mjs/IO/api/scoped.mjs +4 -5
  686. package/_mjs/IO/api/scoped.mjs.map +1 -1
  687. package/_mjs/IO/api/stateful.mjs +1 -1
  688. package/_mjs/IO/api/stateful.mjs.map +1 -1
  689. package/_mjs/IO/api/timeout.mjs +3 -4
  690. package/_mjs/IO/api/timeout.mjs.map +1 -1
  691. package/_mjs/IO/api/withChildren.mjs +1 -1
  692. package/_mjs/IO/api/withChildren.mjs.map +1 -1
  693. package/_mjs/IO/api/withEarlyRelease.mjs +2 -3
  694. package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
  695. package/_mjs/IO/api/withFinalizer.mjs +2 -2
  696. package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
  697. package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
  698. package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
  699. package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
  700. package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
  701. package/_mjs/IO/api/zipC.mjs +5 -6
  702. package/_mjs/IO/api/zipC.mjs.map +1 -1
  703. package/_mjs/IO/api.mjs +112 -112
  704. package/_mjs/IO/api.mjs.map +1 -1
  705. package/_mjs/IO/definition.mjs +3 -5
  706. package/_mjs/IO/definition.mjs.map +1 -1
  707. package/_mjs/IO/runtime.mjs +61 -18
  708. package/_mjs/IO/runtime.mjs.map +1 -1
  709. package/_mjs/IOEnv/live.mjs +2 -1
  710. package/_mjs/IOEnv/live.mjs.map +1 -1
  711. package/_mjs/Layer/MemoMap.mjs +43 -60
  712. package/_mjs/Layer/MemoMap.mjs.map +1 -1
  713. package/_mjs/Layer/api.mjs +84 -84
  714. package/_mjs/Layer/api.mjs.map +1 -1
  715. package/_mjs/Layer/definition.mjs +14 -7
  716. package/_mjs/Layer/definition.mjs.map +1 -1
  717. package/_mjs/Queue/api/dimapIO.mjs +14 -14
  718. package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
  719. package/_mjs/Queue/api/filterInputIO.mjs +6 -6
  720. package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
  721. package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
  722. package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
  723. package/_mjs/Queue/api/operations.mjs +13 -13
  724. package/_mjs/Queue/api/operations.mjs.map +1 -1
  725. package/_mjs/Queue/api/poll.mjs +2 -3
  726. package/_mjs/Queue/api/poll.mjs.map +1 -1
  727. package/_mjs/Queue/api/takeBetween.mjs +10 -11
  728. package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
  729. package/_mjs/Queue/api/zipWithIO.mjs +12 -12
  730. package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
  731. package/_mjs/Queue/constructors.mjs +8 -9
  732. package/_mjs/Queue/constructors.mjs.map +1 -1
  733. package/_mjs/Queue/internal.mjs +17 -17
  734. package/_mjs/Queue/internal.mjs.map +1 -1
  735. package/_mjs/Queue/strategy.mjs +16 -20
  736. package/_mjs/Queue/strategy.mjs.map +1 -1
  737. package/_mjs/Random/api.mjs +14 -13
  738. package/_mjs/Random/api.mjs.map +1 -1
  739. package/_mjs/Random/live.mjs +4 -4
  740. package/_mjs/Random/live.mjs.map +1 -1
  741. package/_mjs/Ref/Atomic/Atomic.mjs.map +1 -1
  742. package/_mjs/Ref/Atomic/api.mjs +19 -20
  743. package/_mjs/Ref/Atomic/api.mjs.map +1 -1
  744. package/_mjs/Ref/Derived.mjs.map +1 -1
  745. package/_mjs/Ref/DerivedAll.mjs +1 -1
  746. package/_mjs/Ref/DerivedAll.mjs.map +1 -1
  747. package/_mjs/Ref/Synchronized/api.mjs +25 -26
  748. package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
  749. package/_mjs/Ref/Synchronized/constructors.mjs +8 -13
  750. package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
  751. package/_mjs/Ref/Synchronized/definition.mjs +1 -1
  752. package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
  753. package/_mjs/Ref/api/collect.mjs +1 -1
  754. package/_mjs/Ref/api/collect.mjs.map +1 -1
  755. package/_mjs/Ref/api/dimap.mjs +12 -12
  756. package/_mjs/Ref/api/dimap.mjs.map +1 -1
  757. package/_mjs/Ref/api/filter.mjs +2 -2
  758. package/_mjs/Ref/api/filter.mjs.map +1 -1
  759. package/_mjs/Ref/api/get.mjs +1 -1
  760. package/_mjs/Ref/api/get.mjs.map +1 -1
  761. package/_mjs/Ref/api/modify.mjs +29 -30
  762. package/_mjs/Ref/api/modify.mjs.map +1 -1
  763. package/_mjs/Ref/api/set.mjs +1 -1
  764. package/_mjs/Ref/api/set.mjs.map +1 -1
  765. package/_mjs/Ref/constructors.mjs +3 -4
  766. package/_mjs/Ref/constructors.mjs.map +1 -1
  767. package/_mjs/STM/api/core-api.mjs +8 -8
  768. package/_mjs/STM/api/core-api.mjs.map +1 -1
  769. package/_mjs/STM/api/core-constructors.mjs +6 -6
  770. package/_mjs/STM/api/core-constructors.mjs.map +1 -1
  771. package/_mjs/STM/api.mjs +122 -142
  772. package/_mjs/STM/api.mjs.map +1 -1
  773. package/_mjs/STM/definition.mjs.map +1 -1
  774. package/_mjs/STM/driver.mjs +9 -6
  775. package/_mjs/STM/driver.mjs.map +1 -1
  776. package/_mjs/STM/internal/Journal.mjs +20 -21
  777. package/_mjs/STM/internal/Journal.mjs.map +1 -1
  778. package/_mjs/Schedule/Decision.mjs +9 -0
  779. package/_mjs/Schedule/Decision.mjs.map +1 -1
  780. package/_mjs/Schedule/api/driver.mjs +17 -20
  781. package/_mjs/Schedule/api/driver.mjs.map +1 -1
  782. package/_mjs/Schedule/api.mjs +198 -177
  783. package/_mjs/Schedule/api.mjs.map +1 -1
  784. package/_mjs/Scope/Finalizer/definition.mjs +4 -5
  785. package/_mjs/Scope/Finalizer/definition.mjs.map +1 -1
  786. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
  787. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
  788. package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
  789. package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
  790. package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
  791. package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
  792. package/_mjs/Scope/ReleaseMap/definition.mjs +2 -3
  793. package/_mjs/Scope/ReleaseMap/definition.mjs.map +1 -1
  794. package/_mjs/Scope/api.mjs +20 -30
  795. package/_mjs/Scope/api.mjs.map +1 -1
  796. package/_mjs/ScopedRef/api.mjs +14 -22
  797. package/_mjs/ScopedRef/api.mjs.map +1 -1
  798. package/_mjs/Sink/api.mjs +92 -88
  799. package/_mjs/Sink/api.mjs.map +1 -1
  800. package/_mjs/State/api.mjs +5 -6
  801. package/_mjs/State/api.mjs.map +1 -1
  802. package/_mjs/Stream/api/zipAllWith.mjs +22 -23
  803. package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
  804. package/_mjs/Stream/api/zipWith.mjs +2 -2
  805. package/_mjs/Stream/api/zipWith.mjs.map +1 -1
  806. package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
  807. package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
  808. package/_mjs/Stream/api.mjs +430 -417
  809. package/_mjs/Stream/api.mjs.map +1 -1
  810. package/_mjs/Stream/internal/Handoff.mjs +12 -12
  811. package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
  812. package/_mjs/Stream/internal/Pull.mjs +1 -1
  813. package/_mjs/Stream/internal/Pull.mjs.map +1 -1
  814. package/_mjs/Stream/internal/Take.mjs +1 -1
  815. package/_mjs/Stream/internal/Take.mjs.map +1 -1
  816. package/_mjs/Supervisor/api.mjs +2 -1
  817. package/_mjs/Supervisor/api.mjs.map +1 -1
  818. package/_mjs/Supervisor/constructors.mjs +9 -6
  819. package/_mjs/Supervisor/constructors.mjs.map +1 -1
  820. package/_mjs/TFuture/api.mjs +10 -10
  821. package/_mjs/TFuture/api.mjs.map +1 -1
  822. package/_mjs/TFuture/constructors.mjs +4 -4
  823. package/_mjs/TFuture/constructors.mjs.map +1 -1
  824. package/_mjs/TFuture/definition.mjs +2 -3
  825. package/_mjs/TFuture/definition.mjs.map +1 -1
  826. package/_mjs/TReentrantLock/api.mjs +41 -42
  827. package/_mjs/TReentrantLock/api.mjs.map +1 -1
  828. package/_mjs/TRef/api.mjs +40 -40
  829. package/_mjs/TRef/api.mjs.map +1 -1
  830. package/_mjs/TRef/constructors.mjs +6 -6
  831. package/_mjs/TRef/constructors.mjs.map +1 -1
  832. package/_mjs/TSemaphore/api.mjs +17 -18
  833. package/_mjs/TSemaphore/api.mjs.map +1 -1
  834. package/_mjs/TSemaphore/constructors.mjs +2 -2
  835. package/_mjs/TSemaphore/constructors.mjs.map +1 -1
  836. package/_mjs/TSemaphore/definition.mjs +2 -3
  837. package/_mjs/TSemaphore/definition.mjs.map +1 -1
  838. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
  839. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
  840. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
  841. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
  842. package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
  843. package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
  844. package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
  845. package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
  846. package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
  847. package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
  848. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
  849. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
  850. package/_mjs/collection/immutable/Conc.mjs +2 -0
  851. package/_mjs/collection/immutable/Conc.mjs.map +1 -1
  852. package/_mjs/data/Exit/foreachIO.mjs +2 -3
  853. package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
  854. package/_mjs/global.mjs +2 -0
  855. package/_mjs/global.mjs.map +1 -0
  856. package/_mjs/index.mjs +2 -0
  857. package/_mjs/index.mjs.map +1 -0
  858. package/_mjs/internal/Scheduler.mjs +62 -15
  859. package/_mjs/internal/Scheduler.mjs.map +1 -1
  860. package/_src/Cached/api.ts +4 -3
  861. package/_src/Channel/api/interruptWhen.ts +1 -1
  862. package/_src/Channel/api/mapOutIOC.ts +2 -2
  863. package/_src/Channel/api/mergeAll.ts +1 -1
  864. package/_src/Channel/api/mergeAllUnboundedWith.ts +1 -1
  865. package/_src/Channel/api/mergeAllWith.ts +3 -3
  866. package/_src/Channel/api/mergeMap.ts +1 -1
  867. package/_src/Channel/api/mergeWith.ts +9 -9
  868. package/_src/Channel/api/runScoped.ts +1 -1
  869. package/_src/Channel/api/toPull.ts +1 -1
  870. package/_src/Channel/api/zipC.ts +3 -3
  871. package/_src/Channel/api.ts +73 -73
  872. package/_src/Channel/core-api.ts +11 -13
  873. package/_src/Channel/definition.ts +19 -19
  874. package/_src/Channel/internal/MergeDecision.ts +1 -1
  875. package/_src/Clock/live.ts +1 -1
  876. package/_src/Console/api.ts +1 -1
  877. package/_src/Fiber/FiberContext.ts +10 -8
  878. package/_src/Fiber/api/await.ts +1 -1
  879. package/_src/Fiber/api/awaitAll.ts +1 -1
  880. package/_src/Fiber/api/children.ts +1 -1
  881. package/_src/Fiber/api/collectAll.ts +4 -1
  882. package/_src/Fiber/api/evalOn.ts +6 -1
  883. package/_src/Fiber/api/evalOnIO.ts +2 -1
  884. package/_src/Fiber/api/fromIO.ts +1 -1
  885. package/_src/Fiber/api/id.ts +1 -1
  886. package/_src/Fiber/api/inheritRefs.ts +1 -1
  887. package/_src/Fiber/api/interrupt.ts +1 -1
  888. package/_src/Fiber/api/interruptAll.ts +2 -2
  889. package/_src/Fiber/api/interruptAs.ts +1 -1
  890. package/_src/Fiber/api/join.ts +1 -1
  891. package/_src/Fiber/api/joinAll.ts +1 -1
  892. package/_src/Fiber/api/mapFiber.ts +5 -1
  893. package/_src/Fiber/api/mapIO.ts +6 -2
  894. package/_src/Fiber/api/poll.ts +1 -1
  895. package/_src/Fiber/api/zipWith.ts +1 -0
  896. package/_src/Fiber/constructors.ts +5 -5
  897. package/_src/Fiber/definition.ts +1 -1
  898. package/_src/FiberRef/api/locallyScoped.ts +1 -1
  899. package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
  900. package/_src/FiberRef/api.ts +7 -7
  901. package/_src/FiberRef/constructors.ts +4 -2
  902. package/_src/FiberRef/unsafe.ts +7 -0
  903. package/_src/Future/api.ts +24 -16
  904. package/_src/Future/constructors.ts +2 -2
  905. package/_src/Hub/api.ts +50 -23
  906. package/_src/Hub/definition.ts +6 -6
  907. package/_src/Hub/internal.ts +15 -15
  908. package/_src/IO/api/acquireRelease.ts +2 -1
  909. package/_src/IO/api/acquireReleaseExit.ts +1 -1
  910. package/_src/IO/api/acquireReleaseInterruptible.ts +1 -1
  911. package/_src/IO/api/acquireReleaseInterruptibleExit.ts +1 -1
  912. package/_src/IO/api/addFinalizer.ts +1 -4
  913. package/_src/IO/api/addFinalizerExit.ts +6 -5
  914. package/_src/IO/api/asyncIO.ts +4 -1
  915. package/_src/IO/api/bracket.ts +2 -1
  916. package/_src/IO/api/bracketExit.ts +2 -1
  917. package/_src/IO/api/concurrency.ts +6 -3
  918. package/_src/IO/api/concurrentFinalizers.ts +1 -1
  919. package/_src/IO/api/consoleWith.ts +1 -1
  920. package/_src/IO/api/core-scope.ts +1 -1
  921. package/_src/IO/api/ensuringChildren.ts +3 -2
  922. package/_src/IO/api/environment.ts +9 -11
  923. package/_src/IO/api/foreachC.ts +33 -6
  924. package/_src/IO/api/foreachExec.ts +1 -0
  925. package/_src/IO/api/forkScoped.ts +1 -1
  926. package/_src/IO/api/fulfill.ts +1 -1
  927. package/_src/IO/api/interrupt.ts +13 -5
  928. package/_src/IO/api/memoize.ts +3 -3
  929. package/_src/IO/api/onExit.ts +2 -1
  930. package/_src/IO/api/onTermination.ts +2 -2
  931. package/_src/IO/api/provideLayer.ts +1 -0
  932. package/_src/IO/api/provideSomeLayer.ts +1 -3
  933. package/_src/IO/api/race.ts +6 -2
  934. package/_src/IO/api/raceFirst.ts +6 -2
  935. package/_src/IO/api/randomWith.ts +1 -1
  936. package/_src/IO/api/repeat.ts +7 -7
  937. package/_src/IO/api/retry.ts +7 -7
  938. package/_src/IO/api/schedule.ts +4 -3
  939. package/_src/IO/api/scope.ts +1 -1
  940. package/_src/IO/api/scopeWith.ts +1 -1
  941. package/_src/IO/api/scoped.ts +2 -2
  942. package/_src/IO/api/sequenceT.ts +1 -1
  943. package/_src/IO/api/stateful.ts +1 -1
  944. package/_src/IO/api/timeout.ts +5 -1
  945. package/_src/IO/api/withChildren.ts +1 -1
  946. package/_src/IO/api/withEarlyRelease.ts +4 -1
  947. package/_src/IO/api/withFinalizer.ts +2 -1
  948. package/_src/IO/api/withFinalizerExit.ts +2 -1
  949. package/_src/IO/api/withRuntimeConfig.ts +5 -1
  950. package/_src/IO/api/zipC.ts +7 -2
  951. package/_src/IO/api.ts +125 -75
  952. package/_src/IO/definition.ts +32 -27
  953. package/_src/IO/runtime.ts +66 -12
  954. package/_src/IOEnv/definition.ts +1 -1
  955. package/_src/Layer/MemoMap.ts +41 -34
  956. package/_src/Layer/api.ts +82 -49
  957. package/_src/Layer/definition.ts +11 -8
  958. package/_src/Queue/api/dimapIO.ts +21 -11
  959. package/_src/Queue/api/filterInputIO.ts +6 -4
  960. package/_src/Queue/api/filterOutputIO.ts +8 -6
  961. package/_src/Queue/api/operations.ts +28 -10
  962. package/_src/Queue/api/poll.ts +4 -1
  963. package/_src/Queue/api/takeBetween.ts +6 -1
  964. package/_src/Queue/api/zipWithIO.ts +13 -10
  965. package/_src/Queue/constructors.ts +4 -4
  966. package/_src/Queue/definition.ts +10 -10
  967. package/_src/Queue/internal.ts +7 -7
  968. package/_src/Queue/strategy.ts +18 -10
  969. package/_src/Random/api.ts +5 -5
  970. package/_src/Random/definition.ts +5 -5
  971. package/_src/Random/live.ts +4 -4
  972. package/_src/Ref/Atomic/Atomic.ts +3 -3
  973. package/_src/Ref/Atomic/api.ts +10 -10
  974. package/_src/Ref/Derived.ts +3 -3
  975. package/_src/Ref/DerivedAll.ts +3 -3
  976. package/_src/Ref/Synchronized/api.ts +33 -18
  977. package/_src/Ref/Synchronized/constructors.ts +5 -5
  978. package/_src/Ref/Synchronized/definition.ts +2 -2
  979. package/_src/Ref/api/collect.ts +1 -0
  980. package/_src/Ref/api/dimap.ts +7 -0
  981. package/_src/Ref/api/filter.ts +2 -0
  982. package/_src/Ref/api/get.ts +5 -2
  983. package/_src/Ref/api/modify.ts +21 -9
  984. package/_src/Ref/api/set.ts +5 -1
  985. package/_src/Ref/constructors.ts +2 -2
  986. package/_src/Ref/definition.ts +14 -14
  987. package/_src/STM/api/core-api.ts +20 -7
  988. package/_src/STM/api/core-constructors.ts +7 -7
  989. package/_src/STM/api.ts +150 -116
  990. package/_src/STM/definition.ts +6 -6
  991. package/_src/STM/driver.ts +3 -3
  992. package/_src/STM/internal/Journal.ts +25 -16
  993. package/_src/Schedule/Decision.ts +10 -3
  994. package/_src/Schedule/Driver.ts +2 -2
  995. package/_src/Schedule/api/driver.ts +6 -6
  996. package/_src/Schedule/api.ts +182 -82
  997. package/_src/Schedule/definition.ts +1 -1
  998. package/_src/Scope/Finalizer/definition.ts +2 -2
  999. package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
  1000. package/_src/Scope/ReleaseMap/api.ts +15 -5
  1001. package/_src/Scope/ReleaseMap/definition.ts +1 -1
  1002. package/_src/Scope/api.ts +23 -15
  1003. package/_src/ScopedRef/api.ts +12 -17
  1004. package/_src/ScopedRef/definition.ts +1 -1
  1005. package/_src/Sink/api.ts +111 -85
  1006. package/_src/State/api.ts +1 -1
  1007. package/_src/Stream/api/zipAllWith.ts +5 -2
  1008. package/_src/Stream/api/zipWith.ts +2 -1
  1009. package/_src/Stream/api/zipWithChunks.ts +5 -2
  1010. package/_src/Stream/api.ts +484 -216
  1011. package/_src/Stream/definition.ts +3 -3
  1012. package/_src/Stream/internal/Take.ts +1 -1
  1013. package/_src/Supervisor/constructors.ts +7 -3
  1014. package/_src/TFuture/api.ts +5 -5
  1015. package/_src/TFuture/constructors.ts +2 -2
  1016. package/_src/TFuture/definition.ts +1 -1
  1017. package/_src/TReentrantLock/api.ts +18 -18
  1018. package/_src/TRef/api.ts +36 -14
  1019. package/_src/TRef/constructors.ts +4 -4
  1020. package/_src/TSemaphore/api.ts +7 -7
  1021. package/_src/TSemaphore/constructors.ts +1 -1
  1022. package/_src/TSemaphore/definition.ts +1 -1
  1023. package/_src/collection/immutable/Conc/filterIO.ts +5 -1
  1024. package/_src/collection/immutable/Conc/findIO.ts +6 -1
  1025. package/_src/collection/immutable/Conc/mapIO.ts +1 -1
  1026. package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
  1027. package/_src/collection/immutable/Conc.ts +2 -0
  1028. package/_src/data/Exit/foreachIO.ts +1 -0
  1029. package/_src/global.ts +149 -0
  1030. package/_src/index.ts +42 -0
  1031. package/_src/internal/Scheduler.ts +59 -15
  1032. package/collection/immutable/Conc/filterIO.d.ts +1 -1
  1033. package/collection/immutable/Conc/findIO.d.ts +2 -2
  1034. package/collection/immutable/Conc/mapIO.d.ts +1 -1
  1035. package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
  1036. package/collection/immutable/Conc.d.ts +2 -0
  1037. package/data/Exit/foreachIO.d.ts +2 -2
  1038. package/global.d.ts +149 -0
  1039. package/index.d.ts +40 -0
  1040. package/internal/Scheduler.d.ts +18 -1
  1041. package/package.json +3 -3
@@ -4,7 +4,7 @@ import type { PRef } from "./definition.js";
4
4
  import { RefInternal } from "./definition.js";
5
5
  import { DerivedAll } from "./DerivedAll.js";
6
6
 
7
- export class Derived<EA, EB, A, B> extends RefInternal<unknown, unknown, EA, EB, A, B> {
7
+ export class Derived<EA, EB, A, B> extends RefInternal<never, never, EA, EB, A, B> {
8
8
  readonly _tag = "Derived";
9
9
 
10
10
  constructor(
@@ -23,7 +23,7 @@ export class Derived<EA, EB, A, B> extends RefInternal<unknown, unknown, EA, EB,
23
23
  eb: (_: EB) => ED,
24
24
  ca: (_: C) => Either<EC, A>,
25
25
  bd: (_: B) => Either<ED, D>,
26
- ): PRef<unknown, unknown, EC, ED, C, D> {
26
+ ): PRef<never, never, EC, ED, C, D> {
27
27
  return this.use(
28
28
  (value, getEither, setEither) =>
29
29
  new Derived<EC, ED, C, D>((f) =>
@@ -42,7 +42,7 @@ export class Derived<EA, EB, A, B> extends RefInternal<unknown, unknown, EA, EB,
42
42
  ec: (_: EB) => EC,
43
43
  ca: (_: C) => (_: B) => Either<EC, A>,
44
44
  bd: (_: B) => Either<ED, D>,
45
- ): PRef<unknown, unknown, EC, ED, C, D> {
45
+ ): PRef<never, never, EC, ED, C, D> {
46
46
  return this.use(
47
47
  (value, getEither, setEither) =>
48
48
  new DerivedAll<EC, ED, C, D>((f) =>
@@ -3,7 +3,7 @@ import type { PRef } from "./definition.js";
3
3
 
4
4
  import { RefInternal } from "./definition.js";
5
5
 
6
- export class DerivedAll<EA, EB, A, B> extends RefInternal<unknown, unknown, EA, EB, A, B> {
6
+ export class DerivedAll<EA, EB, A, B> extends RefInternal<never, never, EA, EB, A, B> {
7
7
  readonly _tag = "DerivedAll";
8
8
 
9
9
  constructor(
@@ -22,7 +22,7 @@ export class DerivedAll<EA, EB, A, B> extends RefInternal<unknown, unknown, EA,
22
22
  eb: (_: EB) => ED,
23
23
  ca: (_: C) => Either<EC, A>,
24
24
  bd: (_: B) => Either<ED, D>,
25
- ): PRef<unknown, unknown, EC, ED, C, D> {
25
+ ): PRef<never, never, EC, ED, C, D> {
26
26
  return this.use(
27
27
  (value, getEither, setEither) =>
28
28
  new DerivedAll((f) =>
@@ -41,7 +41,7 @@ export class DerivedAll<EA, EB, A, B> extends RefInternal<unknown, unknown, EA,
41
41
  ec: (_: EB) => EC,
42
42
  ca: (_: C) => (_: B) => Either<EC, A>,
43
43
  bd: (_: B) => Either<ED, D>,
44
- ): PRef<unknown, unknown, EC, ED, C, D> {
44
+ ): PRef<never, never, EC, ED, C, D> {
45
45
  return this.use(
46
46
  (value, getEither, setEither) =>
47
47
  new DerivedAll((f) =>
@@ -15,7 +15,8 @@ import { concreteSynchronized } from "./definition.js";
15
15
  export function collectIO_<RA, RB, EA, EB, A, B, RC, EC, C>(
16
16
  ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
17
17
  f: (b: B) => Maybe<IO<RC, EC, C>>,
18
- ): PRef.Synchronized<RA, RB & RC, EA, Maybe<EB | EC>, A, C> {
18
+ __tsplusTrace?: string,
19
+ ): PRef.Synchronized<RA, RB | RC, EA, Maybe<EB | EC>, A, C> {
19
20
  return ref.matchIO(
20
21
  identity,
21
22
  (eb) => Just<EB | EC>(eb),
@@ -36,7 +37,8 @@ export function collectIO_<RA, RB, EA, EB, A, B, RC, EC, C>(
36
37
  export function contramapIO_<RA, RB, EA, EB, B, A, RC, EC, C>(
37
38
  ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
38
39
  f: (c: C) => IO<RC, EC, A>,
39
- ): PRef.Synchronized<RA & RC, RB, EC | EA, EB, C, B> {
40
+ __tsplusTrace?: string,
41
+ ): PRef.Synchronized<RA | RC, RB, EC | EA, EB, C, B> {
40
42
  return ref.dimapIO(f, IO.succeedNow);
41
43
  }
42
44
 
@@ -50,7 +52,8 @@ export function dimapIO_<RA, RB, EA, EB, B, RC, EC, A, RD, ED, C = A, D = B>(
50
52
  ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
51
53
  f: (c: C) => IO<RC, EC, A>,
52
54
  g: (b: B) => IO<RD, ED, D>,
53
- ): PRef.Synchronized<RA & RC, RB & RD, EA | EC, EB | ED, C, D> {
55
+ __tsplusTrace?: string,
56
+ ): PRef.Synchronized<RA | RC, RB | RD, EA | EC, EB | ED, C, D> {
54
57
  return ref.matchIO(
55
58
  (ea: EA | EC) => ea,
56
59
  (eb: EB | ED) => eb,
@@ -69,9 +72,10 @@ export function dimapIO_<RA, RB, EA, EB, B, RC, EC, A, RD, ED, C = A, D = B>(
69
72
  export function filterInputIO_<RA, RB, EA, EB, B, A, RC, EC, A1 extends A = A>(
70
73
  ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
71
74
  f: (a: A1) => IO<RC, EC, boolean>,
72
- ): PRef.Synchronized<RA & RC, RB, Maybe<EC | EA>, EB, A1, B> {
75
+ __tsplusTrace?: string,
76
+ ): PRef.Synchronized<RA | RC, RB, Maybe<EC | EA>, EB, A1, B> {
73
77
  return ref.matchIO(
74
- (ea) => Just(ea),
78
+ (ea): Maybe<EC | EA> => Just(ea),
75
79
  identity,
76
80
  (a) => f(a).asJustError.ifIO(IO.failNow(Nothing()), IO.succeedNow(a)),
77
81
  IO.succeedNow,
@@ -88,9 +92,13 @@ export function filterInputIO_<RA, RB, EA, EB, B, A, RC, EC, A1 extends A = A>(
88
92
  export function filterOutputIO_<RA, RB, EA, EB, A, B, RC, EC>(
89
93
  ref: PRef.Synchronized<RA, RB, EA, EB, A, B>,
90
94
  f: (b: B) => IO<RC, EC, boolean>,
91
- ): PRef.Synchronized<RA, RB & RC, EA, Maybe<EC | EB>, A, B> {
92
- return ref.matchIO(identity, Maybe.just, IO.succeedNow, (b) =>
93
- f(b).asJustError.ifIO(IO.succeedNow(b), IO.failNow(Nothing())),
95
+ __tsplusTrace?: string,
96
+ ): PRef.Synchronized<RA, RB | RC, EA, Maybe<EC | EB>, A, B> {
97
+ return ref.matchIO(
98
+ identity,
99
+ (eb): Maybe<EC | EB> => Maybe.just(eb),
100
+ IO.succeedNow,
101
+ (b) => f(b).asJustError.ifIO(IO.succeedNow(b), IO.failNow(Nothing())),
94
102
  );
95
103
  }
96
104
 
@@ -101,7 +109,8 @@ export function filterOutputIO_<RA, RB, EA, EB, A, B, RC, EC>(
101
109
  export function getAndUpdateIO_<RA, RB, EA, EB, R1, E1, A>(
102
110
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
103
111
  f: (a: A) => IO<R1, E1, A>,
104
- ): IO<RA & RB & R1, EA | EB | E1, A> {
112
+ __tsplusTrace?: string,
113
+ ): IO<RA | RB | R1, EA | EB | E1, A> {
105
114
  return ref.modifyIO((a) => f(a).map((r) => [a, r]));
106
115
  }
107
116
 
@@ -112,7 +121,8 @@ export function getAndUpdateIO_<RA, RB, EA, EB, R1, E1, A>(
112
121
  export function getAndUpdateJustIO_<RA, RB, EA, EB, R1, E1, A>(
113
122
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
114
123
  f: (a: A) => Maybe<IO<R1, E1, A>>,
115
- ): IO<RA & RB & R1, EA | EB | E1, A> {
124
+ __tsplusTrace?: string,
125
+ ): IO<RA | RB | R1, EA | EB | E1, A> {
116
126
  return ref.modifyIO((a) =>
117
127
  f(a)
118
128
  .getOrElse(IO.succeedNow(a))
@@ -130,7 +140,7 @@ export function matchIO_<RA, RB, EA, EB, A, B, RC, RD, EC, ED, C, D>(
130
140
  ca: (_: C) => IO<RC, EC, A>,
131
141
  bd: (_: B) => IO<RD, ED, D>,
132
142
  __tsplusTrace?: string,
133
- ): PRef.Synchronized<RA & RC, RB & RD, EC, ED, C, D> {
143
+ ): PRef.Synchronized<RA | RC, RB | RD, EC, ED, C, D> {
134
144
  return self.matchIO(ea, eb, ca, bd);
135
145
  }
136
146
 
@@ -145,7 +155,7 @@ export function matchAllIO_<RA, RB, EA, EB, A, B, RC, RD, EC, ED, C, D>(
145
155
  ca: (_: C) => (_: B) => IO<RC, EC, A>,
146
156
  bd: (_: B) => IO<RD, ED, D>,
147
157
  __tsplusTrace?: string,
148
- ): PRef.Synchronized<RA & RB & RC, RB & RD, EC, ED, C, D> {
158
+ ): PRef.Synchronized<RA | RB | RC, RB & RD, EC, ED, C, D> {
149
159
  return self.matchAllIO(ea, eb, ec, ca, bd);
150
160
  }
151
161
 
@@ -156,7 +166,7 @@ export function modifyIO_<RA, RB, EA, EB, A, R1, E1, B>(
156
166
  self: PRef.Synchronized<RA, RB, EA, EB, A, A>,
157
167
  f: (a: A) => IO<R1, E1, readonly [B, A]>,
158
168
  __tsplusTrace?: string,
159
- ): IO<RA & RB & R1, EA | EB | E1, B> {
169
+ ): IO<RA | RB | R1, EA | EB | E1, B> {
160
170
  concreteSynchronized(self);
161
171
  return self.withPermit(self.unsafeGet.flatMap(f).flatMap(([b, a]) => self.unsafeSet(a).as(b)));
162
172
  }
@@ -173,7 +183,8 @@ export function modifyJustIO_<RA, RB, EA, EB, R1, E1, A, B>(
173
183
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
174
184
  def: B,
175
185
  f: (a: A) => Maybe<IO<R1, E1, readonly [B, A]>>,
176
- ): IO<RA & RB & R1, EA | EB | E1, B> {
186
+ __tsplusTrace?: string,
187
+ ): IO<RA | RB | R1, EA | EB | E1, B> {
177
188
  return ref.modifyIO((a) => f(a).getOrElse(IO.succeedNow(tuple(def, a))));
178
189
  }
179
190
 
@@ -185,7 +196,8 @@ export function modifyJustIO_<RA, RB, EA, EB, R1, E1, A, B>(
185
196
  export function updateAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
186
197
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
187
198
  f: (a: A) => IO<R1, E1, A>,
188
- ): IO<RA & RB & R1, E1 | EA | EB, void> {
199
+ __tsplusTrace?: string,
200
+ ): IO<RA | RB | R1, E1 | EA | EB, void> {
189
201
  return ref.modifyIO((a) => f(a).map((r) => [r, r])).asUnit;
190
202
  }
191
203
 
@@ -197,7 +209,8 @@ export function updateAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
197
209
  export function updateIO_<RA, RB, EA, EB, R1, E1, A>(
198
210
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
199
211
  f: (a: A) => IO<R1, E1, A>,
200
- ): IO<RA & RB & R1, E1 | EA | EB, void> {
212
+ __tsplusTrace?: string,
213
+ ): IO<RA | RB | R1, E1 | EA | EB, void> {
201
214
  return ref.modifyIO((a) => f(a).map((r) => [undefined, r]));
202
215
  }
203
216
 
@@ -209,7 +222,8 @@ export function updateIO_<RA, RB, EA, EB, R1, E1, A>(
209
222
  export function updateJustAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
210
223
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
211
224
  f: (a: A) => Maybe<IO<R1, E1, A>>,
212
- ): IO<RA & RB & R1, E1 | EA | EB, A> {
225
+ __tsplusTrace?: string,
226
+ ): IO<RA | RB | R1, E1 | EA | EB, A> {
213
227
  return ref.modifyIO((a) =>
214
228
  f(a)
215
229
  .getOrElse(IO.succeedNow(a))
@@ -225,7 +239,8 @@ export function updateJustAndGetIO_<RA, RB, EA, EB, R1, E1, A>(
225
239
  export function updateJustIO_<RA, RB, EA, EB, R1, E1, A>(
226
240
  ref: PRef.Synchronized<RA, RB, EA, EB, A, A>,
227
241
  f: (a: A) => Maybe<IO<R1, E1, A>>,
228
- ): IO<RA & RB & R1, E1 | EA | EB, void> {
242
+ __tsplusTrace?: string,
243
+ ): IO<RA | RB | R1, E1 | EA | EB, void> {
229
244
  return ref.modifyIO((a) =>
230
245
  f(a)
231
246
  .getOrElse(IO.succeedNow(a))
@@ -3,10 +3,10 @@ import { PSynchronizedInternal } from "./definition.js";
3
3
  /**
4
4
  * @tsplus static fncts.io.Ref.SynchronizedOps make
5
5
  */
6
- export function makeSynchronized<A>(a: Lazy<A>): UIO<Ref.Synchronized<A>> {
7
- return IO.gen(function* (_) {
8
- const ref = yield* _(Ref.make(a));
9
- const semaphore = yield* _(TSemaphore.make(1).commit);
10
- return new PSynchronizedInternal(new Set([semaphore]), ref.get, (a) => ref.set(a));
6
+ export function makeSynchronized<A>(a: Lazy<A>, __tsplusTrace?: string): UIO<Ref.Synchronized<A>> {
7
+ return Do((_) => {
8
+ const ref = _(Ref.make(a));
9
+ const semaphore = _(TSemaphore.make(1).commit);
10
+ return new PSynchronizedInternal(new Set([semaphore]), ref.get, (a: A) => ref.set(a));
11
11
  });
12
12
  }
@@ -49,7 +49,7 @@ export class PSynchronizedInternal<RA, RB, EA, EB, A, B> extends RefInternal<RA,
49
49
  ca: (_: C) => (_: B) => IO<RC, EC, A>,
50
50
  bd: (_: B) => IO<RD, ED, D>,
51
51
  __tsplusTrace?: string,
52
- ): PSynchronizedInternal<RA & RC & RB, RB & RD, EC, ED, C, D> {
52
+ ): PSynchronizedInternal<RA | RC | RB, RB | RD, EC, ED, C, D> {
53
53
  return new PSynchronizedInternal(
54
54
  this.semaphores,
55
55
  this.get.matchIO((e) => IO.failNow(eb(e)), bd),
@@ -67,7 +67,7 @@ export class PSynchronizedInternal<RA, RB, EA, EB, A, B> extends RefInternal<RA,
67
67
  ca: (_: C) => IO<RC, EC, A>,
68
68
  bd: (_: B) => IO<RD, ED, D>,
69
69
  __tsplusTrace?: string,
70
- ): PSynchronizedInternal<RA & RC, RB & RD, EC, ED, C, D> {
70
+ ): PSynchronizedInternal<RA | RC, RB | RD, EC, ED, C, D> {
71
71
  return new PSynchronizedInternal(
72
72
  this.semaphores,
73
73
  this.unsafeGet.matchIO((e) => IO.failNow(eb(e)), bd),
@@ -13,6 +13,7 @@ import { identity } from "@fncts/base/data/function";
13
13
  export function collect_<RA, RB, EA, EB, A, B, C>(
14
14
  ref: PRef<RA, RB, EA, EB, A, B>,
15
15
  pf: (_: B) => Maybe<C>,
16
+ __tsplusTrace?: string,
16
17
  ): PRef<RA, RB, EA, Maybe<EB>, A, C> {
17
18
  return ref.match(identity, Maybe.just, Either.right, (b) => pf(b).toEither(Nothing()));
18
19
  }
@@ -9,6 +9,7 @@ import type { PRef } from "../definition.js";
9
9
  export function contramap_<RA, RB, EA, EB, B, A, C>(
10
10
  ref: PRef<RA, RB, EA, EB, A, B>,
11
11
  f: (_: C) => A,
12
+ __tsplusTrace?: string,
12
13
  ): PRef<RA, RB, EA, EB, C, B> {
13
14
  return ref.contramapEither((c) => Either.right(f(c)));
14
15
  }
@@ -23,6 +24,7 @@ export function contramap_<RA, RB, EA, EB, B, A, C>(
23
24
  export function contramapEither_<RA, RB, EA, EB, A, B, EC, C>(
24
25
  ref: PRef<RA, RB, EA, EB, A, B>,
25
26
  f: (_: C) => Either<EC, A>,
27
+ __tsplusTrace?: string,
26
28
  ): PRef<RA, RB, EC | EA, EB, C, B> {
27
29
  return ref.dimapEither(f, Either.right);
28
30
  }
@@ -38,6 +40,7 @@ export function dimap_<RA, RB, EA, EB, A, B, C, D>(
38
40
  ref: PRef<RA, RB, EA, EB, A, B>,
39
41
  f: (_: C) => A,
40
42
  g: (_: B) => D,
43
+ __tsplusTrace?: string,
41
44
  ): PRef<RA, RB, EA, EB, C, D> {
42
45
  return ref.dimapEither(
43
46
  (c) => Either.right(f(c)),
@@ -56,6 +59,7 @@ export function dimapEither_<RA, RB, EA, EB, A, B, C, EC, D, ED>(
56
59
  ref: PRef<RA, RB, EA, EB, A, B>,
57
60
  f: (_: C) => Either<EC, A>,
58
61
  g: (_: B) => Either<ED, D>,
62
+ __tsplusTrace?: string,
59
63
  ): PRef<RA, RB, EC | EA, ED | EB, C, D> {
60
64
  return ref.match(
61
65
  (ea: EA | EC) => ea,
@@ -76,6 +80,7 @@ export function dimapError_<RA, RB, EA, EB, A, B, EC, ED>(
76
80
  ref: PRef<RA, RB, EA, EB, A, B>,
77
81
  f: (_: EA) => EC,
78
82
  g: (_: EB) => ED,
83
+ __tsplusTrace?: string,
79
84
  ): PRef<RA, RB, EC, ED, A, B> {
80
85
  return ref.match(f, g, Either.right, Either.right);
81
86
  }
@@ -90,6 +95,7 @@ export function dimapError_<RA, RB, EA, EB, A, B, EC, ED>(
90
95
  export function mapEither_<RA, RB, EA, EB, A, B, EC, C>(
91
96
  ref: PRef<RA, RB, EA, EB, A, B>,
92
97
  f: (_: B) => Either<EC, C>,
98
+ __tsplusTrace?: string,
93
99
  ): PRef<RA, RB, EA, EC | EB, A, C> {
94
100
  return ref.dimapEither(Either.right, f);
95
101
  }
@@ -103,6 +109,7 @@ export function mapEither_<RA, RB, EA, EB, A, B, EC, C>(
103
109
  export function map_<RA, RB, EA, EB, A, B, C>(
104
110
  ref: PRef<RA, RB, EA, EB, A, B>,
105
111
  f: (_: B) => C,
112
+ __tsplusTrace?: string,
106
113
  ): PRef<RA, RB, EA, EB, A, C> {
107
114
  return ref.mapEither((b) => Either.right(f(b)));
108
115
  }
@@ -13,6 +13,7 @@ import { identity } from "@fncts/base/data/function";
13
13
  export function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(
14
14
  ref: PRef<RA, RB, EA, EB, A, B>,
15
15
  f: (_: A1) => boolean,
16
+ __tsplusTrace?: string,
16
17
  ): PRef<RA, RB, Maybe<EA>, EB, A1, B> {
17
18
  return ref.match(Maybe.just, identity, (a) => (f(a) ? Either.right(a) : Either.left(Nothing())), Either.right);
18
19
  }
@@ -28,6 +29,7 @@ export function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(
28
29
  export function filterOutput_<RA, RB, EA, EB, A, B>(
29
30
  ref: PRef<RA, RB, EA, EB, A, B>,
30
31
  f: (_: B) => boolean,
32
+ __tsplusTrace?: string,
31
33
  ): PRef<RA, RB, EA, Maybe<EB>, A, B> {
32
34
  return ref.match(identity, Maybe.just, Either.right, (b) => (f(b) ? Either.right(b) : Either.left(Nothing())));
33
35
  }
@@ -8,7 +8,10 @@ import { concrete } from "../definition.js";
8
8
  * @tsplus getter fncts.io.Ref get
9
9
  * @tsplus getter fncts.io.Ref.Synchronized get
10
10
  */
11
- export function get<RA, RB, EA, EB, A, B>(self: PRef<RA, RB, EA, EB, A, B>): IO<RA & RB, EA | EB, B> {
11
+ export function get<RA, RB, EA, EB, A, B>(
12
+ self: PRef<RA, RB, EA, EB, A, B>,
13
+ __tsplusTrace?: string,
14
+ ): IO<RA | RB, EA | EB, B> {
12
15
  concrete(self);
13
- return self.get as IO<RA & RB, EA | EB, B>;
16
+ return self.get as IO<RA | RB, EA | EB, B>;
14
17
  }
@@ -15,7 +15,8 @@ import { concrete } from "../definition.js";
15
15
  export function modify_<RA, RB, EA, EB, B, A>(
16
16
  ref: PRef<RA, RB, EA, EB, A, A>,
17
17
  f: (a: A) => readonly [B, A],
18
- ): IO<RA & RB, EA | EB, B> {
18
+ __tsplusTrace?: string,
19
+ ): IO<RA | RB, EA | EB, B> {
19
20
  concrete(ref);
20
21
  switch (ref._tag) {
21
22
  case "Atomic":
@@ -70,7 +71,8 @@ export function modifyJust_<RA, RB, EA, EB, A, B>(
70
71
  self: PRef<RA, RB, EA, EB, A, A>,
71
72
  def: B,
72
73
  f: (a: A) => Maybe<readonly [B, A]>,
73
- ): IO<RA & RB, EA | EB, B> {
74
+ __tsplusTrace?: string,
75
+ ): IO<RA | RB, EA | EB, B> {
74
76
  concrete(self);
75
77
  switch (self._tag) {
76
78
  case "Atomic":
@@ -87,7 +89,11 @@ export function modifyJust_<RA, RB, EA, EB, A, B>(
87
89
  * @tsplus fluent fncts.io.Ref getAndSet
88
90
  * @tsplus fluent fncts.io.Ref.Synchronized getAndSet
89
91
  */
90
- export function getAndSet_<RA, RB, EA, EB, A>(self: PRef<RA, RB, EA, EB, A, A>, a: A): IO<RA & RB, EA | EB, A> {
92
+ export function getAndSet_<RA, RB, EA, EB, A>(
93
+ self: PRef<RA, RB, EA, EB, A, A>,
94
+ a: A,
95
+ __tsplusTrace?: string,
96
+ ): IO<RA | RB, EA | EB, A> {
91
97
  concrete(self);
92
98
  switch (self._tag) {
93
99
  case "Atomic":
@@ -107,7 +113,8 @@ export function getAndSet_<RA, RB, EA, EB, A>(self: PRef<RA, RB, EA, EB, A, A>,
107
113
  export function getAndUpdate_<RA, RB, EA, EB, A>(
108
114
  self: PRef<RA, RB, EA, EB, A, A>,
109
115
  f: (a: A) => A,
110
- ): IO<RA & RB, EA | EB, A> {
116
+ __tsplusTrace?: string,
117
+ ): IO<RA | RB, EA | EB, A> {
111
118
  concrete(self);
112
119
  switch (self._tag) {
113
120
  case "Atomic":
@@ -128,7 +135,8 @@ export function getAndUpdate_<RA, RB, EA, EB, A>(
128
135
  export function getAndUpdateJust_<RA, RB, EA, EB, A>(
129
136
  self: PRef<RA, RB, EA, EB, A, A>,
130
137
  f: (a: A) => Maybe<A>,
131
- ): IO<RA & RB, EA | EB, A> {
138
+ __tsplusTrace?: string,
139
+ ): IO<RA | RB, EA | EB, A> {
132
140
  concrete(self);
133
141
  switch (self._tag) {
134
142
  case "Atomic":
@@ -147,7 +155,8 @@ export function getAndUpdateJust_<RA, RB, EA, EB, A>(
147
155
  export function update_<RA, RB, EA, EB, A>(
148
156
  self: PRef<RA, RB, EA, EB, A, A>,
149
157
  f: (a: A) => A,
150
- ): IO<RA & RB, EA | EB, void> {
158
+ __tsplusTrace?: string,
159
+ ): IO<RA | RB, EA | EB, void> {
151
160
  concrete(self);
152
161
  switch (self._tag) {
153
162
  case "Atomic":
@@ -167,7 +176,8 @@ export function update_<RA, RB, EA, EB, A>(
167
176
  export function updateAndGet_<RA, RB, EA, EB, A>(
168
177
  self: PRef<RA, RB, EA, EB, A, A>,
169
178
  f: (a: A) => A,
170
- ): IO<RA & RB, EA | EB, A> {
179
+ __tsplusTrace?: string,
180
+ ): IO<RA | RB, EA | EB, A> {
171
181
  concrete(self);
172
182
  switch (self._tag) {
173
183
  case "Atomic":
@@ -190,7 +200,8 @@ export function updateAndGet_<RA, RB, EA, EB, A>(
190
200
  export function updateJust_<RA, RB, EA, EB, A>(
191
201
  self: PRef<RA, RB, EA, EB, A, A>,
192
202
  f: (a: A) => Maybe<A>,
193
- ): IO<RA & RB, EA | EB, void> {
203
+ __tsplusTrace?: string,
204
+ ): IO<RA | RB, EA | EB, void> {
194
205
  concrete(self);
195
206
  switch (self._tag) {
196
207
  case "Atomic":
@@ -211,7 +222,8 @@ export function updateJust_<RA, RB, EA, EB, A>(
211
222
  export function updateJustAndGet_<RA, RB, EA, EB, A>(
212
223
  self: PRef<RA, RB, EA, EB, A, A>,
213
224
  f: (a: A) => Maybe<A>,
214
- ): IO<RA & RB, EA | EB, A> {
225
+ __tsplusTrace?: string,
226
+ ): IO<RA | RB, EA | EB, A> {
215
227
  concrete(self);
216
228
  switch (self._tag) {
217
229
  case "Atomic":
@@ -9,7 +9,11 @@ import { concrete } from "../definition.js";
9
9
  * @tsplus fluent fncts.io.Ref set
10
10
  * @tsplus fluent fncts.io.Ref.Synchronized set
11
11
  */
12
- export function set_<RA, RB, EA, EB, A, B>(self: PRef<RA, RB, EA, EB, A, B>, a: A): IO<RA & RB, EA | EB, void> {
12
+ export function set_<RA, RB, EA, EB, A, B>(
13
+ self: PRef<RA, RB, EA, EB, A, B>,
14
+ a: A,
15
+ __tsplusTrace?: string,
16
+ ): IO<RA | RB, EA | EB, void> {
13
17
  concrete(self);
14
18
  return self.set(a);
15
19
  }
@@ -3,13 +3,13 @@ import { Atomic } from "./Atomic.js";
3
3
  /**
4
4
  * @tsplus static fncts.io.RefOps make
5
5
  */
6
- export function make<A>(a: Lazy<A>): UIO<Ref<A>> {
6
+ export function make<A>(a: Lazy<A>, __tsplusTrace?: string): UIO<Ref<A>> {
7
7
  return IO.succeed(unsafeMake(a()));
8
8
  }
9
9
 
10
10
  /**
11
11
  * @tsplus static fncts.io.RefOps unsafeMake
12
12
  */
13
- export function unsafeMake<A>(a: A): Ref.Atomic<A> {
13
+ export function unsafeMake<A>(a: A, __tsplusTrace?: string): Ref.Atomic<A> {
14
14
  return new Atomic(a);
15
15
  }
@@ -11,15 +11,15 @@ export type RefTypeId = typeof RefTypeId;
11
11
  */
12
12
  export interface PRef<RA, RB, EA, EB, A, B> {
13
13
  readonly _U: RefTypeId;
14
- readonly _RA: (_: RA) => void;
15
- readonly _RB: (_: RB) => void;
14
+ readonly _RA: () => RA;
15
+ readonly _RB: () => RB;
16
16
  readonly _EA: () => EA;
17
17
  readonly _EB: () => EB;
18
18
  readonly _A: (_: A) => void;
19
19
  readonly _B: () => B;
20
20
  }
21
21
 
22
- export type Ref<A> = PRef<unknown, unknown, never, never, A, A>;
22
+ export type Ref<A> = PRef<never, never, never, never, A, A>;
23
23
  export type ERef<E, A> = PRef<unknown, unknown, E, E, A, A>;
24
24
 
25
25
  export declare namespace PRef {
@@ -27,12 +27,12 @@ export declare namespace PRef {
27
27
  }
28
28
 
29
29
  export declare namespace ERef {
30
- export type Synchronized<E, A> = Synchro.PSynchronized<unknown, unknown, E, E, A, A>;
30
+ export type Synchronized<E, A> = Synchro.PSynchronized<never, never, E, E, A, A>;
31
31
  }
32
32
 
33
33
  export declare namespace Ref {
34
34
  export type Atomic<A> = Atomic_<A>;
35
- export type Synchronized<A> = Synchro.PSynchronized<unknown, unknown, never, never, A, A>;
35
+ export type Synchronized<A> = Synchro.PSynchronized<never, never, never, never, A, A>;
36
36
  }
37
37
 
38
38
  /**
@@ -43,13 +43,13 @@ export interface RefOps {}
43
43
  export const Ref: RefOps = {};
44
44
 
45
45
  export abstract class RefInternal<RA, RB, EA, EB, A, B> implements PRef<RA, RB, EA, EB, A, B> {
46
- readonly _U!: RefTypeId;
47
- readonly _RA!: (_: RA) => void;
48
- readonly _RB!: (_: RB) => void;
49
- readonly _EA!: () => EA;
50
- readonly _EB!: () => EB;
51
- readonly _A!: (_: A) => void;
52
- readonly _B!: () => B;
46
+ declare _U: RefTypeId;
47
+ declare _RA: () => RA;
48
+ declare _RB: () => RB;
49
+ declare _EA: () => EA;
50
+ declare _EB: () => EB;
51
+ declare _A: (_: A) => void;
52
+ declare _B: () => B;
53
53
 
54
54
  /**
55
55
  * Folds over the error and value types of the `Ref`. This is a highly
@@ -76,7 +76,7 @@ export abstract class RefInternal<RA, RB, EA, EB, A, B> implements PRef<RA, RB,
76
76
  ec: (_: EB) => EC,
77
77
  ca: (_: C) => (_: B) => Either<EC, A>,
78
78
  bd: (_: B) => Either<ED, D>,
79
- ): PRef<RA & RB, RB, EC, ED, C, D>;
79
+ ): PRef<RA | RB, RB, EC, ED, C, D>;
80
80
 
81
81
  /**
82
82
  * Reads the value from the `Ref`.
@@ -87,7 +87,7 @@ export abstract class RefInternal<RA, RB, EA, EB, A, B> implements PRef<RA, RB,
87
87
  * Writes a new value to the `Ref`, with a guarantee of immediate
88
88
  * consistency (at some cost to performance).
89
89
  */
90
- abstract set(a: A): IO<RA, EA, void>;
90
+ abstract set(a: A, __tsplusTrace?: string): IO<RA, EA, void>;
91
91
  }
92
92
 
93
93
  /**
@@ -5,8 +5,12 @@ import { OnFailure, OnSuccess } from "../definition.js";
5
5
  *
6
6
  * @tsplus fluent fncts.io.STM catchAll
7
7
  */
8
- export function catchAll_<R, E, A, R1, E1, B>(self: STM<R, E, A>, f: (e: E) => STM<R1, E1, B>): STM<R1 & R, E1, A | B> {
9
- return new OnFailure<R1 & R, E, A | B, E1>(self, f);
8
+ export function catchAll_<R, E, A, R1, E1, B>(
9
+ self: STM<R, E, A>,
10
+ f: (e: E) => STM<R1, E1, B>,
11
+ __tsplusTrace?: string,
12
+ ): STM<R1 | R, E1, A | B> {
13
+ return new OnFailure<R1 | R, E, A | B, E1>(self, f);
10
14
  }
11
15
 
12
16
  /**
@@ -15,8 +19,12 @@ export function catchAll_<R, E, A, R1, E1, B>(self: STM<R, E, A>, f: (e: E) => S
15
19
  *
16
20
  * @tsplus fluent fncts.io.STM flatMap
17
21
  */
18
- export function flatMap_<R, E, A, R1, E1, B>(self: STM<R, E, A>, f: (a: A) => STM<R1, E1, B>): STM<R1 & R, E | E1, B> {
19
- return new OnSuccess<R1 & R, E | E1, A, B>(self, f);
22
+ export function flatMap_<R, E, A, R1, E1, B>(
23
+ self: STM<R, E, A>,
24
+ f: (a: A) => STM<R1, E1, B>,
25
+ __tsplusTrace?: string,
26
+ ): STM<R1 | R, E | E1, B> {
27
+ return new OnSuccess<R1 | R, E | E1, A, B>(self, f);
20
28
  }
21
29
 
22
30
  /**
@@ -26,7 +34,11 @@ export function flatMap_<R, E, A, R1, E1, B>(self: STM<R, E, A>, f: (a: A) => ST
26
34
  *
27
35
  * @tsplus fluent fncts.io.STM ensuring
28
36
  */
29
- export function ensuring_<R, E, A, R1, B>(self: STM<R, E, A>, finalizer: STM<R1, never, B>): STM<R & R1, E, A> {
37
+ export function ensuring_<R, E, A, R1, B>(
38
+ self: STM<R, E, A>,
39
+ finalizer: STM<R1, never, B>,
40
+ __tsplusTrace?: string,
41
+ ): STM<R | R1, E, A> {
30
42
  return self.matchSTM(
31
43
  (e) => finalizer.flatMap(() => STM.failNow(e)),
32
44
  (a) => finalizer.flatMap(() => STM.succeedNow(a)),
@@ -38,7 +50,7 @@ export function ensuring_<R, E, A, R1, B>(self: STM<R, E, A>, finalizer: STM<R1,
38
50
  *
39
51
  * @tsplus fluent fncts.io.STM map
40
52
  */
41
- export function map_<R, E, A, B>(self: STM<R, E, A>, f: (a: A) => B): STM<R, E, B> {
53
+ export function map_<R, E, A, B>(self: STM<R, E, A>, f: (a: A) => B, __tsplusTrace?: string): STM<R, E, B> {
42
54
  return self.flatMap((a) => STM.succeedNow(f(a)));
43
55
  }
44
56
 
@@ -52,7 +64,8 @@ export function matchSTM_<R, E, A, R1, E1, B, R2, E2, C>(
52
64
  self: STM<R, E, A>,
53
65
  g: (e: E) => STM<R2, E2, C>,
54
66
  f: (a: A) => STM<R1, E1, B>,
55
- ): STM<R1 & R2 & R, E1 | E2, B | C> {
67
+ __tsplusTrace?: string,
68
+ ): STM<R1 | R2 | R, E1 | E2, B | C> {
56
69
  return self
57
70
  .map(Either.right)
58
71
  .catchAll((e) => g(e).map(Either.left))
@@ -5,7 +5,7 @@ import { Effect, FailException, InterruptException, RetryException, Succeed, Suc
5
5
  *
6
6
  * @tsplus static fncts.io.STMOps failNow
7
7
  */
8
- export function failNow<E>(e: E): STM<unknown, E, never> {
8
+ export function failNow<E>(e: E, __tsplusTrace?: string): STM<never, E, never> {
9
9
  return fail(e);
10
10
  }
11
11
 
@@ -14,7 +14,7 @@ export function failNow<E>(e: E): STM<unknown, E, never> {
14
14
  *
15
15
  * @tsplus static fncts.io.STMOps fail
16
16
  */
17
- export function fail<E>(e: Lazy<E>): STM<unknown, E, never> {
17
+ export function fail<E>(e: Lazy<E>, __tsplusTrace?: string): STM<never, E, never> {
18
18
  return new Effect(() => {
19
19
  throw new FailException(e());
20
20
  });
@@ -25,14 +25,14 @@ export function fail<E>(e: Lazy<E>): STM<unknown, E, never> {
25
25
  *
26
26
  * @tsplus static fncts.io.STMOps fiberId
27
27
  */
28
- export const fiberId: STM<unknown, never, FiberId> = new Effect((_, fiberId) => fiberId);
28
+ export const fiberId: STM<never, never, FiberId> = new Effect((_, fiberId) => fiberId);
29
29
 
30
30
  /**
31
31
  * Interrupts the fiber running the effect with the specified fiber id.
32
32
  *
33
33
  * @tsplus static fncts.io.STMOps interruptAs
34
34
  */
35
- export function interruptAs(fiberId: FiberId): STM<unknown, never, never> {
35
+ export function interruptAs(fiberId: FiberId, __tsplusTrace?: string): STM<never, never, never> {
36
36
  return new Effect(() => {
37
37
  throw new InterruptException(fiberId);
38
38
  });
@@ -41,7 +41,7 @@ export function interruptAs(fiberId: FiberId): STM<unknown, never, never> {
41
41
  /**
42
42
  * @tsplus static fncts.io.STMOps retry
43
43
  */
44
- export const retry: STM<unknown, never, never> = new Effect(() => {
44
+ export const retry: STM<never, never, never> = new Effect(() => {
45
45
  throw new RetryException();
46
46
  });
47
47
 
@@ -51,7 +51,7 @@ export const retry: STM<unknown, never, never> = new Effect(() => {
51
51
  * @tsplus static fncts.io.STMOps succeed
52
52
  * @tsplus static fncts.io.STMOps __call
53
53
  */
54
- export function succeed<A>(effect: Lazy<A>): STM<unknown, never, A> {
54
+ export function succeed<A>(effect: Lazy<A>, __tsplusTrace?: string): STM<never, never, A> {
55
55
  return new Succeed(effect);
56
56
  }
57
57
 
@@ -60,6 +60,6 @@ export function succeed<A>(effect: Lazy<A>): STM<unknown, never, A> {
60
60
  *
61
61
  * @tsplus static fncts.io.STMOps succeedNow
62
62
  */
63
- export function succeedNow<A>(a: A): STM<unknown, never, A> {
63
+ export function succeedNow<A>(a: A, __tsplusTrace?: string): STM<never, never, A> {
64
64
  return new SucceedNow(a);
65
65
  }