@fncts/io 0.0.20 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1688) hide show
  1. package/Cached/api.d.ts +2 -2
  2. package/Channel/ChildExecutorDecision/api.d.ts +2 -2
  3. package/Channel/UpstreamPullRequest/api.d.ts +2 -2
  4. package/Channel/api/interruptWhen.d.ts +5 -5
  5. package/Channel/api/mapOutConcurrentIO.d.ts +8 -0
  6. package/Channel/api/mergeAll.d.ts +2 -2
  7. package/Channel/api/mergeAllUnboundedWith.d.ts +2 -2
  8. package/Channel/api/mergeAllWith.d.ts +2 -2
  9. package/Channel/api/mergeMap.d.ts +2 -2
  10. package/Channel/api/mergeWith.d.ts +2 -2
  11. package/Channel/api/zipConcurrent.d.ts +16 -0
  12. package/Channel/api.d.ts +62 -62
  13. package/Channel/core-api.d.ts +11 -11
  14. package/Channel/definition.d.ts +35 -21
  15. package/Channel/internal/SingleProducerAsyncInput.d.ts +1 -1
  16. package/CountdownLatch.d.ts +25 -0
  17. package/Fiber/FiberMessage.d.ts +67 -0
  18. package/Fiber/FiberRuntime.d.ts +116 -0
  19. package/Fiber/api/interrupt.d.ts +1 -1
  20. package/Fiber/api/interruptAs.d.ts +6 -1
  21. package/Fiber/api/location.d.ts +1 -2
  22. package/Fiber/api/mapFiber.d.ts +2 -2
  23. package/Fiber/api/mapIO.d.ts +5 -5
  24. package/Fiber/api/zipWith.d.ts +2 -2
  25. package/Fiber/definition.d.ts +17 -16
  26. package/Fiber.d.ts +2 -3
  27. package/FiberDescriptor.d.ts +3 -6
  28. package/FiberRef/api/locallyScoped.d.ts +2 -2
  29. package/FiberRef/api/locallyScopedWith.d.ts +2 -2
  30. package/FiberRef/api.d.ts +18 -18
  31. package/FiberRef/definition.d.ts +2 -2
  32. package/FiberRef/unsafe.d.ts +5 -0
  33. package/FiberRefs/api.d.ts +30 -2
  34. package/FiberRefs/definition.d.ts +14 -7
  35. package/FiberRefs/join.d.ts +3 -3
  36. package/FiberScope/constructors.d.ts +2 -2
  37. package/FiberScope/definition.d.ts +8 -5
  38. package/FiberStatus/constructors.d.ts +3 -7
  39. package/FiberStatus/definition.d.ts +16 -28
  40. package/Future/api.d.ts +21 -21
  41. package/Hub/api.d.ts +27 -25
  42. package/Hub/definition.d.ts +13 -9
  43. package/IO/api/acquireRelease.d.ts +1 -1
  44. package/IO/api/acquireReleaseExit.d.ts +1 -1
  45. package/IO/api/asyncInterrupt.d.ts +39 -0
  46. package/IO/api/bracket.d.ts +1 -1
  47. package/IO/api/bracketExit.d.ts +1 -1
  48. package/IO/api/concurrency.d.ts +2 -2
  49. package/IO/api/core-scope.d.ts +7 -43
  50. package/IO/api/delay.d.ts +8 -0
  51. package/IO/api/ensuringChildren.d.ts +3 -3
  52. package/IO/api/environment.d.ts +11 -15
  53. package/IO/api/{foreachC.d.ts → foreachConcurrent.d.ts} +8 -8
  54. package/IO/api/foreachExec.d.ts +1 -1
  55. package/IO/api/fork.d.ts +36 -0
  56. package/IO/api/forkIn.d.ts +3 -3
  57. package/IO/api/fulfill.d.ts +3 -3
  58. package/IO/api/interrupt.d.ts +9 -13
  59. package/IO/api/onExit.d.ts +3 -3
  60. package/IO/api/onTermination.d.ts +4 -4
  61. package/IO/api/provideLayer.d.ts +3 -3
  62. package/IO/api/provideSomeLayer.d.ts +3 -7
  63. package/IO/api/race.d.ts +2 -2
  64. package/IO/api/raceFirst.d.ts +2 -2
  65. package/IO/api/repeat.d.ts +3 -3
  66. package/IO/api/retry.d.ts +7 -7
  67. package/IO/api/schedule.d.ts +5 -5
  68. package/IO/api/scoped.d.ts +2 -2
  69. package/IO/api/supervised.d.ts +2 -4
  70. package/IO/api/timeout.d.ts +5 -5
  71. package/IO/api/withFinalizer.d.ts +3 -3
  72. package/IO/api/withFinalizerExit.d.ts +3 -3
  73. package/IO/api/zipConcurrent.d.ts +13 -0
  74. package/IO/api.d.ts +208 -306
  75. package/IO/definition.d.ts +111 -130
  76. package/IO/runtime.d.ts +19 -22
  77. package/IO.d.ts +5 -3
  78. package/Layer/MemoMap.d.ts +5 -5
  79. package/Layer/api.d.ts +28 -28
  80. package/LogLevel.d.ts +12 -12
  81. package/LogSpan.d.ts +2 -2
  82. package/Logger/api.d.ts +5 -5
  83. package/Push/api.d.ts +232 -0
  84. package/Push/definition.d.ts +34 -0
  85. package/Push/internal.d.ts +11 -0
  86. package/Push.d.ts +3 -0
  87. package/Queue/api/dimapIO.d.ts +70 -13
  88. package/Queue/api/filterInputIO.d.ts +12 -20
  89. package/Queue/api/filterOutputIO.d.ts +10 -21
  90. package/Queue/api/operations.d.ts +15 -14
  91. package/Queue/api/poll.d.ts +2 -2
  92. package/Queue/api/takeBetween.d.ts +3 -3
  93. package/Queue/api/zipWithIO.d.ts +7 -24
  94. package/Queue/definition.d.ts +112 -8
  95. package/Queue/internal.d.ts +7 -7
  96. package/Ref/Atomic.d.ts +22 -2
  97. package/Ref/Derived.d.ts +4 -2
  98. package/Ref/DerivedAll.d.ts +7 -3
  99. package/Ref/Synchronized/api.d.ts +31 -29
  100. package/Ref/Synchronized/constructors.d.ts +1 -1
  101. package/Ref/Synchronized/definition.d.ts +6 -4
  102. package/Ref/Synchronized.d.ts +3 -0
  103. package/Ref/api/collect.d.ts +3 -3
  104. package/Ref/api/dimap.d.ts +21 -21
  105. package/Ref/api/filter.d.ts +7 -6
  106. package/Ref/api/get.d.ts +1 -1
  107. package/Ref/api/match.d.ts +3 -3
  108. package/Ref/api/matchAll.d.ts +1 -1
  109. package/Ref/api/modify.d.ts +27 -27
  110. package/Ref/api/set.d.ts +3 -3
  111. package/Ref/constructors.d.ts +1 -1
  112. package/Ref/definition.d.ts +46 -20
  113. package/Ref/symbols.d.ts +30 -0
  114. package/Ref.d.ts +2 -0
  115. package/RefSubject/Atomic.d.ts +36 -0
  116. package/RefSubject/Synchronized/api.d.ts +9 -0
  117. package/RefSubject/Synchronized/definition.d.ts +40 -0
  118. package/RefSubject/api.d.ts +116 -0
  119. package/RefSubject/definition.d.ts +45 -0
  120. package/RefSubject.d.ts +3 -0
  121. package/RuntimeConfig.d.ts +0 -24
  122. package/RuntimeFlag.d.ts +10 -0
  123. package/RuntimeFlags/Patch.d.ts +53 -0
  124. package/RuntimeFlags/RuntimeFlags.d.ts +82 -0
  125. package/RuntimeFlags.d.ts +2 -0
  126. package/STM/api/core-api.d.ts +10 -10
  127. package/STM/api.d.ts +61 -61
  128. package/STM/internal/Journal.d.ts +4 -4
  129. package/Schedule/Decision.d.ts +2 -2
  130. package/Schedule/api.d.ts +121 -105
  131. package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
  132. package/Scope/ReleaseMap/api.d.ts +10 -10
  133. package/Scope/ReleaseMap/definition.d.ts +1 -1
  134. package/Scope/api.d.ts +8 -8
  135. package/ScopedRef/api.d.ts +1 -1
  136. package/Sink/api.d.ts +66 -66
  137. package/State/api.d.ts +4 -4
  138. package/State/internal.d.ts +1 -1
  139. package/Stream/api/zipAllWith.d.ts +2 -2
  140. package/Stream/api/zipWith.d.ts +2 -2
  141. package/Stream/api/zipWithChunks.d.ts +2 -2
  142. package/Stream/api.d.ts +217 -205
  143. package/Stream/internal/DebounceState.d.ts +3 -3
  144. package/Stream/internal/Handoff.d.ts +6 -6
  145. package/Stream/internal/SinkEndReason.d.ts +3 -3
  146. package/Stream/internal/Take.d.ts +8 -8
  147. package/Subject/Atomic.d.ts +18 -0
  148. package/Subject/api.d.ts +13 -0
  149. package/Subject/definition.d.ts +15 -0
  150. package/Subject.d.ts +3 -0
  151. package/SubscriptionRef.d.ts +38 -0
  152. package/Supervisor/api.d.ts +4 -4
  153. package/SupervisorPatch.d.ts +4 -4
  154. package/TExit/definition.d.ts +2 -2
  155. package/TFuture/api.d.ts +7 -7
  156. package/TFuture/definition.d.ts +2 -2
  157. package/TReentrantLock/api.d.ts +4 -4
  158. package/TReentrantLock/definition.d.ts +3 -3
  159. package/TRef/api.d.ts +26 -27
  160. package/TRef/constructors.d.ts +6 -6
  161. package/TRef/definition.d.ts +47 -34
  162. package/TRef/symbols.d.ts +20 -0
  163. package/TRef.d.ts +1 -0
  164. package/TSemaphore/api.d.ts +4 -4
  165. package/TSemaphore/constructors.d.ts +6 -0
  166. package/TSemaphore/definition.d.ts +2 -2
  167. package/_cjs/Cached/api.cjs +9 -32
  168. package/_cjs/Cached/api.cjs.map +1 -1
  169. package/_cjs/Cached/definition.cjs +2 -7
  170. package/_cjs/Cached/definition.cjs.map +1 -1
  171. package/_cjs/Cached/internal.cjs +0 -3
  172. package/_cjs/Cached/internal.cjs.map +1 -1
  173. package/_cjs/Cached.cjs +0 -6
  174. package/_cjs/Cached.cjs.map +1 -1
  175. package/_cjs/CancellerState.cjs +3 -22
  176. package/_cjs/CancellerState.cjs.map +1 -1
  177. package/_cjs/Channel/ChildExecutorDecision/api.cjs +19 -20
  178. package/_cjs/Channel/ChildExecutorDecision/api.cjs.map +1 -1
  179. package/_cjs/Channel/ChildExecutorDecision/definition.cjs +0 -5
  180. package/_cjs/Channel/ChildExecutorDecision/definition.cjs.map +1 -1
  181. package/_cjs/Channel/ChildExecutorDecision.cjs +0 -4
  182. package/_cjs/Channel/ChildExecutorDecision.cjs.map +1 -1
  183. package/_cjs/Channel/UpstreamPullRequest/api.cjs +15 -20
  184. package/_cjs/Channel/UpstreamPullRequest/api.cjs.map +1 -1
  185. package/_cjs/Channel/UpstreamPullRequest/definition.cjs +0 -6
  186. package/_cjs/Channel/UpstreamPullRequest/definition.cjs.map +1 -1
  187. package/_cjs/Channel/UpstreamPullRequest.cjs +0 -4
  188. package/_cjs/Channel/UpstreamPullRequest.cjs.map +1 -1
  189. package/_cjs/Channel/UpstreamPullStrategy/definition.cjs +0 -4
  190. package/_cjs/Channel/UpstreamPullStrategy/definition.cjs.map +1 -1
  191. package/_cjs/Channel/UpstreamPullStrategy.cjs +0 -2
  192. package/_cjs/Channel/UpstreamPullStrategy.cjs.map +1 -1
  193. package/_cjs/Channel/api/interruptWhen.cjs +14 -22
  194. package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
  195. package/_cjs/Channel/api/mapOutConcurrentIO.cjs +42 -0
  196. package/_cjs/Channel/api/mapOutConcurrentIO.cjs.map +1 -0
  197. package/_cjs/Channel/api/mergeAll.cjs +6 -8
  198. package/_cjs/Channel/api/mergeAll.cjs.map +1 -1
  199. package/_cjs/Channel/api/mergeAllUnboundedWith.cjs +6 -8
  200. package/_cjs/Channel/api/mergeAllUnboundedWith.cjs.map +1 -1
  201. package/_cjs/Channel/api/mergeAllWith.cjs +40 -71
  202. package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
  203. package/_cjs/Channel/api/mergeMap.cjs +6 -9
  204. package/_cjs/Channel/api/mergeMap.cjs.map +1 -1
  205. package/_cjs/Channel/api/mergeWith.cjs +35 -67
  206. package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
  207. package/_cjs/Channel/api/run.cjs +1 -7
  208. package/_cjs/Channel/api/run.cjs.map +1 -1
  209. package/_cjs/Channel/api/runCollect.cjs +0 -5
  210. package/_cjs/Channel/api/runCollect.cjs.map +1 -1
  211. package/_cjs/Channel/api/runDrain.cjs +0 -5
  212. package/_cjs/Channel/api/runDrain.cjs.map +1 -1
  213. package/_cjs/Channel/api/runScoped.cjs +6 -28
  214. package/_cjs/Channel/api/runScoped.cjs.map +1 -1
  215. package/_cjs/Channel/api/toPull.cjs +7 -29
  216. package/_cjs/Channel/api/toPull.cjs.map +1 -1
  217. package/_cjs/Channel/api/{zipC.cjs → zipConcurrent.cjs} +22 -30
  218. package/_cjs/Channel/api/zipConcurrent.cjs.map +1 -0
  219. package/_cjs/Channel/api.cjs +242 -367
  220. package/_cjs/Channel/api.cjs.map +1 -1
  221. package/_cjs/Channel/core-api.cjs +34 -48
  222. package/_cjs/Channel/core-api.cjs.map +1 -1
  223. package/_cjs/Channel/definition.cjs +20 -106
  224. package/_cjs/Channel/definition.cjs.map +1 -1
  225. package/_cjs/Channel/internal/ChannelExecutor.cjs +161 -371
  226. package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
  227. package/_cjs/Channel/internal/ChannelState.cjs +5 -37
  228. package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
  229. package/_cjs/Channel/internal/MergeDecision.cjs +4 -27
  230. package/_cjs/Channel/internal/MergeDecision.cjs.map +1 -1
  231. package/_cjs/Channel/internal/MergeState.cjs +3 -24
  232. package/_cjs/Channel/internal/MergeState.cjs.map +1 -1
  233. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +37 -131
  234. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
  235. package/_cjs/Channel.cjs +0 -6
  236. package/_cjs/Channel.cjs.map +1 -1
  237. package/_cjs/Clock/api.cjs +0 -7
  238. package/_cjs/Clock/api.cjs.map +1 -1
  239. package/_cjs/Clock/definition.cjs +0 -6
  240. package/_cjs/Clock/definition.cjs.map +1 -1
  241. package/_cjs/Clock/live.cjs +2 -12
  242. package/_cjs/Clock/live.cjs.map +1 -1
  243. package/_cjs/Clock.cjs +0 -6
  244. package/_cjs/Clock.cjs.map +1 -1
  245. package/_cjs/Console/api.cjs +0 -7
  246. package/_cjs/Console/api.cjs.map +1 -1
  247. package/_cjs/Console/definition.cjs +0 -6
  248. package/_cjs/Console/definition.cjs.map +1 -1
  249. package/_cjs/Console/live.cjs +0 -11
  250. package/_cjs/Console/live.cjs.map +1 -1
  251. package/_cjs/Console.cjs +0 -6
  252. package/_cjs/Console.cjs.map +1 -1
  253. package/_cjs/CountdownLatch.cjs +50 -0
  254. package/_cjs/CountdownLatch.cjs.map +1 -0
  255. package/_cjs/Differ/api.cjs +5 -28
  256. package/_cjs/Differ/api.cjs.map +1 -1
  257. package/_cjs/Differ/definition.cjs +0 -4
  258. package/_cjs/Differ/definition.cjs.map +1 -1
  259. package/_cjs/Fiber/FiberMessage.cjs +72 -0
  260. package/_cjs/Fiber/FiberMessage.cjs.map +1 -0
  261. package/_cjs/Fiber/FiberRuntime.cjs +735 -0
  262. package/_cjs/Fiber/FiberRuntime.cjs.map +1 -0
  263. package/_cjs/Fiber/api/await.cjs +0 -1
  264. package/_cjs/Fiber/api/await.cjs.map +1 -1
  265. package/_cjs/Fiber/api/awaitAll.cjs +2 -8
  266. package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
  267. package/_cjs/Fiber/api/children.cjs +0 -1
  268. package/_cjs/Fiber/api/children.cjs.map +1 -1
  269. package/_cjs/Fiber/api/collectAll.cjs +3 -25
  270. package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
  271. package/_cjs/Fiber/api/fromIO.cjs +1 -6
  272. package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
  273. package/_cjs/Fiber/api/id.cjs +0 -1
  274. package/_cjs/Fiber/api/id.cjs.map +1 -1
  275. package/_cjs/Fiber/api/inheritRefs.cjs +1 -2
  276. package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
  277. package/_cjs/Fiber/api/interrupt.cjs +3 -8
  278. package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
  279. package/_cjs/Fiber/api/interruptAll.cjs +3 -13
  280. package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
  281. package/_cjs/Fiber/api/interruptAs.cjs +15 -8
  282. package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
  283. package/_cjs/Fiber/api/interruptFork.cjs +2 -9
  284. package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
  285. package/_cjs/Fiber/api/join.cjs +3 -6
  286. package/_cjs/Fiber/api/join.cjs.map +1 -1
  287. package/_cjs/Fiber/api/joinAll.cjs +1 -7
  288. package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
  289. package/_cjs/Fiber/api/location.cjs +1 -8
  290. package/_cjs/Fiber/api/location.cjs.map +1 -1
  291. package/_cjs/Fiber/api/mapFiber.cjs +6 -11
  292. package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
  293. package/_cjs/Fiber/api/mapIO.cjs +14 -27
  294. package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
  295. package/_cjs/Fiber/api/poll.cjs +0 -1
  296. package/_cjs/Fiber/api/poll.cjs.map +1 -1
  297. package/_cjs/Fiber/api/zipWith.cjs +7 -21
  298. package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
  299. package/_cjs/Fiber/constructors.cjs +0 -18
  300. package/_cjs/Fiber/constructors.cjs.map +1 -1
  301. package/_cjs/Fiber/definition.cjs +11 -14
  302. package/_cjs/Fiber/definition.cjs.map +1 -1
  303. package/_cjs/Fiber.cjs +15 -72
  304. package/_cjs/Fiber.cjs.map +1 -1
  305. package/_cjs/FiberDescriptor.cjs +1 -6
  306. package/_cjs/FiberDescriptor.cjs.map +1 -1
  307. package/_cjs/FiberRef/api/locallyScoped.cjs +6 -10
  308. package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
  309. package/_cjs/FiberRef/api/locallyScopedWith.cjs +5 -8
  310. package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
  311. package/_cjs/FiberRef/api.cjs +78 -97
  312. package/_cjs/FiberRef/api.cjs.map +1 -1
  313. package/_cjs/FiberRef/constructors.cjs +1 -11
  314. package/_cjs/FiberRef/constructors.cjs.map +1 -1
  315. package/_cjs/FiberRef/definition.cjs +5 -23
  316. package/_cjs/FiberRef/definition.cjs.map +1 -1
  317. package/_cjs/FiberRef/unsafe.cjs +20 -48
  318. package/_cjs/FiberRef/unsafe.cjs.map +1 -1
  319. package/_cjs/FiberRef.cjs +0 -12
  320. package/_cjs/FiberRef.cjs.map +1 -1
  321. package/_cjs/FiberRefs/api.cjs +74 -32
  322. package/_cjs/FiberRefs/api.cjs.map +1 -1
  323. package/_cjs/FiberRefs/definition.cjs +5 -17
  324. package/_cjs/FiberRefs/definition.cjs.map +1 -1
  325. package/_cjs/FiberRefs/join.cjs +51 -71
  326. package/_cjs/FiberRefs/join.cjs.map +1 -1
  327. package/_cjs/FiberRefs.cjs +0 -6
  328. package/_cjs/FiberRefs.cjs.map +1 -1
  329. package/_cjs/FiberScope/constructors.cjs +0 -4
  330. package/_cjs/FiberScope/constructors.cjs.map +1 -1
  331. package/_cjs/FiberScope/definition.cjs +15 -20
  332. package/_cjs/FiberScope/definition.cjs.map +1 -1
  333. package/_cjs/FiberScope.cjs +0 -4
  334. package/_cjs/FiberScope.cjs.map +1 -1
  335. package/_cjs/FiberStatus/constructors.cjs +5 -20
  336. package/_cjs/FiberStatus/constructors.cjs.map +1 -1
  337. package/_cjs/FiberStatus/definition.cjs +18 -77
  338. package/_cjs/FiberStatus/definition.cjs.map +1 -1
  339. package/_cjs/FiberStatus.cjs +0 -4
  340. package/_cjs/FiberStatus.cjs.map +1 -1
  341. package/_cjs/Future/api.cjs +99 -141
  342. package/_cjs/Future/api.cjs.map +1 -1
  343. package/_cjs/Future/constructors.cjs +1 -12
  344. package/_cjs/Future/constructors.cjs.map +1 -1
  345. package/_cjs/Future/definition.cjs +2 -15
  346. package/_cjs/Future/definition.cjs.map +1 -1
  347. package/_cjs/Future.cjs +0 -6
  348. package/_cjs/Future.cjs.map +1 -1
  349. package/_cjs/Hub/api.cjs +112 -172
  350. package/_cjs/Hub/api.cjs.map +1 -1
  351. package/_cjs/Hub/definition.cjs +14 -7
  352. package/_cjs/Hub/definition.cjs.map +1 -1
  353. package/_cjs/Hub/internal.cjs +30 -122
  354. package/_cjs/Hub/internal.cjs.map +1 -1
  355. package/_cjs/Hub.cjs +0 -4
  356. package/_cjs/Hub.cjs.map +1 -1
  357. package/_cjs/IO/api/acquireRelease.cjs +0 -4
  358. package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
  359. package/_cjs/IO/api/acquireReleaseExit.cjs +1 -7
  360. package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
  361. package/_cjs/IO/api/acquireReleaseInterruptible.cjs +0 -4
  362. package/_cjs/IO/api/acquireReleaseInterruptible.cjs.map +1 -1
  363. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +2 -6
  364. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
  365. package/_cjs/IO/api/addFinalizer.cjs +0 -4
  366. package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
  367. package/_cjs/IO/api/addFinalizerExit.cjs +1 -8
  368. package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
  369. package/_cjs/IO/api/asyncIO.cjs +8 -16
  370. package/_cjs/IO/api/asyncIO.cjs.map +1 -1
  371. package/_cjs/IO/api/asyncInterrupt.cjs +77 -0
  372. package/_cjs/IO/api/asyncInterrupt.cjs.map +1 -0
  373. package/_cjs/IO/api/bracket.cjs +3 -7
  374. package/_cjs/IO/api/bracket.cjs.map +1 -1
  375. package/_cjs/IO/api/bracketExit.cjs +3 -10
  376. package/_cjs/IO/api/bracketExit.cjs.map +1 -1
  377. package/_cjs/IO/api/clockWith.cjs +2 -14
  378. package/_cjs/IO/api/clockWith.cjs.map +1 -1
  379. package/_cjs/IO/api/concurrency.cjs +9 -22
  380. package/_cjs/IO/api/concurrency.cjs.map +1 -1
  381. package/_cjs/IO/api/concurrentFinalizers.cjs +1 -8
  382. package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
  383. package/_cjs/IO/api/consoleWith.cjs +2 -14
  384. package/_cjs/IO/api/consoleWith.cjs.map +1 -1
  385. package/_cjs/IO/api/core-scope.cjs +60 -126
  386. package/_cjs/IO/api/core-scope.cjs.map +1 -1
  387. package/_cjs/{Fiber/api/evalOn.cjs → IO/api/delay.cjs} +10 -18
  388. package/_cjs/IO/api/delay.cjs.map +1 -0
  389. package/_cjs/IO/api/ensuringChildren.cjs +7 -10
  390. package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
  391. package/_cjs/IO/api/environment.cjs +35 -64
  392. package/_cjs/IO/api/environment.cjs.map +1 -1
  393. package/_cjs/IO/api/{foreachC.cjs → foreachConcurrent.cjs} +36 -73
  394. package/_cjs/IO/api/foreachConcurrent.cjs.map +1 -0
  395. package/_cjs/IO/api/foreachExec.cjs +4 -11
  396. package/_cjs/IO/api/foreachExec.cjs.map +1 -1
  397. package/_cjs/IO/api/fork.cjs +75 -0
  398. package/_cjs/IO/api/fork.cjs.map +1 -0
  399. package/_cjs/IO/api/forkAll.cjs +3 -7
  400. package/_cjs/IO/api/forkAll.cjs.map +1 -1
  401. package/_cjs/IO/api/forkIn.cjs +8 -14
  402. package/_cjs/IO/api/forkIn.cjs.map +1 -1
  403. package/_cjs/IO/api/forkScoped.cjs +1 -9
  404. package/_cjs/IO/api/forkScoped.cjs.map +1 -1
  405. package/_cjs/IO/api/fulfill.cjs +8 -12
  406. package/_cjs/IO/api/fulfill.cjs.map +1 -1
  407. package/_cjs/IO/api/interrupt.cjs +51 -77
  408. package/_cjs/IO/api/interrupt.cjs.map +1 -1
  409. package/_cjs/IO/api/memoize.cjs +1 -8
  410. package/_cjs/IO/api/memoize.cjs.map +1 -1
  411. package/_cjs/IO/api/onExit.cjs +6 -9
  412. package/_cjs/IO/api/onExit.cjs.map +1 -1
  413. package/_cjs/IO/api/onTermination.cjs +5 -11
  414. package/_cjs/IO/api/onTermination.cjs.map +1 -1
  415. package/_cjs/IO/api/once.cjs +1 -7
  416. package/_cjs/IO/api/once.cjs.map +1 -1
  417. package/_cjs/IO/api/provideLayer.cjs +6 -12
  418. package/_cjs/IO/api/provideLayer.cjs.map +1 -1
  419. package/_cjs/IO/api/provideSomeLayer.cjs +5 -20
  420. package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
  421. package/_cjs/IO/api/race.cjs +8 -17
  422. package/_cjs/IO/api/race.cjs.map +1 -1
  423. package/_cjs/IO/api/raceFirst.cjs +6 -9
  424. package/_cjs/IO/api/raceFirst.cjs.map +1 -1
  425. package/_cjs/IO/api/randomWith.cjs +1 -13
  426. package/_cjs/IO/api/randomWith.cjs.map +1 -1
  427. package/_cjs/IO/api/repeat.cjs +12 -27
  428. package/_cjs/IO/api/repeat.cjs.map +1 -1
  429. package/_cjs/IO/api/retry.cjs +14 -29
  430. package/_cjs/IO/api/retry.cjs.map +1 -1
  431. package/_cjs/IO/api/schedule.cjs +15 -21
  432. package/_cjs/IO/api/schedule.cjs.map +1 -1
  433. package/_cjs/IO/api/scope.cjs +0 -6
  434. package/_cjs/IO/api/scope.cjs.map +1 -1
  435. package/_cjs/IO/api/scopeWith.cjs +0 -5
  436. package/_cjs/IO/api/scopeWith.cjs.map +1 -1
  437. package/_cjs/IO/api/scoped.cjs +6 -15
  438. package/_cjs/IO/api/scoped.cjs.map +1 -1
  439. package/_cjs/IO/api/sequenceT.cjs +1 -7
  440. package/_cjs/IO/api/sequenceT.cjs.map +1 -1
  441. package/_cjs/IO/api/sleep.cjs +0 -4
  442. package/_cjs/IO/api/sleep.cjs.map +1 -1
  443. package/_cjs/IO/api/stateful.cjs +0 -6
  444. package/_cjs/IO/api/stateful.cjs.map +1 -1
  445. package/_cjs/IO/api/supervised.cjs +6 -14
  446. package/_cjs/IO/api/supervised.cjs.map +1 -1
  447. package/_cjs/IO/api/timeout.cjs +10 -18
  448. package/_cjs/IO/api/timeout.cjs.map +1 -1
  449. package/_cjs/IO/api/withChildren.cjs +2 -10
  450. package/_cjs/IO/api/withChildren.cjs.map +1 -1
  451. package/_cjs/IO/api/withEarlyRelease.cjs +1 -8
  452. package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
  453. package/_cjs/IO/api/withFinalizer.cjs +6 -8
  454. package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
  455. package/_cjs/IO/api/withFinalizerExit.cjs +6 -8
  456. package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
  457. package/_cjs/IO/api/zipConcurrent.cjs +51 -0
  458. package/_cjs/IO/api/zipConcurrent.cjs.map +1 -0
  459. package/_cjs/IO/api.cjs +669 -1057
  460. package/_cjs/IO/api.cjs.map +1 -1
  461. package/_cjs/IO/definition.cjs +121 -213
  462. package/_cjs/IO/definition.cjs.map +1 -1
  463. package/_cjs/IO/runtime.cjs +51 -119
  464. package/_cjs/IO/runtime.cjs.map +1 -1
  465. package/_cjs/IO.cjs +41 -123
  466. package/_cjs/IO.cjs.map +1 -1
  467. package/_cjs/IOEnv/definition.cjs +1 -12
  468. package/_cjs/IOEnv/definition.cjs.map +1 -1
  469. package/_cjs/IOEnv/live.cjs +1 -12
  470. package/_cjs/IOEnv/live.cjs.map +1 -1
  471. package/_cjs/IOEnv/services.cjs +0 -5
  472. package/_cjs/IOEnv/services.cjs.map +1 -1
  473. package/_cjs/IOEnv.cjs +0 -6
  474. package/_cjs/IOEnv.cjs.map +1 -1
  475. package/_cjs/InterruptStatus/constructors.cjs +0 -5
  476. package/_cjs/InterruptStatus/constructors.cjs.map +1 -1
  477. package/_cjs/InterruptStatus/definition.cjs +0 -5
  478. package/_cjs/InterruptStatus/definition.cjs.map +1 -1
  479. package/_cjs/InterruptStatus.cjs +0 -4
  480. package/_cjs/InterruptStatus.cjs.map +1 -1
  481. package/_cjs/Layer/MemoMap.cjs +54 -111
  482. package/_cjs/Layer/MemoMap.cjs.map +1 -1
  483. package/_cjs/Layer/api.cjs +112 -184
  484. package/_cjs/Layer/api.cjs.map +1 -1
  485. package/_cjs/Layer/definition.cjs +9 -51
  486. package/_cjs/Layer/definition.cjs.map +1 -1
  487. package/_cjs/Layer.cjs +0 -6
  488. package/_cjs/Layer.cjs.map +1 -1
  489. package/_cjs/LogLevel.cjs +24 -36
  490. package/_cjs/LogLevel.cjs.map +1 -1
  491. package/_cjs/LogSpan.cjs +16 -21
  492. package/_cjs/LogSpan.cjs.map +1 -1
  493. package/_cjs/Logger/api.cjs +18 -21
  494. package/_cjs/Logger/api.cjs.map +1 -1
  495. package/_cjs/Logger/constructors.cjs +3 -18
  496. package/_cjs/Logger/constructors.cjs.map +1 -1
  497. package/_cjs/Logger/definition.cjs +0 -3
  498. package/_cjs/Logger/definition.cjs.map +1 -1
  499. package/_cjs/Logger.cjs +0 -6
  500. package/_cjs/Logger.cjs.map +1 -1
  501. package/_cjs/Push/api.cjs +474 -0
  502. package/_cjs/Push/api.cjs.map +1 -0
  503. package/_cjs/Push/definition.cjs +43 -0
  504. package/_cjs/Push/definition.cjs.map +1 -0
  505. package/_cjs/Push/internal.cjs +40 -0
  506. package/_cjs/Push/internal.cjs.map +1 -0
  507. package/_cjs/Push.cjs +39 -0
  508. package/_cjs/Push.cjs.map +1 -0
  509. package/_cjs/Queue/api/dimapIO.cjs +109 -55
  510. package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
  511. package/_cjs/Queue/api/filterInputIO.cjs +61 -36
  512. package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
  513. package/_cjs/Queue/api/filterOutputIO.cjs +72 -44
  514. package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
  515. package/_cjs/Queue/api/operations.cjs +21 -35
  516. package/_cjs/Queue/api/operations.cjs.map +1 -1
  517. package/_cjs/Queue/api/poll.cjs +1 -7
  518. package/_cjs/Queue/api/poll.cjs.map +1 -1
  519. package/_cjs/Queue/api/takeBetween.cjs +24 -34
  520. package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
  521. package/_cjs/Queue/api/zipWithIO.cjs +33 -48
  522. package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
  523. package/_cjs/Queue/api.cjs +0 -14
  524. package/_cjs/Queue/api.cjs.map +1 -1
  525. package/_cjs/Queue/constructors.cjs +4 -17
  526. package/_cjs/Queue/constructors.cjs.map +1 -1
  527. package/_cjs/Queue/definition.cjs +18 -11
  528. package/_cjs/Queue/definition.cjs.map +1 -1
  529. package/_cjs/Queue/internal.cjs +63 -117
  530. package/_cjs/Queue/internal.cjs.map +1 -1
  531. package/_cjs/Queue/strategy.cjs +27 -68
  532. package/_cjs/Queue/strategy.cjs.map +1 -1
  533. package/_cjs/Queue.cjs +0 -10
  534. package/_cjs/Queue.cjs.map +1 -1
  535. package/_cjs/Random/api.cjs +0 -17
  536. package/_cjs/Random/api.cjs.map +1 -1
  537. package/_cjs/Random/definition.cjs +0 -7
  538. package/_cjs/Random/definition.cjs.map +1 -1
  539. package/_cjs/Random/live.cjs +2 -16
  540. package/_cjs/Random/live.cjs.map +1 -1
  541. package/_cjs/Random.cjs +0 -6
  542. package/_cjs/Random.cjs.map +1 -1
  543. package/_cjs/Ref/Atomic.cjs +54 -26
  544. package/_cjs/Ref/Atomic.cjs.map +1 -1
  545. package/_cjs/Ref/Derived.cjs +11 -20
  546. package/_cjs/Ref/Derived.cjs.map +1 -1
  547. package/_cjs/Ref/DerivedAll.cjs +17 -23
  548. package/_cjs/Ref/DerivedAll.cjs.map +1 -1
  549. package/_cjs/Ref/Synchronized/api.cjs +99 -103
  550. package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
  551. package/_cjs/Ref/Synchronized/constructors.cjs +1 -11
  552. package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
  553. package/_cjs/Ref/Synchronized/definition.cjs +16 -39
  554. package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
  555. package/_cjs/{FiberState.cjs → Ref/Synchronized.cjs} +4 -10
  556. package/_cjs/Ref/Synchronized.cjs.map +1 -0
  557. package/_cjs/Ref/api/collect.cjs +7 -12
  558. package/_cjs/Ref/api/collect.cjs.map +1 -1
  559. package/_cjs/Ref/api/dimap.cjs +55 -60
  560. package/_cjs/Ref/api/dimap.cjs.map +1 -1
  561. package/_cjs/Ref/api/filter.cjs +14 -19
  562. package/_cjs/Ref/api/filter.cjs.map +1 -1
  563. package/_cjs/Ref/api/get.cjs +0 -2
  564. package/_cjs/Ref/api/get.cjs.map +1 -1
  565. package/_cjs/Ref/api/match.cjs +8 -10
  566. package/_cjs/Ref/api/match.cjs.map +1 -1
  567. package/_cjs/Ref/api/matchAll.cjs +6 -8
  568. package/_cjs/Ref/api/matchAll.cjs.map +1 -1
  569. package/_cjs/Ref/api/modify.cjs +73 -171
  570. package/_cjs/Ref/api/modify.cjs.map +1 -1
  571. package/_cjs/Ref/api/set.cjs +8 -8
  572. package/_cjs/Ref/api/set.cjs.map +1 -1
  573. package/_cjs/Ref/api.cjs +2 -26
  574. package/_cjs/Ref/api.cjs.map +1 -1
  575. package/_cjs/Ref/constructors.cjs +2 -9
  576. package/_cjs/Ref/constructors.cjs.map +1 -1
  577. package/_cjs/Ref/definition.cjs +11 -7
  578. package/_cjs/Ref/definition.cjs.map +1 -1
  579. package/_cjs/Ref/symbols.cjs +37 -0
  580. package/_cjs/Ref/symbols.cjs.map +1 -0
  581. package/_cjs/Ref.cjs +22 -18
  582. package/_cjs/Ref.cjs.map +1 -1
  583. package/_cjs/RefSubject/Atomic.cjs +109 -0
  584. package/_cjs/RefSubject/Atomic.cjs.map +1 -0
  585. package/_cjs/{FiberState/constructors.cjs → RefSubject/Synchronized/api.cjs} +13 -34
  586. package/_cjs/RefSubject/Synchronized/api.cjs.map +1 -0
  587. package/_cjs/RefSubject/Synchronized/definition.cjs +56 -0
  588. package/_cjs/RefSubject/Synchronized/definition.cjs.map +1 -0
  589. package/_cjs/RefSubject/api.cjs +245 -0
  590. package/_cjs/RefSubject/api.cjs.map +1 -0
  591. package/_cjs/{FiberState/api.cjs → RefSubject/definition.cjs} +12 -16
  592. package/_cjs/RefSubject/definition.cjs.map +1 -0
  593. package/_cjs/RefSubject.cjs +39 -0
  594. package/_cjs/RefSubject.cjs.map +1 -0
  595. package/_cjs/Reloadable/api.cjs +3 -18
  596. package/_cjs/Reloadable/api.cjs.map +1 -1
  597. package/_cjs/Reloadable/constructors.cjs +14 -41
  598. package/_cjs/Reloadable/constructors.cjs.map +1 -1
  599. package/_cjs/Reloadable/definition.cjs +0 -14
  600. package/_cjs/Reloadable/definition.cjs.map +1 -1
  601. package/_cjs/Reloadable.cjs +0 -6
  602. package/_cjs/Reloadable.cjs.map +1 -1
  603. package/_cjs/RuntimeConfig.cjs +1 -44
  604. package/_cjs/RuntimeConfig.cjs.map +1 -1
  605. package/_cjs/RuntimeFlag.cjs +6 -0
  606. package/_cjs/RuntimeFlag.cjs.map +1 -0
  607. package/_cjs/RuntimeFlags/Patch.cjs +76 -0
  608. package/_cjs/RuntimeFlags/Patch.cjs.map +1 -0
  609. package/_cjs/RuntimeFlags/RuntimeFlags.cjs +107 -0
  610. package/_cjs/RuntimeFlags/RuntimeFlags.cjs.map +1 -0
  611. package/_cjs/RuntimeFlags.cjs +28 -0
  612. package/_cjs/RuntimeFlags.cjs.map +1 -0
  613. package/_cjs/STM/api/core-api.cjs +36 -42
  614. package/_cjs/STM/api/core-api.cjs.map +1 -1
  615. package/_cjs/STM/api/core-constructors.cjs +0 -15
  616. package/_cjs/STM/api/core-constructors.cjs.map +1 -1
  617. package/_cjs/STM/api.cjs +218 -302
  618. package/_cjs/STM/api.cjs.map +1 -1
  619. package/_cjs/STM/definition.cjs +9 -72
  620. package/_cjs/STM/definition.cjs.map +1 -1
  621. package/_cjs/STM/driver.cjs +12 -65
  622. package/_cjs/STM/driver.cjs.map +1 -1
  623. package/_cjs/STM/internal/CommitState.cjs +5 -32
  624. package/_cjs/STM/internal/CommitState.cjs.map +1 -1
  625. package/_cjs/STM/internal/Entry.cjs +0 -20
  626. package/_cjs/STM/internal/Entry.cjs.map +1 -1
  627. package/_cjs/STM/internal/Journal.cjs +50 -142
  628. package/_cjs/STM/internal/Journal.cjs.map +1 -1
  629. package/_cjs/STM/internal/TryCommit.cjs +2 -12
  630. package/_cjs/STM/internal/TryCommit.cjs.map +1 -1
  631. package/_cjs/STM/internal/Versioned.cjs +0 -3
  632. package/_cjs/STM/internal/Versioned.cjs.map +1 -1
  633. package/_cjs/STM.cjs +0 -10
  634. package/_cjs/STM.cjs.map +1 -1
  635. package/_cjs/Schedule/Decision.cjs +13 -37
  636. package/_cjs/Schedule/Decision.cjs.map +1 -1
  637. package/_cjs/Schedule/Driver.cjs +0 -5
  638. package/_cjs/Schedule/Driver.cjs.map +1 -1
  639. package/_cjs/Schedule/api/driver.cjs +6 -22
  640. package/_cjs/Schedule/api/driver.cjs.map +1 -1
  641. package/_cjs/Schedule/api.cjs +440 -492
  642. package/_cjs/Schedule/api.cjs.map +1 -1
  643. package/_cjs/Schedule/definition.cjs +0 -2
  644. package/_cjs/Schedule/definition.cjs.map +1 -1
  645. package/_cjs/Schedule.cjs +0 -8
  646. package/_cjs/Schedule.cjs.map +1 -1
  647. package/_cjs/Scope/Finalizer/definition.cjs +0 -6
  648. package/_cjs/Scope/Finalizer/definition.cjs.map +1 -1
  649. package/_cjs/Scope/Finalizer.cjs +0 -2
  650. package/_cjs/Scope/Finalizer.cjs.map +1 -1
  651. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +13 -24
  652. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
  653. package/_cjs/Scope/ReleaseMap/api.cjs +65 -79
  654. package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
  655. package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -12
  656. package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
  657. package/_cjs/Scope/ReleaseMap/definition.cjs +0 -9
  658. package/_cjs/Scope/ReleaseMap/definition.cjs.map +1 -1
  659. package/_cjs/Scope/ReleaseMap.cjs +0 -6
  660. package/_cjs/Scope/ReleaseMap.cjs.map +1 -1
  661. package/_cjs/Scope/api.cjs +34 -69
  662. package/_cjs/Scope/api.cjs.map +1 -1
  663. package/_cjs/Scope/definition.cjs +0 -12
  664. package/_cjs/Scope/definition.cjs.map +1 -1
  665. package/_cjs/Scope.cjs +0 -4
  666. package/_cjs/Scope.cjs.map +1 -1
  667. package/_cjs/ScopedRef/api.cjs +7 -26
  668. package/_cjs/ScopedRef/api.cjs.map +1 -1
  669. package/_cjs/ScopedRef/definition.cjs +1 -5
  670. package/_cjs/ScopedRef/definition.cjs.map +1 -1
  671. package/_cjs/ScopedRef.cjs +0 -4
  672. package/_cjs/ScopedRef.cjs.map +1 -1
  673. package/_cjs/Sink/api.cjs +292 -484
  674. package/_cjs/Sink/api.cjs.map +1 -1
  675. package/_cjs/Sink/definition.cjs +0 -3
  676. package/_cjs/Sink/definition.cjs.map +1 -1
  677. package/_cjs/Sink.cjs +0 -4
  678. package/_cjs/Sink.cjs.map +1 -1
  679. package/_cjs/State/api.cjs +18 -32
  680. package/_cjs/State/api.cjs.map +1 -1
  681. package/_cjs/State/definition.cjs +2 -7
  682. package/_cjs/State/definition.cjs.map +1 -1
  683. package/_cjs/State/internal.cjs +0 -3
  684. package/_cjs/State/internal.cjs.map +1 -1
  685. package/_cjs/State.cjs +0 -4
  686. package/_cjs/State.cjs.map +1 -1
  687. package/_cjs/Stream/api/zipAllWith.cjs +16 -43
  688. package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
  689. package/_cjs/Stream/api/zipWith.cjs +6 -9
  690. package/_cjs/Stream/api/zipWith.cjs.map +1 -1
  691. package/_cjs/Stream/api/zipWithChunks.cjs +14 -32
  692. package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
  693. package/_cjs/Stream/api.cjs +961 -1205
  694. package/_cjs/Stream/api.cjs.map +1 -1
  695. package/_cjs/Stream/definition.cjs +0 -8
  696. package/_cjs/Stream/definition.cjs.map +1 -1
  697. package/_cjs/Stream/internal/DebounceState.cjs +16 -44
  698. package/_cjs/Stream/internal/DebounceState.cjs.map +1 -1
  699. package/_cjs/Stream/internal/Handoff.cjs +34 -80
  700. package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
  701. package/_cjs/Stream/internal/Pull.cjs +2 -25
  702. package/_cjs/Stream/internal/Pull.cjs.map +1 -1
  703. package/_cjs/Stream/internal/SinkEndReason.cjs +13 -28
  704. package/_cjs/Stream/internal/SinkEndReason.cjs.map +1 -1
  705. package/_cjs/Stream/internal/Take.cjs +32 -75
  706. package/_cjs/Stream/internal/Take.cjs.map +1 -1
  707. package/_cjs/Stream/internal/util.cjs +3 -13
  708. package/_cjs/Stream/internal/util.cjs.map +1 -1
  709. package/_cjs/Stream.cjs +0 -4
  710. package/_cjs/Stream.cjs.map +1 -1
  711. package/_cjs/{FiberState/definition.cjs → Subject/Atomic.cjs} +21 -36
  712. package/_cjs/Subject/Atomic.cjs.map +1 -0
  713. package/_cjs/{IO/api/withRuntimeConfig.cjs → Subject/api.cjs} +17 -14
  714. package/_cjs/Subject/api.cjs.map +1 -0
  715. package/_cjs/Subject/definition.cjs +11 -0
  716. package/_cjs/Subject/definition.cjs.map +1 -0
  717. package/_cjs/Subject.cjs +39 -0
  718. package/_cjs/Subject.cjs.map +1 -0
  719. package/_cjs/SubscriptionRef.cjs +54 -0
  720. package/_cjs/SubscriptionRef.cjs.map +1 -0
  721. package/_cjs/Supervisor/api.cjs +24 -37
  722. package/_cjs/Supervisor/api.cjs.map +1 -1
  723. package/_cjs/Supervisor/constructors.cjs +2 -26
  724. package/_cjs/Supervisor/constructors.cjs.map +1 -1
  725. package/_cjs/Supervisor/definition.cjs +6 -44
  726. package/_cjs/Supervisor/definition.cjs.map +1 -1
  727. package/_cjs/Supervisor.cjs +0 -6
  728. package/_cjs/Supervisor.cjs.map +1 -1
  729. package/_cjs/SupervisorPatch.cjs +25 -75
  730. package/_cjs/SupervisorPatch.cjs.map +1 -1
  731. package/_cjs/TExit/constructors.cjs +0 -12
  732. package/_cjs/TExit/constructors.cjs.map +1 -1
  733. package/_cjs/TExit/definition.cjs +14 -76
  734. package/_cjs/TExit/definition.cjs.map +1 -1
  735. package/_cjs/TExit.cjs +0 -4
  736. package/_cjs/TExit.cjs.map +1 -1
  737. package/_cjs/TFuture/api.cjs +21 -37
  738. package/_cjs/TFuture/api.cjs.map +1 -1
  739. package/_cjs/TFuture/constructors.cjs +1 -13
  740. package/_cjs/TFuture/constructors.cjs.map +1 -1
  741. package/_cjs/TFuture/definition.cjs +0 -4
  742. package/_cjs/TFuture/definition.cjs.map +1 -1
  743. package/_cjs/TFuture.cjs +0 -6
  744. package/_cjs/TFuture.cjs.map +1 -1
  745. package/_cjs/TReentrantLock/api.cjs +41 -111
  746. package/_cjs/TReentrantLock/api.cjs.map +1 -1
  747. package/_cjs/TReentrantLock/definition.cjs +7 -38
  748. package/_cjs/TReentrantLock/definition.cjs.map +1 -1
  749. package/_cjs/TReentrantLock.cjs +0 -4
  750. package/_cjs/TReentrantLock.cjs.map +1 -1
  751. package/_cjs/TRef/api.cjs +95 -296
  752. package/_cjs/TRef/api.cjs.map +1 -1
  753. package/_cjs/TRef/constructors.cjs +0 -19
  754. package/_cjs/TRef/constructors.cjs.map +1 -1
  755. package/_cjs/TRef/definition.cjs +84 -34
  756. package/_cjs/TRef/definition.cjs.map +1 -1
  757. package/_cjs/TRef/symbols.cjs +27 -0
  758. package/_cjs/TRef/symbols.cjs.map +1 -0
  759. package/_cjs/TRef.cjs +11 -6
  760. package/_cjs/TRef.cjs.map +1 -1
  761. package/_cjs/TSemaphore/api.cjs +30 -49
  762. package/_cjs/TSemaphore/api.cjs.map +1 -1
  763. package/_cjs/TSemaphore/constructors.cjs +13 -11
  764. package/_cjs/TSemaphore/constructors.cjs.map +1 -1
  765. package/_cjs/TSemaphore/definition.cjs +0 -4
  766. package/_cjs/TSemaphore/definition.cjs.map +1 -1
  767. package/_cjs/TSemaphore.cjs +0 -6
  768. package/_cjs/TSemaphore.cjs.map +1 -1
  769. package/_cjs/TxnId.cjs +0 -3
  770. package/_cjs/TxnId.cjs.map +1 -1
  771. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +19 -24
  772. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
  773. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +19 -24
  774. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
  775. package/_cjs/collection/immutable/Conc/filterIO.cjs +14 -19
  776. package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
  777. package/_cjs/collection/immutable/Conc/findIO.cjs +18 -28
  778. package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
  779. package/_cjs/collection/immutable/Conc/mapIO.cjs +11 -14
  780. package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
  781. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +29 -36
  782. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
  783. package/_cjs/collection/immutable/Conc.cjs +0 -12
  784. package/_cjs/collection/immutable/Conc.cjs.map +1 -1
  785. package/_cjs/data/Exit/foreachIO.cjs +6 -10
  786. package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
  787. package/_cjs/internal/HashedPair.cjs +4 -15
  788. package/_cjs/internal/HashedPair.cjs.map +1 -1
  789. package/_cjs/internal/Hub.cjs +13 -175
  790. package/_cjs/internal/Hub.cjs.map +1 -1
  791. package/_cjs/internal/IsFatal.cjs +22 -62
  792. package/_cjs/internal/IsFatal.cjs.map +1 -1
  793. package/_cjs/internal/MutableQueue.cjs +11 -77
  794. package/_cjs/internal/MutableQueue.cjs.map +1 -1
  795. package/_cjs/internal/Scheduler.cjs +0 -18
  796. package/_cjs/internal/Scheduler.cjs.map +1 -1
  797. package/_cjs/internal/StackTraceBuilder.cjs +0 -9
  798. package/_cjs/internal/StackTraceBuilder.cjs.map +1 -1
  799. package/_mjs/Cached/api.mjs +6 -13
  800. package/_mjs/Cached/api.mjs.map +1 -1
  801. package/_mjs/Cached/definition.mjs +2 -4
  802. package/_mjs/Cached/definition.mjs.map +1 -1
  803. package/_mjs/Cached/internal.mjs +0 -1
  804. package/_mjs/Cached/internal.mjs.map +1 -1
  805. package/_mjs/Cached.mjs.map +1 -1
  806. package/_mjs/CancellerState.mjs +6 -15
  807. package/_mjs/CancellerState.mjs.map +1 -1
  808. package/_mjs/Channel/ChildExecutorDecision/api.mjs +18 -18
  809. package/_mjs/Channel/ChildExecutorDecision/api.mjs.map +1 -1
  810. package/_mjs/Channel/ChildExecutorDecision/definition.mjs +0 -2
  811. package/_mjs/Channel/ChildExecutorDecision/definition.mjs.map +1 -1
  812. package/_mjs/Channel/ChildExecutorDecision.mjs.map +1 -1
  813. package/_mjs/Channel/UpstreamPullRequest/api.mjs +14 -16
  814. package/_mjs/Channel/UpstreamPullRequest/api.mjs.map +1 -1
  815. package/_mjs/Channel/UpstreamPullRequest/definition.mjs +0 -2
  816. package/_mjs/Channel/UpstreamPullRequest/definition.mjs.map +1 -1
  817. package/_mjs/Channel/UpstreamPullRequest.mjs.map +1 -1
  818. package/_mjs/Channel/UpstreamPullStrategy/definition.mjs +0 -1
  819. package/_mjs/Channel/UpstreamPullStrategy/definition.mjs.map +1 -1
  820. package/_mjs/Channel/UpstreamPullStrategy.mjs.map +1 -1
  821. package/_mjs/Channel/api/interruptWhen.mjs +11 -10
  822. package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
  823. package/_mjs/Channel/api/mapOutConcurrentIO.mjs +34 -0
  824. package/_mjs/Channel/api/mapOutConcurrentIO.mjs.map +1 -0
  825. package/_mjs/Channel/api/mergeAll.mjs +5 -4
  826. package/_mjs/Channel/api/mergeAll.mjs.map +1 -1
  827. package/_mjs/Channel/api/mergeAllUnboundedWith.mjs +5 -4
  828. package/_mjs/Channel/api/mergeAllUnboundedWith.mjs.map +1 -1
  829. package/_mjs/Channel/api/mergeAllWith.mjs +39 -39
  830. package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
  831. package/_mjs/Channel/api/mergeMap.mjs +5 -4
  832. package/_mjs/Channel/api/mergeMap.mjs.map +1 -1
  833. package/_mjs/Channel/api/mergeWith.mjs +34 -50
  834. package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
  835. package/_mjs/Channel/api/run.mjs +1 -2
  836. package/_mjs/Channel/api/run.mjs.map +1 -1
  837. package/_mjs/Channel/api/runCollect.mjs +0 -1
  838. package/_mjs/Channel/api/runCollect.mjs.map +1 -1
  839. package/_mjs/Channel/api/runDrain.mjs +0 -1
  840. package/_mjs/Channel/api/runDrain.mjs.map +1 -1
  841. package/_mjs/Channel/api/runScoped.mjs +6 -21
  842. package/_mjs/Channel/api/runScoped.mjs.map +1 -1
  843. package/_mjs/Channel/api/toPull.mjs +7 -20
  844. package/_mjs/Channel/api/toPull.mjs.map +1 -1
  845. package/_mjs/Channel/api/zipConcurrent.mjs +32 -0
  846. package/_mjs/Channel/api/zipConcurrent.mjs.map +1 -0
  847. package/_mjs/Channel/api.mjs +201 -267
  848. package/_mjs/Channel/api.mjs.map +1 -1
  849. package/_mjs/Channel/core-api.mjs +28 -35
  850. package/_mjs/Channel/core-api.mjs.map +1 -1
  851. package/_mjs/Channel/definition.mjs +32 -67
  852. package/_mjs/Channel/definition.mjs.map +1 -1
  853. package/_mjs/Channel/internal/ChannelExecutor.mjs +161 -340
  854. package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
  855. package/_mjs/Channel/internal/ChannelState.mjs +5 -20
  856. package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
  857. package/_mjs/Channel/internal/MergeDecision.mjs +5 -16
  858. package/_mjs/Channel/internal/MergeDecision.mjs.map +1 -1
  859. package/_mjs/Channel/internal/MergeState.mjs +6 -15
  860. package/_mjs/Channel/internal/MergeState.mjs.map +1 -1
  861. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +40 -103
  862. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
  863. package/_mjs/Channel.mjs.map +1 -1
  864. package/_mjs/Clock/api.mjs +0 -2
  865. package/_mjs/Clock/api.mjs.map +1 -1
  866. package/_mjs/Clock/definition.mjs +0 -2
  867. package/_mjs/Clock/definition.mjs.map +1 -1
  868. package/_mjs/Clock/live.mjs +2 -6
  869. package/_mjs/Clock/live.mjs.map +1 -1
  870. package/_mjs/Clock.mjs.map +1 -1
  871. package/_mjs/Console/api.mjs +0 -2
  872. package/_mjs/Console/api.mjs.map +1 -1
  873. package/_mjs/Console/definition.mjs +0 -2
  874. package/_mjs/Console/definition.mjs.map +1 -1
  875. package/_mjs/Console/live.mjs +0 -4
  876. package/_mjs/Console/live.mjs.map +1 -1
  877. package/_mjs/Console.mjs.map +1 -1
  878. package/_mjs/CountdownLatch.mjs +39 -0
  879. package/_mjs/CountdownLatch.mjs.map +1 -0
  880. package/_mjs/Differ/api.mjs +5 -20
  881. package/_mjs/Differ/api.mjs.map +1 -1
  882. package/_mjs/Differ/definition.mjs +0 -2
  883. package/_mjs/Differ/definition.mjs.map +1 -1
  884. package/_mjs/Fiber/FiberMessage.mjs +56 -0
  885. package/_mjs/Fiber/FiberMessage.mjs.map +1 -0
  886. package/_mjs/Fiber/FiberRuntime.mjs +728 -0
  887. package/_mjs/Fiber/FiberRuntime.mjs.map +1 -0
  888. package/_mjs/Fiber/api/await.mjs.map +1 -1
  889. package/_mjs/Fiber/api/awaitAll.mjs +2 -3
  890. package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
  891. package/_mjs/Fiber/api/children.mjs.map +1 -1
  892. package/_mjs/Fiber/api/collectAll.mjs +3 -4
  893. package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
  894. package/_mjs/Fiber/api/fromIO.mjs +1 -2
  895. package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
  896. package/_mjs/Fiber/api/id.mjs.map +1 -1
  897. package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
  898. package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
  899. package/_mjs/Fiber/api/interrupt.mjs +3 -4
  900. package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
  901. package/_mjs/Fiber/api/interruptAll.mjs +3 -6
  902. package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
  903. package/_mjs/Fiber/api/interruptAs.mjs +13 -5
  904. package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
  905. package/_mjs/Fiber/api/interruptFork.mjs +2 -5
  906. package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
  907. package/_mjs/Fiber/api/join.mjs +3 -3
  908. package/_mjs/Fiber/api/join.mjs.map +1 -1
  909. package/_mjs/Fiber/api/joinAll.mjs +1 -2
  910. package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
  911. package/_mjs/Fiber/api/location.mjs +1 -3
  912. package/_mjs/Fiber/api/location.mjs.map +1 -1
  913. package/_mjs/Fiber/api/mapFiber.mjs +5 -4
  914. package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
  915. package/_mjs/Fiber/api/mapIO.mjs +11 -10
  916. package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
  917. package/_mjs/Fiber/api/poll.mjs.map +1 -1
  918. package/_mjs/Fiber/api/zipWith.mjs +6 -5
  919. package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
  920. package/_mjs/Fiber/constructors.mjs +0 -6
  921. package/_mjs/Fiber/constructors.mjs.map +1 -1
  922. package/_mjs/Fiber/definition.mjs +9 -5
  923. package/_mjs/Fiber/definition.mjs.map +1 -1
  924. package/_mjs/Fiber.mjs +3 -4
  925. package/_mjs/Fiber.mjs.map +1 -1
  926. package/_mjs/FiberDescriptor.mjs +1 -4
  927. package/_mjs/FiberDescriptor.mjs.map +1 -1
  928. package/_mjs/FiberRef/api/locallyScoped.mjs +5 -4
  929. package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
  930. package/_mjs/FiberRef/api/locallyScopedWith.mjs +5 -4
  931. package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
  932. package/_mjs/FiberRef/api.mjs +64 -66
  933. package/_mjs/FiberRef/api.mjs.map +1 -1
  934. package/_mjs/FiberRef/constructors.mjs +1 -4
  935. package/_mjs/FiberRef/constructors.mjs.map +1 -1
  936. package/_mjs/FiberRef/definition.mjs +5 -10
  937. package/_mjs/FiberRef/definition.mjs.map +1 -1
  938. package/_mjs/FiberRef/unsafe.mjs +17 -30
  939. package/_mjs/FiberRef/unsafe.mjs.map +1 -1
  940. package/_mjs/FiberRef.mjs +2 -2
  941. package/_mjs/FiberRef.mjs.map +1 -1
  942. package/_mjs/FiberRefs/api.mjs +70 -24
  943. package/_mjs/FiberRefs/api.mjs.map +1 -1
  944. package/_mjs/FiberRefs/definition.mjs +2 -13
  945. package/_mjs/FiberRefs/definition.mjs.map +1 -1
  946. package/_mjs/FiberRefs/join.mjs +51 -61
  947. package/_mjs/FiberRefs/join.mjs.map +1 -1
  948. package/_mjs/FiberRefs.mjs.map +1 -1
  949. package/_mjs/FiberScope/constructors.mjs +0 -2
  950. package/_mjs/FiberScope/constructors.mjs.map +1 -1
  951. package/_mjs/FiberScope/definition.mjs +15 -12
  952. package/_mjs/FiberScope/definition.mjs.map +1 -1
  953. package/_mjs/FiberScope.mjs.map +1 -1
  954. package/_mjs/FiberStatus/constructors.mjs +5 -15
  955. package/_mjs/FiberStatus/constructors.mjs.map +1 -1
  956. package/_mjs/FiberStatus/definition.mjs +14 -66
  957. package/_mjs/FiberStatus/definition.mjs.map +1 -1
  958. package/_mjs/FiberStatus.mjs.map +1 -1
  959. package/_mjs/Future/api.mjs +87 -110
  960. package/_mjs/Future/api.mjs.map +1 -1
  961. package/_mjs/Future/constructors.mjs +1 -5
  962. package/_mjs/Future/constructors.mjs.map +1 -1
  963. package/_mjs/Future/definition.mjs +3 -9
  964. package/_mjs/Future/definition.mjs.map +1 -1
  965. package/_mjs/Future.mjs.map +1 -1
  966. package/_mjs/Hub/api.mjs +98 -123
  967. package/_mjs/Hub/api.mjs.map +1 -1
  968. package/_mjs/Hub/definition.mjs +13 -3
  969. package/_mjs/Hub/definition.mjs.map +1 -1
  970. package/_mjs/Hub/internal.mjs +30 -90
  971. package/_mjs/Hub/internal.mjs.map +1 -1
  972. package/_mjs/Hub.mjs.map +1 -1
  973. package/_mjs/IO/api/acquireRelease.mjs +0 -1
  974. package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
  975. package/_mjs/IO/api/acquireReleaseExit.mjs +1 -2
  976. package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
  977. package/_mjs/IO/api/acquireReleaseInterruptible.mjs +0 -1
  978. package/_mjs/IO/api/acquireReleaseInterruptible.mjs.map +1 -1
  979. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +2 -2
  980. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
  981. package/_mjs/IO/api/addFinalizer.mjs +0 -1
  982. package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
  983. package/_mjs/IO/api/addFinalizerExit.mjs +1 -2
  984. package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
  985. package/_mjs/IO/api/asyncIO.mjs +8 -8
  986. package/_mjs/IO/api/asyncIO.mjs.map +1 -1
  987. package/_mjs/IO/api/asyncInterrupt.mjs +65 -0
  988. package/_mjs/IO/api/asyncInterrupt.mjs.map +1 -0
  989. package/_mjs/IO/api/bracket.mjs +2 -3
  990. package/_mjs/IO/api/bracket.mjs.map +1 -1
  991. package/_mjs/IO/api/bracketExit.mjs +2 -3
  992. package/_mjs/IO/api/bracketExit.mjs.map +1 -1
  993. package/_mjs/IO/api/clockWith.mjs +2 -5
  994. package/_mjs/IO/api/clockWith.mjs.map +1 -1
  995. package/_mjs/IO/api/concurrency.mjs +8 -11
  996. package/_mjs/IO/api/concurrency.mjs.map +1 -1
  997. package/_mjs/IO/api/concurrentFinalizers.mjs +1 -2
  998. package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
  999. package/_mjs/IO/api/consoleWith.mjs +2 -5
  1000. package/_mjs/IO/api/consoleWith.mjs.map +1 -1
  1001. package/_mjs/IO/api/core-scope.mjs +56 -94
  1002. package/_mjs/IO/api/core-scope.mjs.map +1 -1
  1003. package/_mjs/IO/api/delay.mjs +12 -0
  1004. package/_mjs/IO/api/delay.mjs.map +1 -0
  1005. package/_mjs/IO/api/ensuringChildren.mjs +7 -5
  1006. package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
  1007. package/_mjs/IO/api/environment.mjs +29 -42
  1008. package/_mjs/IO/api/environment.mjs.map +1 -1
  1009. package/_mjs/IO/api/foreachConcurrent.mjs +104 -0
  1010. package/_mjs/IO/api/foreachConcurrent.mjs.map +1 -0
  1011. package/_mjs/IO/api/foreachExec.mjs +3 -4
  1012. package/_mjs/IO/api/foreachExec.mjs.map +1 -1
  1013. package/_mjs/IO/api/fork.mjs +64 -0
  1014. package/_mjs/IO/api/fork.mjs.map +1 -0
  1015. package/_mjs/IO/api/forkAll.mjs +3 -3
  1016. package/_mjs/IO/api/forkAll.mjs.map +1 -1
  1017. package/_mjs/IO/api/forkIn.mjs +7 -6
  1018. package/_mjs/IO/api/forkIn.mjs.map +1 -1
  1019. package/_mjs/IO/api/forkScoped.mjs +1 -2
  1020. package/_mjs/IO/api/forkScoped.mjs.map +1 -1
  1021. package/_mjs/IO/api/fulfill.mjs +7 -6
  1022. package/_mjs/IO/api/fulfill.mjs.map +1 -1
  1023. package/_mjs/IO/api/interrupt.mjs +45 -58
  1024. package/_mjs/IO/api/interrupt.mjs.map +1 -1
  1025. package/_mjs/IO/api/memoize.mjs +1 -2
  1026. package/_mjs/IO/api/memoize.mjs.map +1 -1
  1027. package/_mjs/IO/api/onExit.mjs +5 -4
  1028. package/_mjs/IO/api/onExit.mjs.map +1 -1
  1029. package/_mjs/IO/api/onTermination.mjs +5 -4
  1030. package/_mjs/IO/api/onTermination.mjs.map +1 -1
  1031. package/_mjs/IO/api/once.mjs +1 -2
  1032. package/_mjs/IO/api/once.mjs.map +1 -1
  1033. package/_mjs/IO/api/provideLayer.mjs +5 -4
  1034. package/_mjs/IO/api/provideLayer.mjs.map +1 -1
  1035. package/_mjs/IO/api/provideSomeLayer.mjs +5 -12
  1036. package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
  1037. package/_mjs/IO/api/race.mjs +7 -7
  1038. package/_mjs/IO/api/race.mjs.map +1 -1
  1039. package/_mjs/IO/api/raceFirst.mjs +5 -4
  1040. package/_mjs/IO/api/raceFirst.mjs.map +1 -1
  1041. package/_mjs/IO/api/randomWith.mjs +1 -4
  1042. package/_mjs/IO/api/randomWith.mjs.map +1 -1
  1043. package/_mjs/IO/api/repeat.mjs +8 -13
  1044. package/_mjs/IO/api/repeat.mjs.map +1 -1
  1045. package/_mjs/IO/api/retry.mjs +12 -18
  1046. package/_mjs/IO/api/retry.mjs.map +1 -1
  1047. package/_mjs/IO/api/schedule.mjs +15 -15
  1048. package/_mjs/IO/api/schedule.mjs.map +1 -1
  1049. package/_mjs/IO/api/scope.mjs +0 -1
  1050. package/_mjs/IO/api/scope.mjs.map +1 -1
  1051. package/_mjs/IO/api/scopeWith.mjs +0 -1
  1052. package/_mjs/IO/api/scopeWith.mjs.map +1 -1
  1053. package/_mjs/IO/api/scoped.mjs +3 -6
  1054. package/_mjs/IO/api/scoped.mjs.map +1 -1
  1055. package/_mjs/IO/api/sequenceT.mjs +1 -2
  1056. package/_mjs/IO/api/sequenceT.mjs.map +1 -1
  1057. package/_mjs/IO/api/sleep.mjs +0 -1
  1058. package/_mjs/IO/api/sleep.mjs.map +1 -1
  1059. package/_mjs/IO/api/stateful.mjs +0 -1
  1060. package/_mjs/IO/api/stateful.mjs.map +1 -1
  1061. package/_mjs/IO/api/supervised.mjs +5 -9
  1062. package/_mjs/IO/api/supervised.mjs.map +1 -1
  1063. package/_mjs/IO/api/timeout.mjs +10 -9
  1064. package/_mjs/IO/api/timeout.mjs.map +1 -1
  1065. package/_mjs/IO/api/withChildren.mjs +2 -4
  1066. package/_mjs/IO/api/withChildren.mjs.map +1 -1
  1067. package/_mjs/IO/api/withEarlyRelease.mjs +1 -2
  1068. package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
  1069. package/_mjs/IO/api/withFinalizer.mjs +5 -4
  1070. package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
  1071. package/_mjs/IO/api/withFinalizerExit.mjs +5 -4
  1072. package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
  1073. package/_mjs/IO/api/zipConcurrent.mjs +41 -0
  1074. package/_mjs/IO/api/zipConcurrent.mjs.map +1 -0
  1075. package/_mjs/IO/api.mjs +545 -797
  1076. package/_mjs/IO/api.mjs.map +1 -1
  1077. package/_mjs/IO/definition.mjs +107 -150
  1078. package/_mjs/IO/definition.mjs.map +1 -1
  1079. package/_mjs/IO/runtime.mjs +51 -86
  1080. package/_mjs/IO/runtime.mjs.map +1 -1
  1081. package/_mjs/IO.mjs +7 -5
  1082. package/_mjs/IO.mjs.map +1 -1
  1083. package/_mjs/IOEnv/definition.mjs +1 -2
  1084. package/_mjs/IOEnv/definition.mjs.map +1 -1
  1085. package/_mjs/IOEnv/live.mjs +1 -2
  1086. package/_mjs/IOEnv/live.mjs.map +1 -1
  1087. package/_mjs/IOEnv/services.mjs +0 -1
  1088. package/_mjs/IOEnv/services.mjs.map +1 -1
  1089. package/_mjs/IOEnv.mjs.map +1 -1
  1090. package/_mjs/InterruptStatus/constructors.mjs +0 -3
  1091. package/_mjs/InterruptStatus/constructors.mjs.map +1 -1
  1092. package/_mjs/InterruptStatus/definition.mjs +0 -3
  1093. package/_mjs/InterruptStatus/definition.mjs.map +1 -1
  1094. package/_mjs/InterruptStatus.mjs.map +1 -1
  1095. package/_mjs/Layer/MemoMap.mjs +54 -82
  1096. package/_mjs/Layer/MemoMap.mjs.map +1 -1
  1097. package/_mjs/Layer/api.mjs +93 -130
  1098. package/_mjs/Layer/api.mjs.map +1 -1
  1099. package/_mjs/Layer/definition.mjs +15 -34
  1100. package/_mjs/Layer/definition.mjs.map +1 -1
  1101. package/_mjs/Layer.mjs.map +1 -1
  1102. package/_mjs/LogLevel.mjs +24 -29
  1103. package/_mjs/LogLevel.mjs.map +1 -1
  1104. package/_mjs/LogSpan.mjs +16 -18
  1105. package/_mjs/LogSpan.mjs.map +1 -1
  1106. package/_mjs/Logger/api.mjs +16 -14
  1107. package/_mjs/Logger/api.mjs.map +1 -1
  1108. package/_mjs/Logger/constructors.mjs +3 -11
  1109. package/_mjs/Logger/constructors.mjs.map +1 -1
  1110. package/_mjs/Logger/definition.mjs +0 -1
  1111. package/_mjs/Logger/definition.mjs.map +1 -1
  1112. package/_mjs/Logger.mjs.map +1 -1
  1113. package/_mjs/Push/api.mjs +417 -0
  1114. package/_mjs/Push/api.mjs.map +1 -0
  1115. package/_mjs/Push/definition.mjs +33 -0
  1116. package/_mjs/Push/definition.mjs.map +1 -0
  1117. package/_mjs/Push/internal.mjs +26 -0
  1118. package/_mjs/Push/internal.mjs.map +1 -0
  1119. package/_mjs/Push.mjs +5 -0
  1120. package/_mjs/Push.mjs.map +1 -0
  1121. package/_mjs/Queue/api/dimapIO.mjs +101 -42
  1122. package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
  1123. package/_mjs/Queue/api/filterInputIO.mjs +59 -24
  1124. package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
  1125. package/_mjs/Queue/api/filterOutputIO.mjs +70 -32
  1126. package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
  1127. package/_mjs/Queue/api/operations.mjs +18 -22
  1128. package/_mjs/Queue/api/operations.mjs.map +1 -1
  1129. package/_mjs/Queue/api/poll.mjs +1 -2
  1130. package/_mjs/Queue/api/poll.mjs.map +1 -1
  1131. package/_mjs/Queue/api/takeBetween.mjs +23 -27
  1132. package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
  1133. package/_mjs/Queue/api/zipWithIO.mjs +30 -33
  1134. package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
  1135. package/_mjs/Queue/api.mjs.map +1 -1
  1136. package/_mjs/Queue/constructors.mjs +5 -9
  1137. package/_mjs/Queue/constructors.mjs.map +1 -1
  1138. package/_mjs/Queue/definition.mjs +14 -7
  1139. package/_mjs/Queue/definition.mjs.map +1 -1
  1140. package/_mjs/Queue/internal.mjs +57 -93
  1141. package/_mjs/Queue/internal.mjs.map +1 -1
  1142. package/_mjs/Queue/strategy.mjs +28 -55
  1143. package/_mjs/Queue/strategy.mjs.map +1 -1
  1144. package/_mjs/Queue.mjs.map +1 -1
  1145. package/_mjs/Random/api.mjs +0 -8
  1146. package/_mjs/Random/api.mjs.map +1 -1
  1147. package/_mjs/Random/definition.mjs +0 -2
  1148. package/_mjs/Random/definition.mjs.map +1 -1
  1149. package/_mjs/Random/live.mjs +2 -9
  1150. package/_mjs/Random/live.mjs.map +1 -1
  1151. package/_mjs/Random.mjs.map +1 -1
  1152. package/_mjs/Ref/Atomic.mjs +49 -3
  1153. package/_mjs/Ref/Atomic.mjs.map +1 -1
  1154. package/_mjs/Ref/Derived.mjs +11 -9
  1155. package/_mjs/Ref/Derived.mjs.map +1 -1
  1156. package/_mjs/Ref/DerivedAll.mjs +15 -11
  1157. package/_mjs/Ref/DerivedAll.mjs.map +1 -1
  1158. package/_mjs/Ref/Synchronized/api.mjs +82 -68
  1159. package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
  1160. package/_mjs/Ref/Synchronized/constructors.mjs +1 -2
  1161. package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
  1162. package/_mjs/Ref/Synchronized/definition.mjs +16 -28
  1163. package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
  1164. package/_mjs/Ref/Synchronized.mjs +5 -0
  1165. package/_mjs/Ref/Synchronized.mjs.map +1 -0
  1166. package/_mjs/Ref/api/collect.mjs +6 -5
  1167. package/_mjs/Ref/api/collect.mjs.map +1 -1
  1168. package/_mjs/Ref/api/dimap.mjs +45 -41
  1169. package/_mjs/Ref/api/dimap.mjs.map +1 -1
  1170. package/_mjs/Ref/api/filter.mjs +12 -10
  1171. package/_mjs/Ref/api/filter.mjs.map +1 -1
  1172. package/_mjs/Ref/api/get.mjs +0 -1
  1173. package/_mjs/Ref/api/get.mjs.map +1 -1
  1174. package/_mjs/Ref/api/match.mjs +7 -7
  1175. package/_mjs/Ref/api/match.mjs.map +1 -1
  1176. package/_mjs/Ref/api/matchAll.mjs +5 -5
  1177. package/_mjs/Ref/api/matchAll.mjs.map +1 -1
  1178. package/_mjs/Ref/api/modify.mjs +63 -143
  1179. package/_mjs/Ref/api/modify.mjs.map +1 -1
  1180. package/_mjs/Ref/api/set.mjs +7 -6
  1181. package/_mjs/Ref/api/set.mjs.map +1 -1
  1182. package/_mjs/Ref/api.mjs +5 -7
  1183. package/_mjs/Ref/api.mjs.map +1 -1
  1184. package/_mjs/Ref/constructors.mjs +2 -3
  1185. package/_mjs/Ref/constructors.mjs.map +1 -1
  1186. package/_mjs/Ref/definition.mjs +10 -3
  1187. package/_mjs/Ref/definition.mjs.map +1 -1
  1188. package/_mjs/Ref/symbols.mjs +25 -0
  1189. package/_mjs/Ref/symbols.mjs.map +1 -0
  1190. package/_mjs/Ref.mjs +4 -2
  1191. package/_mjs/Ref.mjs.map +1 -1
  1192. package/_mjs/RefSubject/Atomic.mjs +100 -0
  1193. package/_mjs/RefSubject/Atomic.mjs.map +1 -0
  1194. package/_mjs/RefSubject/Synchronized/api.mjs +15 -0
  1195. package/_mjs/RefSubject/Synchronized/api.mjs.map +1 -0
  1196. package/_mjs/RefSubject/Synchronized/definition.mjs +45 -0
  1197. package/_mjs/RefSubject/Synchronized/definition.mjs.map +1 -0
  1198. package/_mjs/RefSubject/api.mjs +220 -0
  1199. package/_mjs/RefSubject/api.mjs.map +1 -0
  1200. package/_mjs/RefSubject/definition.mjs +11 -0
  1201. package/_mjs/RefSubject/definition.mjs.map +1 -0
  1202. package/_mjs/RefSubject.mjs +5 -0
  1203. package/_mjs/RefSubject.mjs.map +1 -0
  1204. package/_mjs/Reloadable/api.mjs +3 -12
  1205. package/_mjs/Reloadable/api.mjs.map +1 -1
  1206. package/_mjs/Reloadable/constructors.mjs +14 -26
  1207. package/_mjs/Reloadable/constructors.mjs.map +1 -1
  1208. package/_mjs/Reloadable/definition.mjs +0 -6
  1209. package/_mjs/Reloadable/definition.mjs.map +1 -1
  1210. package/_mjs/Reloadable.mjs.map +1 -1
  1211. package/_mjs/RuntimeConfig.mjs +0 -31
  1212. package/_mjs/RuntimeConfig.mjs.map +1 -1
  1213. package/_mjs/RuntimeFlag.mjs +2 -0
  1214. package/_mjs/RuntimeFlag.mjs.map +1 -0
  1215. package/_mjs/RuntimeFlags/Patch.mjs +58 -0
  1216. package/_mjs/RuntimeFlags/Patch.mjs.map +1 -0
  1217. package/_mjs/RuntimeFlags/RuntimeFlags.mjs +82 -0
  1218. package/_mjs/RuntimeFlags/RuntimeFlags.mjs.map +1 -0
  1219. package/_mjs/RuntimeFlags.mjs +4 -0
  1220. package/_mjs/RuntimeFlags.mjs.map +1 -0
  1221. package/_mjs/STM/api/core-api.mjs +29 -27
  1222. package/_mjs/STM/api/core-api.mjs.map +1 -1
  1223. package/_mjs/STM/api/core-constructors.mjs +0 -8
  1224. package/_mjs/STM/api/core-constructors.mjs.map +1 -1
  1225. package/_mjs/STM/api.mjs +182 -212
  1226. package/_mjs/STM/api.mjs.map +1 -1
  1227. package/_mjs/STM/definition.mjs +14 -36
  1228. package/_mjs/STM/definition.mjs.map +1 -1
  1229. package/_mjs/STM/driver.mjs +12 -54
  1230. package/_mjs/STM/driver.mjs.map +1 -1
  1231. package/_mjs/STM/internal/CommitState.mjs +5 -25
  1232. package/_mjs/STM/internal/CommitState.mjs.map +1 -1
  1233. package/_mjs/STM/internal/Entry.mjs +0 -12
  1234. package/_mjs/STM/internal/Entry.mjs.map +1 -1
  1235. package/_mjs/STM/internal/Journal.mjs +50 -128
  1236. package/_mjs/STM/internal/Journal.mjs.map +1 -1
  1237. package/_mjs/STM/internal/TryCommit.mjs +3 -8
  1238. package/_mjs/STM/internal/TryCommit.mjs.map +1 -1
  1239. package/_mjs/STM/internal/Versioned.mjs +0 -1
  1240. package/_mjs/STM/internal/Versioned.mjs.map +1 -1
  1241. package/_mjs/STM.mjs +2 -2
  1242. package/_mjs/STM.mjs.map +1 -1
  1243. package/_mjs/Schedule/Decision.mjs +14 -25
  1244. package/_mjs/Schedule/Decision.mjs.map +1 -1
  1245. package/_mjs/Schedule/Driver.mjs +0 -2
  1246. package/_mjs/Schedule/Driver.mjs.map +1 -1
  1247. package/_mjs/Schedule/api/driver.mjs +6 -8
  1248. package/_mjs/Schedule/api/driver.mjs.map +1 -1
  1249. package/_mjs/Schedule/api.mjs +379 -374
  1250. package/_mjs/Schedule/api.mjs.map +1 -1
  1251. package/_mjs/Schedule/definition.mjs.map +1 -1
  1252. package/_mjs/Schedule.mjs.map +1 -1
  1253. package/_mjs/Scope/Finalizer/definition.mjs +0 -1
  1254. package/_mjs/Scope/Finalizer/definition.mjs.map +1 -1
  1255. package/_mjs/Scope/Finalizer.mjs.map +1 -1
  1256. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +12 -12
  1257. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
  1258. package/_mjs/Scope/ReleaseMap/api.mjs +59 -60
  1259. package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
  1260. package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -4
  1261. package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
  1262. package/_mjs/Scope/ReleaseMap/definition.mjs +0 -2
  1263. package/_mjs/Scope/ReleaseMap/definition.mjs.map +1 -1
  1264. package/_mjs/Scope/ReleaseMap.mjs.map +1 -1
  1265. package/_mjs/Scope/api.mjs +28 -45
  1266. package/_mjs/Scope/api.mjs.map +1 -1
  1267. package/_mjs/Scope/definition.mjs +0 -4
  1268. package/_mjs/Scope/definition.mjs.map +1 -1
  1269. package/_mjs/Scope.mjs.map +1 -1
  1270. package/_mjs/ScopedRef/api.mjs +7 -11
  1271. package/_mjs/ScopedRef/api.mjs.map +1 -1
  1272. package/_mjs/ScopedRef/definition.mjs +1 -3
  1273. package/_mjs/ScopedRef/definition.mjs.map +1 -1
  1274. package/_mjs/ScopedRef.mjs.map +1 -1
  1275. package/_mjs/Sink/api.mjs +282 -383
  1276. package/_mjs/Sink/api.mjs.map +1 -1
  1277. package/_mjs/Sink/definition.mjs +0 -1
  1278. package/_mjs/Sink/definition.mjs.map +1 -1
  1279. package/_mjs/Sink.mjs.map +1 -1
  1280. package/_mjs/State/api.mjs +16 -19
  1281. package/_mjs/State/api.mjs.map +1 -1
  1282. package/_mjs/State/definition.mjs +2 -4
  1283. package/_mjs/State/definition.mjs.map +1 -1
  1284. package/_mjs/State/internal.mjs +0 -1
  1285. package/_mjs/State/internal.mjs.map +1 -1
  1286. package/_mjs/State.mjs.map +1 -1
  1287. package/_mjs/Stream/api/zipAllWith.mjs +15 -30
  1288. package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
  1289. package/_mjs/Stream/api/zipWith.mjs +5 -4
  1290. package/_mjs/Stream/api/zipWith.mjs.map +1 -1
  1291. package/_mjs/Stream/api/zipWithChunks.mjs +13 -23
  1292. package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
  1293. package/_mjs/Stream/api.mjs +827 -936
  1294. package/_mjs/Stream/api.mjs.map +1 -1
  1295. package/_mjs/Stream/definition.mjs +0 -4
  1296. package/_mjs/Stream/definition.mjs.map +1 -1
  1297. package/_mjs/Stream/internal/DebounceState.mjs +18 -34
  1298. package/_mjs/Stream/internal/DebounceState.mjs.map +1 -1
  1299. package/_mjs/Stream/internal/Handoff.mjs +33 -51
  1300. package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
  1301. package/_mjs/Stream/internal/Pull.mjs +2 -9
  1302. package/_mjs/Stream/internal/Pull.mjs.map +1 -1
  1303. package/_mjs/Stream/internal/SinkEndReason.mjs +13 -22
  1304. package/_mjs/Stream/internal/SinkEndReason.mjs.map +1 -1
  1305. package/_mjs/Stream/internal/Take.mjs +28 -42
  1306. package/_mjs/Stream/internal/Take.mjs.map +1 -1
  1307. package/_mjs/Stream/internal/util.mjs +3 -6
  1308. package/_mjs/Stream/internal/util.mjs.map +1 -1
  1309. package/_mjs/Stream.mjs.map +1 -1
  1310. package/_mjs/Subject/Atomic.mjs +22 -0
  1311. package/_mjs/Subject/Atomic.mjs.map +1 -0
  1312. package/_mjs/Subject/api.mjs +18 -0
  1313. package/_mjs/Subject/api.mjs.map +1 -0
  1314. package/_mjs/Subject/definition.mjs +3 -0
  1315. package/_mjs/Subject/definition.mjs.map +1 -0
  1316. package/_mjs/Subject.mjs +5 -0
  1317. package/_mjs/Subject.mjs.map +1 -0
  1318. package/_mjs/SubscriptionRef.mjs +41 -0
  1319. package/_mjs/SubscriptionRef.mjs.map +1 -0
  1320. package/_mjs/Supervisor/api.mjs +22 -29
  1321. package/_mjs/Supervisor/api.mjs.map +1 -1
  1322. package/_mjs/Supervisor/constructors.mjs +2 -14
  1323. package/_mjs/Supervisor/constructors.mjs.map +1 -1
  1324. package/_mjs/Supervisor/definition.mjs +6 -32
  1325. package/_mjs/Supervisor/definition.mjs.map +1 -1
  1326. package/_mjs/Supervisor.mjs.map +1 -1
  1327. package/_mjs/SupervisorPatch.mjs +28 -55
  1328. package/_mjs/SupervisorPatch.mjs.map +1 -1
  1329. package/_mjs/TExit/constructors.mjs +0 -6
  1330. package/_mjs/TExit/constructors.mjs.map +1 -1
  1331. package/_mjs/TExit/definition.mjs +14 -57
  1332. package/_mjs/TExit/definition.mjs.map +1 -1
  1333. package/_mjs/TExit.mjs.map +1 -1
  1334. package/_mjs/TFuture/api.mjs +17 -17
  1335. package/_mjs/TFuture/api.mjs.map +1 -1
  1336. package/_mjs/TFuture/constructors.mjs +1 -4
  1337. package/_mjs/TFuture/constructors.mjs.map +1 -1
  1338. package/_mjs/TFuture/definition.mjs.map +1 -1
  1339. package/_mjs/TFuture.mjs.map +1 -1
  1340. package/_mjs/TReentrantLock/api.mjs +41 -85
  1341. package/_mjs/TReentrantLock/api.mjs.map +1 -1
  1342. package/_mjs/TReentrantLock/definition.mjs +7 -26
  1343. package/_mjs/TReentrantLock/definition.mjs.map +1 -1
  1344. package/_mjs/TReentrantLock.mjs.map +1 -1
  1345. package/_mjs/TRef/api.mjs +79 -257
  1346. package/_mjs/TRef/api.mjs.map +1 -1
  1347. package/_mjs/TRef/constructors.mjs +0 -7
  1348. package/_mjs/TRef/constructors.mjs.map +1 -1
  1349. package/_mjs/TRef/definition.mjs +84 -19
  1350. package/_mjs/TRef/definition.mjs.map +1 -1
  1351. package/_mjs/TRef/symbols.mjs +17 -0
  1352. package/_mjs/TRef/symbols.mjs.map +1 -0
  1353. package/_mjs/TRef.mjs +1 -0
  1354. package/_mjs/TRef.mjs.map +1 -1
  1355. package/_mjs/TSemaphore/api.mjs +26 -32
  1356. package/_mjs/TSemaphore/api.mjs.map +1 -1
  1357. package/_mjs/TSemaphore/constructors.mjs +10 -4
  1358. package/_mjs/TSemaphore/constructors.mjs.map +1 -1
  1359. package/_mjs/TSemaphore/definition.mjs.map +1 -1
  1360. package/_mjs/TSemaphore.mjs.map +1 -1
  1361. package/_mjs/TxnId.mjs +0 -1
  1362. package/_mjs/TxnId.mjs.map +1 -1
  1363. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +19 -20
  1364. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
  1365. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +19 -20
  1366. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
  1367. package/_mjs/collection/immutable/Conc/filterIO.mjs +14 -15
  1368. package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
  1369. package/_mjs/collection/immutable/Conc/findIO.mjs +17 -22
  1370. package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
  1371. package/_mjs/collection/immutable/Conc/mapIO.mjs +10 -9
  1372. package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
  1373. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +28 -30
  1374. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
  1375. package/_mjs/collection/immutable/Conc.mjs.map +1 -1
  1376. package/_mjs/data/Exit/foreachIO.mjs +5 -4
  1377. package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
  1378. package/_mjs/internal/HashedPair.mjs +4 -7
  1379. package/_mjs/internal/HashedPair.mjs.map +1 -1
  1380. package/_mjs/internal/Hub.mjs +13 -158
  1381. package/_mjs/internal/Hub.mjs.map +1 -1
  1382. package/_mjs/internal/IsFatal.mjs +24 -51
  1383. package/_mjs/internal/IsFatal.mjs.map +1 -1
  1384. package/_mjs/internal/MutableQueue.mjs +10 -57
  1385. package/_mjs/internal/MutableQueue.mjs.map +1 -1
  1386. package/_mjs/internal/Scheduler.mjs +0 -11
  1387. package/_mjs/internal/Scheduler.mjs.map +1 -1
  1388. package/_mjs/internal/StackTraceBuilder.mjs +0 -3
  1389. package/_mjs/internal/StackTraceBuilder.mjs.map +1 -1
  1390. package/_src/Cached/api.ts +2 -2
  1391. package/_src/Channel/ChildExecutorDecision/api.ts +14 -17
  1392. package/_src/Channel/UpstreamPullRequest/api.ts +11 -13
  1393. package/_src/Channel/api/interruptWhen.ts +18 -17
  1394. package/_src/Channel/api/mapOutConcurrentIO.ts +66 -0
  1395. package/_src/Channel/api/mergeAll.ts +15 -16
  1396. package/_src/Channel/api/mergeAllUnboundedWith.ts +15 -27
  1397. package/_src/Channel/api/mergeAllWith.ts +114 -126
  1398. package/_src/Channel/api/mergeMap.ts +8 -18
  1399. package/_src/Channel/api/mergeWith.ts +154 -158
  1400. package/_src/Channel/api/toPull.ts +1 -1
  1401. package/_src/Channel/api/zipConcurrent.ts +68 -0
  1402. package/_src/Channel/api.ts +354 -414
  1403. package/_src/Channel/core-api.ts +75 -122
  1404. package/_src/Channel/definition.ts +49 -7
  1405. package/_src/Channel/internal/ChannelExecutor.ts +12 -16
  1406. package/_src/Channel/internal/SingleProducerAsyncInput.ts +2 -4
  1407. package/_src/CountdownLatch.ts +39 -0
  1408. package/_src/Fiber/FiberMessage.ts +78 -0
  1409. package/_src/Fiber/FiberRuntime.ts +822 -0
  1410. package/_src/Fiber/api/awaitAll.ts +1 -1
  1411. package/_src/Fiber/api/collectAll.ts +2 -2
  1412. package/_src/Fiber/api/inheritRefs.ts +1 -1
  1413. package/_src/Fiber/api/interrupt.ts +1 -2
  1414. package/_src/Fiber/api/interruptAll.ts +1 -2
  1415. package/_src/Fiber/api/interruptAs.ts +9 -2
  1416. package/_src/Fiber/api/interruptFork.ts +1 -1
  1417. package/_src/Fiber/api/location.ts +2 -2
  1418. package/_src/Fiber/api/mapFiber.ts +5 -7
  1419. package/_src/Fiber/api/mapIO.ts +21 -21
  1420. package/_src/Fiber/api/zipWith.ts +14 -17
  1421. package/_src/Fiber/definition.ts +17 -16
  1422. package/_src/Fiber.ts +2 -4
  1423. package/_src/FiberDescriptor.ts +1 -8
  1424. package/_src/FiberRef/api/locallyScoped.ts +8 -6
  1425. package/_src/FiberRef/api/locallyScopedWith.ts +5 -7
  1426. package/_src/FiberRef/api.ts +59 -52
  1427. package/_src/FiberRef/unsafe.ts +6 -1
  1428. package/_src/FiberRef.ts +0 -1
  1429. package/_src/FiberRefs/api.ts +69 -14
  1430. package/_src/FiberRefs/definition.ts +15 -7
  1431. package/_src/FiberRefs/join.ts +39 -48
  1432. package/_src/FiberScope/constructors.ts +2 -2
  1433. package/_src/FiberScope/definition.ts +21 -9
  1434. package/_src/FiberStatus/constructors.ts +6 -18
  1435. package/_src/FiberStatus/definition.ts +13 -54
  1436. package/_src/Future/api.ts +67 -53
  1437. package/_src/Hub/api.ts +84 -96
  1438. package/_src/Hub/definition.ts +22 -7
  1439. package/_src/Hub/internal.ts +8 -8
  1440. package/_src/IO/api/acquireRelease.ts +1 -1
  1441. package/_src/IO/api/acquireReleaseExit.ts +1 -1
  1442. package/_src/IO/api/asyncInterrupt.ts +77 -0
  1443. package/_src/IO/api/bracket.ts +1 -1
  1444. package/_src/IO/api/bracketExit.ts +1 -1
  1445. package/_src/IO/api/clockWith.ts +0 -1
  1446. package/_src/IO/api/concurrency.ts +5 -7
  1447. package/_src/IO/api/consoleWith.ts +0 -2
  1448. package/_src/IO/api/core-scope.ts +74 -90
  1449. package/_src/IO/api/delay.ts +8 -0
  1450. package/_src/IO/api/ensuringChildren.ts +8 -7
  1451. package/_src/IO/api/environment.ts +24 -42
  1452. package/_src/IO/api/{foreachC.ts → foreachConcurrent.ts} +30 -18
  1453. package/_src/IO/api/foreachExec.ts +3 -3
  1454. package/_src/IO/api/fork.ts +83 -0
  1455. package/_src/IO/api/forkIn.ts +7 -9
  1456. package/_src/IO/api/fulfill.ts +5 -3
  1457. package/_src/IO/api/interrupt.ts +49 -32
  1458. package/_src/IO/api/onExit.ts +8 -10
  1459. package/_src/IO/api/onTermination.ts +12 -14
  1460. package/_src/IO/api/provideLayer.ts +8 -10
  1461. package/_src/IO/api/provideSomeLayer.ts +5 -14
  1462. package/_src/IO/api/race.ts +19 -21
  1463. package/_src/IO/api/raceFirst.ts +5 -7
  1464. package/_src/IO/api/repeat.ts +3 -5
  1465. package/_src/IO/api/retry.ts +19 -21
  1466. package/_src/IO/api/schedule.ts +20 -21
  1467. package/_src/IO/api/scoped.ts +2 -2
  1468. package/_src/IO/api/sequenceT.ts +7 -1
  1469. package/_src/IO/api/stateful.ts +0 -2
  1470. package/_src/IO/api/supervised.ts +4 -8
  1471. package/_src/IO/api/timeout.ts +10 -16
  1472. package/_src/IO/api/withChildren.ts +2 -4
  1473. package/_src/IO/api/withFinalizer.ts +5 -7
  1474. package/_src/IO/api/withFinalizerExit.ts +6 -5
  1475. package/_src/IO/api/zipConcurrent.ts +69 -0
  1476. package/_src/IO/api.ts +576 -782
  1477. package/_src/IO/definition.ts +150 -137
  1478. package/_src/IO/runtime.ts +53 -64
  1479. package/_src/IO.ts +5 -3
  1480. package/_src/Layer/MemoMap.ts +62 -64
  1481. package/_src/Layer/api.ts +95 -104
  1482. package/_src/Layer/definition.ts +0 -1
  1483. package/_src/LogLevel.ts +24 -16
  1484. package/_src/LogSpan.ts +16 -16
  1485. package/_src/Logger/api.ts +18 -17
  1486. package/_src/Logger/constructors.ts +9 -15
  1487. package/_src/Push/api.ts +702 -0
  1488. package/_src/Push/definition.ts +42 -0
  1489. package/_src/Push/internal.ts +39 -0
  1490. package/_src/Push.ts +5 -0
  1491. package/_src/Queue/api/dimapIO.ts +124 -47
  1492. package/_src/Queue/api/filterInputIO.ts +69 -24
  1493. package/_src/Queue/api/filterOutputIO.ts +77 -17
  1494. package/_src/Queue/api/operations.ts +33 -31
  1495. package/_src/Queue/api/poll.ts +3 -1
  1496. package/_src/Queue/api/takeBetween.ts +29 -30
  1497. package/_src/Queue/api/zipWithIO.ts +47 -36
  1498. package/_src/Queue/constructors.ts +5 -5
  1499. package/_src/Queue/definition.ts +129 -8
  1500. package/_src/Queue/internal.ts +24 -38
  1501. package/_src/Queue/strategy.ts +12 -26
  1502. package/_src/Ref/Atomic.ts +70 -4
  1503. package/_src/Ref/Derived.ts +22 -1
  1504. package/_src/Ref/DerivedAll.ts +26 -2
  1505. package/_src/Ref/Synchronized/api.ts +129 -130
  1506. package/_src/Ref/Synchronized/constructors.ts +1 -1
  1507. package/_src/Ref/Synchronized/definition.ts +21 -14
  1508. package/_src/Ref/Synchronized.ts +5 -0
  1509. package/_src/Ref/api/collect.ts +6 -8
  1510. package/_src/Ref/api/dimap.ts +51 -64
  1511. package/_src/Ref/api/filter.ts +12 -16
  1512. package/_src/Ref/api/get.ts +2 -5
  1513. package/_src/Ref/api/match.ts +8 -7
  1514. package/_src/Ref/api/matchAll.ts +6 -5
  1515. package/_src/Ref/api/modify.ts +61 -165
  1516. package/_src/Ref/api/set.ts +7 -9
  1517. package/_src/Ref/constructors.ts +3 -1
  1518. package/_src/Ref/definition.ts +56 -23
  1519. package/_src/Ref/symbols.ts +29 -0
  1520. package/_src/Ref.ts +2 -0
  1521. package/_src/RefSubject/Atomic.ts +120 -0
  1522. package/_src/RefSubject/Synchronized/api.ts +14 -0
  1523. package/_src/RefSubject/Synchronized/definition.ts +72 -0
  1524. package/_src/RefSubject/api.ts +240 -0
  1525. package/_src/RefSubject/definition.ts +62 -0
  1526. package/_src/RefSubject.ts +5 -0
  1527. package/_src/Reloadable/constructors.ts +2 -2
  1528. package/_src/RuntimeConfig.ts +0 -31
  1529. package/_src/RuntimeFlag.ts +10 -0
  1530. package/_src/RuntimeFlags/Patch.ts +79 -0
  1531. package/_src/RuntimeFlags/RuntimeFlags.ts +112 -0
  1532. package/_src/RuntimeFlags.ts +4 -0
  1533. package/_src/STM/api/core-api.ts +32 -35
  1534. package/_src/STM/api.ts +211 -201
  1535. package/_src/STM/internal/Entry.ts +0 -10
  1536. package/_src/STM/internal/Journal.ts +24 -27
  1537. package/_src/STM.ts +0 -1
  1538. package/_src/Schedule/Decision.ts +10 -8
  1539. package/_src/Schedule/api/driver.ts +2 -6
  1540. package/_src/Schedule/api.ts +471 -474
  1541. package/_src/Schedule/definition.ts +0 -1
  1542. package/_src/Scope/ReleaseMap/api/releaseAll.ts +24 -26
  1543. package/_src/Scope/ReleaseMap/api.ts +77 -74
  1544. package/_src/Scope/ReleaseMap/constructors.ts +1 -1
  1545. package/_src/Scope/api.ts +16 -18
  1546. package/_src/ScopedRef/api.ts +0 -3
  1547. package/_src/ScopedRef/definition.ts +1 -2
  1548. package/_src/Sink/api.ts +326 -354
  1549. package/_src/State/api.ts +12 -8
  1550. package/_src/State/internal.ts +1 -1
  1551. package/_src/Stream/api/zipAllWith.ts +7 -6
  1552. package/_src/Stream/api/zipWith.ts +5 -8
  1553. package/_src/Stream/api/zipWithChunks.ts +7 -6
  1554. package/_src/Stream/api.ts +1086 -1203
  1555. package/_src/Stream/definition.ts +0 -2
  1556. package/_src/Stream/internal/DebounceState.ts +16 -17
  1557. package/_src/Stream/internal/Handoff.ts +32 -36
  1558. package/_src/Stream/internal/SinkEndReason.ts +13 -14
  1559. package/_src/Stream/internal/Take.ts +21 -21
  1560. package/_src/Stream/internal/util.ts +0 -2
  1561. package/_src/Subject/Atomic.ts +28 -0
  1562. package/_src/Subject/api.ts +18 -0
  1563. package/_src/Subject/definition.ts +18 -0
  1564. package/_src/Subject.ts +5 -0
  1565. package/_src/SubscriptionRef.ts +58 -0
  1566. package/_src/Supervisor/api.ts +20 -16
  1567. package/_src/Supervisor/definition.ts +0 -1
  1568. package/_src/SupervisorPatch.ts +10 -6
  1569. package/_src/TExit/definition.ts +0 -8
  1570. package/_src/TFuture/api.ts +23 -17
  1571. package/_src/TFuture/definition.ts +2 -3
  1572. package/_src/TReentrantLock/api.ts +18 -14
  1573. package/_src/TReentrantLock/definition.ts +1 -8
  1574. package/_src/TRef/api.ts +80 -250
  1575. package/_src/TRef/constructors.ts +6 -6
  1576. package/_src/TRef/definition.ts +161 -45
  1577. package/_src/TRef/symbols.ts +19 -0
  1578. package/_src/TRef.ts +1 -0
  1579. package/_src/TSemaphore/api.ts +20 -19
  1580. package/_src/TSemaphore/constructors.ts +7 -0
  1581. package/_src/TSemaphore/definition.ts +1 -1
  1582. package/_src/collection/immutable/Conc/dropUntilIO.ts +19 -21
  1583. package/_src/collection/immutable/Conc/dropWhileIO.ts +21 -23
  1584. package/_src/collection/immutable/Conc/filterIO.ts +15 -17
  1585. package/_src/collection/immutable/Conc/findIO.ts +17 -19
  1586. package/_src/collection/immutable/Conc/mapIO.ts +12 -10
  1587. package/_src/collection/immutable/Conc/takeWhileIO.ts +27 -29
  1588. package/_src/data/Exit/foreachIO.ts +8 -10
  1589. package/_src/global.ts +11 -3
  1590. package/_src/index.ts +10 -1
  1591. package/_src/internal/Hub.ts +17 -27
  1592. package/_src/internal/IsFatal.ts +14 -12
  1593. package/_src/internal/MutableQueue.ts +8 -8
  1594. package/_src/internal/StackTraceBuilder.ts +1 -2
  1595. package/collection/immutable/Conc/dropUntilIO.d.ts +3 -3
  1596. package/collection/immutable/Conc/dropWhileIO.d.ts +3 -3
  1597. package/collection/immutable/Conc/filterIO.d.ts +3 -3
  1598. package/collection/immutable/Conc/findIO.d.ts +2 -2
  1599. package/collection/immutable/Conc/mapIO.d.ts +3 -3
  1600. package/collection/immutable/Conc/takeWhileIO.d.ts +3 -3
  1601. package/data/Exit/foreachIO.d.ts +3 -3
  1602. package/global.d.ts +11 -3
  1603. package/index.d.ts +10 -1
  1604. package/internal/HashedPair.d.ts +2 -2
  1605. package/internal/Hub.d.ts +2 -2
  1606. package/internal/IsFatal.d.ts +3 -3
  1607. package/internal/MutableQueue.d.ts +3 -3
  1608. package/package.json +4 -4
  1609. package/Channel/api/mapOutIOC.d.ts +0 -8
  1610. package/Channel/api/zipC.d.ts +0 -16
  1611. package/Fiber/FiberContext.d.ts +0 -153
  1612. package/Fiber/api/evalOn.d.ts +0 -7
  1613. package/Fiber/api/evalOnIO.d.ts +0 -9
  1614. package/Fiber/api/interruptAsFork.d.ts +0 -8
  1615. package/FiberState/api.d.ts +0 -7
  1616. package/FiberState/constructors.d.ts +0 -22
  1617. package/FiberState/definition.d.ts +0 -38
  1618. package/FiberState.d.ts +0 -3
  1619. package/IO/api/withRuntimeConfig.d.ts +0 -10
  1620. package/IO/api/zipC.d.ts +0 -13
  1621. package/Ref/Atomic/Atomic.d.ts +0 -18
  1622. package/Ref/Atomic/api.d.ts +0 -53
  1623. package/_cjs/Channel/api/mapOutIOC.cjs +0 -63
  1624. package/_cjs/Channel/api/mapOutIOC.cjs.map +0 -1
  1625. package/_cjs/Channel/api/zipC.cjs.map +0 -1
  1626. package/_cjs/Fiber/FiberContext.cjs +0 -1088
  1627. package/_cjs/Fiber/FiberContext.cjs.map +0 -1
  1628. package/_cjs/Fiber/api/evalOn.cjs.map +0 -1
  1629. package/_cjs/Fiber/api/evalOnIO.cjs +0 -31
  1630. package/_cjs/Fiber/api/evalOnIO.cjs.map +0 -1
  1631. package/_cjs/Fiber/api/interruptAsFork.cjs +0 -15
  1632. package/_cjs/Fiber/api/interruptAsFork.cjs.map +0 -1
  1633. package/_cjs/FiberState/api.cjs.map +0 -1
  1634. package/_cjs/FiberState/constructors.cjs.map +0 -1
  1635. package/_cjs/FiberState/definition.cjs.map +0 -1
  1636. package/_cjs/FiberState.cjs.map +0 -1
  1637. package/_cjs/IO/api/foreachC.cjs.map +0 -1
  1638. package/_cjs/IO/api/withRuntimeConfig.cjs.map +0 -1
  1639. package/_cjs/IO/api/zipC.cjs +0 -67
  1640. package/_cjs/IO/api/zipC.cjs.map +0 -1
  1641. package/_cjs/Ref/Atomic/Atomic.cjs +0 -64
  1642. package/_cjs/Ref/Atomic/Atomic.cjs.map +0 -1
  1643. package/_cjs/Ref/Atomic/api.cjs +0 -156
  1644. package/_cjs/Ref/Atomic/api.cjs.map +0 -1
  1645. package/_mjs/Channel/api/mapOutIOC.mjs +0 -32
  1646. package/_mjs/Channel/api/mapOutIOC.mjs.map +0 -1
  1647. package/_mjs/Channel/api/zipC.mjs +0 -30
  1648. package/_mjs/Channel/api/zipC.mjs.map +0 -1
  1649. package/_mjs/Fiber/FiberContext.mjs +0 -1013
  1650. package/_mjs/Fiber/FiberContext.mjs.map +0 -1
  1651. package/_mjs/Fiber/api/evalOn.mjs +0 -17
  1652. package/_mjs/Fiber/api/evalOn.mjs.map +0 -1
  1653. package/_mjs/Fiber/api/evalOnIO.mjs +0 -16
  1654. package/_mjs/Fiber/api/evalOnIO.mjs.map +0 -1
  1655. package/_mjs/Fiber/api/interruptAsFork.mjs +0 -8
  1656. package/_mjs/Fiber/api/interruptAsFork.mjs.map +0 -1
  1657. package/_mjs/FiberState/api.mjs +0 -15
  1658. package/_mjs/FiberState/api.mjs.map +0 -1
  1659. package/_mjs/FiberState/constructors.mjs +0 -26
  1660. package/_mjs/FiberState/constructors.mjs.map +0 -1
  1661. package/_mjs/FiberState/definition.mjs +0 -26
  1662. package/_mjs/FiberState/definition.mjs.map +0 -1
  1663. package/_mjs/FiberState.mjs +0 -5
  1664. package/_mjs/FiberState.mjs.map +0 -1
  1665. package/_mjs/IO/api/foreachC.mjs +0 -118
  1666. package/_mjs/IO/api/foreachC.mjs.map +0 -1
  1667. package/_mjs/IO/api/withRuntimeConfig.mjs +0 -13
  1668. package/_mjs/IO/api/withRuntimeConfig.mjs.map +0 -1
  1669. package/_mjs/IO/api/zipC.mjs +0 -39
  1670. package/_mjs/IO/api/zipC.mjs.map +0 -1
  1671. package/_mjs/Ref/Atomic/Atomic.mjs +0 -47
  1672. package/_mjs/Ref/Atomic/Atomic.mjs.map +0 -1
  1673. package/_mjs/Ref/Atomic/api.mjs +0 -127
  1674. package/_mjs/Ref/Atomic/api.mjs.map +0 -1
  1675. package/_src/Channel/api/mapOutIOC.ts +0 -63
  1676. package/_src/Channel/api/zipC.ts +0 -104
  1677. package/_src/Fiber/FiberContext.ts +0 -1019
  1678. package/_src/Fiber/api/evalOn.ts +0 -17
  1679. package/_src/Fiber/api/evalOnIO.ts +0 -19
  1680. package/_src/Fiber/api/interruptAsFork.ts +0 -7
  1681. package/_src/FiberState/api.ts +0 -12
  1682. package/_src/FiberState/constructors.ts +0 -33
  1683. package/_src/FiberState/definition.ts +0 -44
  1684. package/_src/FiberState.ts +0 -5
  1685. package/_src/IO/api/withRuntimeConfig.ts +0 -20
  1686. package/_src/IO/api/zipC.ts +0 -74
  1687. package/_src/Ref/Atomic/Atomic.ts +0 -56
  1688. package/_src/Ref/Atomic/api.ts +0 -124
package/_cjs/IO/api.cjs CHANGED
@@ -5,54 +5,51 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.__adapter = exports.GenIO = void 0;
7
7
  exports.absolve = absolve;
8
- exports.absorbWith_ = absorbWith_;
9
- exports.apFirst_ = apFirst_;
10
- exports.apSecond_ = void 0;
8
+ exports.absorbWith = absorbWith;
9
+ exports.as = void 0;
11
10
  exports.asJust = asJust;
12
11
  exports.asJustError = asJustError;
13
- exports.asyncMaybe = exports.asyncInterrupt = exports.async = exports.as_ = exports.asUnit = void 0;
14
- exports.bimap_ = bimap_;
15
- exports.bitap_ = bitap_;
16
- exports.catchAll_ = exports.catchAllCause_ = void 0;
17
- exports.catchJustCause_ = catchJustCause_;
18
- exports.catchJustDefect_ = catchJustDefect_;
19
- exports.catchJust_ = catchJust_;
20
- exports.catchTag_ = catchTag_;
21
- exports.catch_ = void 0;
12
+ exports.async = exports.asUnit = void 0;
13
+ exports.bimap = bimap;
14
+ exports.bitap = bitap;
15
+ exports.catchAllCause = exports.catchAll = void 0;
16
+ exports.catchJust = catchJust;
17
+ exports.catchJustCause = catchJustCause;
18
+ exports.catchJustDefect = catchJustDefect;
19
+ exports.catchTag = catchTag;
20
+ exports.catchTagWith = void 0;
22
21
  exports.cause = cause;
23
22
  exports.causeAsError = causeAsError;
24
23
  exports.checkInterruptible = checkInterruptible;
25
- exports.collectIO_ = void 0;
26
- exports.collect_ = collect_;
27
- exports.condIO_ = condIO_;
24
+ exports.collect = collect;
25
+ exports.collectIO = void 0;
26
+ exports.concurrentErrors = concurrentErrors;
27
+ exports.cond = cond;
28
+ exports.condIO = condIO;
28
29
  exports.defer = void 0;
29
30
  exports.deferTry = deferTry;
30
31
  exports.deferTryCatch = deferTryCatch;
31
- exports.deferTryCatchWith = deferTryCatchWith;
32
- exports.deferTryWith = deferTryWith;
33
- exports.either = exports.descriptorWith = exports.descriptor = exports.deferWith = void 0;
34
- exports.ensuring_ = ensuring_;
32
+ exports.either = void 0;
35
33
  exports.errorAsCause = errorAsCause;
36
34
  exports.eventually = void 0;
37
- exports.extend_ = extend_;
38
- exports.filterMapWithIndex_ = exports.fiberId = exports.failNow = exports.failCauseNow = exports.failCause = exports.fail = void 0;
39
- exports.filterMap_ = filterMap_;
40
- exports.filterNot_ = filterNot_;
41
- exports.filterOrElse_ = void 0;
42
- exports.filterOrFail_ = filterOrFail_;
43
- exports.filterOrHalt_ = filterOrHalt_;
44
- exports.filter_ = void 0;
35
+ exports.extend = extend;
36
+ exports.filter = exports.fiberId = exports.failNow = exports.failCauseNow = exports.failCause = exports.fail = void 0;
37
+ exports.filterMap = filterMap;
38
+ exports.filterMapWithIndex = void 0;
39
+ exports.filterNot = filterNot;
40
+ exports.filterOrElse = void 0;
41
+ exports.filterOrFail = filterOrFail;
42
+ exports.filterOrHalt = filterOrHalt;
45
43
  exports.firstSuccess = firstSuccess;
46
- exports.flatMapError_ = flatMapError_;
47
- exports.flatMap_ = void 0;
44
+ exports.flatMap = void 0;
45
+ exports.flatMapError = flatMapError;
48
46
  exports.flatten = flatten;
49
- exports.foldLeft_ = void 0;
50
- exports.foldMap_ = foldMap_;
51
- exports.foldRight_ = foldRight_;
52
- exports.foreachWithIndexDiscard_ = exports.foreachDiscard_ = void 0;
53
- exports.foreachWithIndex_ = foreachWithIndex_;
54
- exports.forever = exports.foreach_ = void 0;
55
- exports.fork = fork;
47
+ exports.foldLeft = void 0;
48
+ exports.foldMap = foldMap;
49
+ exports.foldRight = foldRight;
50
+ exports.foreachDiscard = exports.foreach = void 0;
51
+ exports.foreachWithIndex = foreachWithIndex;
52
+ exports.forever = exports.foreachWithIndexDiscard = void 0;
56
53
  exports.fromEither = fromEither;
57
54
  exports.fromEitherNow = fromEitherNow;
58
55
  exports.fromEval = fromEval;
@@ -65,156 +62,124 @@ exports.fromPromiseCatch = void 0;
65
62
  exports.fromPromiseHalt = fromPromiseHalt;
66
63
  exports.gen = void 0;
67
64
  exports.get = get;
68
- exports.getOrElseIO_ = getOrElseIO_;
69
- exports.getOrElse_ = getOrElse_;
65
+ exports.getOrElse = getOrElse;
66
+ exports.getOrElseIO = getOrElseIO;
70
67
  exports.getOrFailUnit = getOrFailUnit;
71
- exports.getOrFailWith_ = void 0;
68
+ exports.getOrFailWith = void 0;
72
69
  exports.halt = halt;
73
- exports.ifIO_ = exports.haltNow = void 0;
74
- exports.if_ = if_;
70
+ exports.ifIO = exports.haltNow = void 0;
75
71
  exports.ignore = ignore;
76
72
  exports.isFailure = isFailure;
77
73
  exports.isSuccess = isSuccess;
78
- exports.iterate_ = void 0;
74
+ exports.iterate = void 0;
79
75
  exports.left = left;
80
76
  exports.log = log;
81
- exports.loopUnit_ = loopUnit_;
82
- exports.mapError_ = exports.mapErrorCause_ = exports.loop_ = void 0;
83
- exports.mapTryCatch_ = mapTryCatch_;
84
- exports.matchCauseIO_ = exports.map_ = void 0;
85
- exports.matchCause_ = matchCause_;
86
- exports.matchIO_ = void 0;
87
- exports.matchTraceIO_ = matchTraceIO_;
88
- exports.match_ = void 0;
77
+ exports.loop = void 0;
78
+ exports.loopUnit = loopUnit;
79
+ exports.mapErrorCause = exports.mapError = exports.map = void 0;
80
+ exports.mapTryCatch = mapTryCatch;
81
+ exports.match = void 0;
82
+ exports.matchCause = matchCause;
83
+ exports.matchIO = exports.matchCauseIO = void 0;
84
+ exports.matchTraceIO = matchTraceIO;
89
85
  exports.maybe = maybe;
90
86
  exports.merge = merge;
91
- exports.mergeAll_ = mergeAll_;
92
- exports.never = void 0;
87
+ exports.mergeAll = mergeAll;
93
88
  exports.optional = optional;
94
- exports.orElseEither_ = orElseEither_;
95
- exports.orElseFail_ = orElseFail_;
96
- exports.orElseMaybe_ = orElseMaybe_;
97
- exports.orElseSucceed_ = orElseSucceed_;
98
- exports.orElse_ = void 0;
89
+ exports.or = or;
90
+ exports.orElse = void 0;
91
+ exports.orElseEither = orElseEither;
92
+ exports.orElseFail = orElseFail;
93
+ exports.orElseMaybe = orElseMaybe;
94
+ exports.orElseSucceed = orElseSucceed;
99
95
  exports.orHalt = orHalt;
100
96
  exports.orHaltKeep = orHaltKeep;
101
- exports.orHaltWith_ = void 0;
102
- exports.or_ = or_;
103
- exports.parallelErrors = parallelErrors;
104
- exports.partition_ = partition_;
105
- exports.refineOrHaltWith_ = void 0;
106
- exports.refineOrHalt_ = refineOrHalt_;
107
- exports.rejectIO_ = void 0;
108
- exports.reject_ = reject_;
109
- exports.repeatUntilIO_ = exports.repeatN_ = void 0;
110
- exports.repeatUntil_ = repeatUntil_;
111
- exports.repeatWhileIO_ = void 0;
112
- exports.repeatWhile_ = repeatWhile_;
113
- exports.replicate_ = replicate_;
114
- exports.require_ = require_;
97
+ exports.orHaltWith = void 0;
98
+ exports.partition = partition;
99
+ exports.refailCause = void 0;
100
+ exports.refineOrHalt = refineOrHalt;
101
+ exports.refineOrHaltWith = void 0;
102
+ exports.reject = reject;
103
+ exports.repeatN_ = exports.rejectIO = void 0;
104
+ exports.repeatUntil = repeatUntil;
105
+ exports.repeatUntilIO = void 0;
106
+ exports.repeatWhile = repeatWhile;
107
+ exports.repeatWhileIO = void 0;
108
+ exports.replicate = replicate;
109
+ exports.require = _require;
115
110
  exports.result = result;
116
111
  exports.resurrect = resurrect;
117
- exports.retryUntilIO_ = void 0;
118
- exports.retryUntil_ = retryUntil_;
119
- exports.retryWhileIO_ = void 0;
120
- exports.retryWhile_ = retryWhile_;
121
- exports.sandbox = exports.runtimeConfig = void 0;
122
- exports.sandboxWith_ = sandboxWith_;
112
+ exports.retryUntil = retryUntil;
113
+ exports.retryUntilIO = void 0;
114
+ exports.retryWhile = retryWhile;
115
+ exports.sandbox = exports.retryWhileIO = void 0;
116
+ exports.sandboxWith = sandboxWith;
123
117
  exports.sequenceIterable = sequenceIterable;
124
118
  exports.sequenceIterableDiscard = sequenceIterableDiscard;
125
- exports.setRuntimeConfig = setRuntimeConfig;
126
- exports.swapWith_ = exports.swap = exports.summarized_ = exports.succeedNow = exports.succeed = void 0;
127
- exports.tapCause_ = tapCause_;
128
- exports.tapErrorCause_ = tapErrorCause_;
129
- exports.tapError_ = tapError_;
130
- exports.tap_ = tap_;
131
- exports.timedWith_ = timedWith_;
132
- exports.unit = exports.tryOrElse_ = exports.tryCatch = void 0;
119
+ exports.swapWith = exports.swap = exports.summarized = exports.succeedNow = exports.succeed = exports.stackTrace = void 0;
120
+ exports.tap = tap;
121
+ exports.tapCause = tapCause;
122
+ exports.tapError = tapError;
123
+ exports.tapErrorCause = tapErrorCause;
124
+ exports.timedWith = timedWith;
125
+ exports.unit = exports.tryOrElse = exports.tryCatch = void 0;
133
126
  exports.unjust = unjust;
134
- exports.unsandbox = exports.unrefineWith_ = void 0;
127
+ exports.unsandbox = exports.unrefineWith = void 0;
135
128
  exports.updateFiberRefs = updateFiberRefs;
136
- exports.whenIO_ = exports.via = void 0;
137
- exports.when_ = when_;
138
- exports.zipWith_ = exports.yieldNow = exports.withFiberContext = void 0;
139
- exports.zip_ = zip_;
140
-
129
+ exports.updateRuntimeFlags = updateRuntimeFlags;
130
+ exports.via = void 0;
131
+ exports.when = when;
132
+ exports.yieldNow = exports.withFiberRuntime = exports.whenIO = void 0;
133
+ exports.zip = zip;
134
+ exports.zipLeft = zipLeft;
135
+ exports.zipWith = exports.zipRight = void 0;
141
136
  var tsplus_module_1 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/FiberId/constructors"));
142
-
143
- var tsplus_module_2 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/constructors"));
144
-
145
- var tsplus_module_3 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Either/constructors"));
146
-
147
- var tsplus_module_4 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/destructors"));
148
-
149
- var tsplus_module_5 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Cause/api"));
150
-
151
- var tsplus_module_6 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Either/destructors"));
152
-
153
- var tsplus_module_7 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/api"));
154
-
137
+ var tsplus_module_2 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Cause/api"));
138
+ var tsplus_module_3 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/constructors"));
139
+ var tsplus_module_4 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Either/destructors"));
140
+ var tsplus_module_5 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/util/predicates"));
141
+ var tsplus_module_6 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/api"));
142
+ var tsplus_module_7 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/io/RuntimeFlags/RuntimeFlags"));
155
143
  var tsplus_module_8 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/io/InterruptStatus/constructors"));
156
-
157
- var tsplus_module_9 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Exit/constructors"));
158
-
144
+ var tsplus_module_9 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Either/constructors"));
159
145
  var tsplus_module_10 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/Conc/api"));
160
-
161
146
  var tsplus_module_11 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/Iterable/api"));
162
-
163
147
  var tsplus_module_12 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/Conc/constructors"));
164
-
165
148
  var tsplus_module_13 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/definition"));
166
-
167
149
  var tsplus_module_14 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/control/Eval/run"));
168
-
169
150
  var tsplus_module_15 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Exit/api"));
170
-
171
- var tsplus_module_16 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Trace/constructors"));
172
-
173
- var tsplus_module_17 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/Conc/api/empty"));
174
-
175
- var tsplus_module_18 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/List/api"));
176
-
177
- var tsplus_module_19 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/ImmutableArray/constructors"));
178
-
179
- var tsplus_module_20 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/ImmutableArray/api"));
180
-
151
+ var tsplus_module_16 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/destructors"));
152
+ var tsplus_module_17 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Trace/constructors"));
153
+ var tsplus_module_18 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/Conc/api/empty"));
154
+ var tsplus_module_19 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/List/api"));
155
+ var tsplus_module_20 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/ImmutableArray/constructors"));
156
+ var tsplus_module_21 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/ImmutableArray/api"));
157
+ var tsplus_module_22 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Exit/constructors"));
181
158
  var _function = /*#__PURE__*/require("@fncts/base/data/function");
182
-
183
159
  var _definition2 = /*#__PURE__*/require("@fncts/io/IO/definition");
184
-
185
160
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
186
-
187
161
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
188
-
189
162
  const fileName_1 = "(@fncts/io) src/IO/api.ts";
190
163
  const async = async_1;
191
164
  exports.async = async;
192
- const asyncMaybe = asyncMaybe_1;
193
- exports.asyncMaybe = asyncMaybe;
194
- const asyncInterrupt = asyncInterrupt_1;
195
- exports.asyncInterrupt = asyncInterrupt;
196
- const apSecond_ = apSecond_1;
197
- exports.apSecond_ = apSecond_;
198
- const as_ = as_1;
199
- exports.as_ = as_;
165
+ const zipRight = zipRight_1;
166
+ exports.zipRight = zipRight;
167
+ const as = as_1;
168
+ exports.as = as;
200
169
  const asUnit = asUnit_1;
201
170
  exports.asUnit = asUnit;
202
- const catch_ = catch_1;
203
- exports.catch_ = catch_;
204
- const catchAll_ = catchAll_1;
205
- exports.catchAll_ = catchAll_;
206
- const catchAllCause_ = catchAllCause_1;
207
- exports.catchAllCause_ = catchAllCause_;
208
- const flatMap_ = flatMap_1;
209
- exports.flatMap_ = flatMap_;
210
- const collectIO_ = collectIO_1;
211
- exports.collectIO_ = collectIO_;
171
+ const catchTagWith = catchTagWith_1;
172
+ exports.catchTagWith = catchTagWith;
173
+ const catchAll = catchAll_1;
174
+ exports.catchAll = catchAll;
175
+ const catchAllCause = catchAllCause_1;
176
+ exports.catchAllCause = catchAllCause;
177
+ const flatMap = flatMap_1;
178
+ exports.flatMap = flatMap;
179
+ const collectIO = collectIO_1;
180
+ exports.collectIO = collectIO;
212
181
  const defer = defer_1;
213
182
  exports.defer = defer;
214
- const deferWith = deferWith_1;
215
- exports.deferWith = deferWith;
216
- const descriptorWith = descriptorWith_1;
217
- exports.descriptorWith = descriptorWith;
218
183
  const either = either_1;
219
184
  exports.either = either;
220
185
  const eventually = eventually_1;
@@ -223,289 +188,242 @@ const fail = fail_1;
223
188
  exports.fail = fail;
224
189
  const failNow = failNow_1;
225
190
  exports.failNow = failNow;
191
+ const refailCause = refailCause_1;
192
+ exports.refailCause = refailCause;
226
193
  const failCauseNow = failCauseNow_1;
227
194
  exports.failCauseNow = failCauseNow;
228
195
  const failCause = failCause_1;
229
196
  exports.failCause = failCause;
230
- const filter_ = filter_1;
231
- exports.filter_ = filter_;
232
- const filterMapWithIndex_ = filterMapWithIndex_1;
233
- exports.filterMapWithIndex_ = filterMapWithIndex_;
234
- const filterOrElse_ = filterOrElse_1;
235
- exports.filterOrElse_ = filterOrElse_;
236
- const foldLeft_ = foldLeft_1;
237
- exports.foldLeft_ = foldLeft_;
238
- const foreach_ = foreach_1;
239
- exports.foreach_ = foreach_;
240
- const foreachWithIndexDiscard_ = foreachWithIndexDiscard_1;
241
- exports.foreachWithIndexDiscard_ = foreachWithIndexDiscard_;
242
- const foreachDiscard_ = foreachDiscard_1;
243
- exports.foreachDiscard_ = foreachDiscard_;
197
+ const filter = filter_1;
198
+ exports.filter = filter;
199
+ const filterMapWithIndex = filterMapWithIndex_1;
200
+ exports.filterMapWithIndex = filterMapWithIndex;
201
+ const filterOrElse = filterOrElse_1;
202
+ exports.filterOrElse = filterOrElse;
203
+ const foldLeft = foldLeft_1;
204
+ exports.foldLeft = foldLeft;
205
+ const foreach = foreach_1;
206
+ exports.foreach = foreach;
207
+ const foreachWithIndexDiscard = foreachWithIndexDiscard_1;
208
+ exports.foreachWithIndexDiscard = foreachWithIndexDiscard;
209
+ const foreachDiscard = foreachDiscard_1;
210
+ exports.foreachDiscard = foreachDiscard;
244
211
  const forever = forever_1;
245
212
  exports.forever = forever;
246
213
  const fromPromiseCatch = fromPromiseCatch_1;
247
214
  exports.fromPromiseCatch = fromPromiseCatch;
248
- const getOrFailWith_ = getOrFailWith_1;
249
- exports.getOrFailWith_ = getOrFailWith_;
215
+ const getOrFailWith = getOrFailWith_1;
216
+ exports.getOrFailWith = getOrFailWith;
250
217
  const haltNow = haltNow_1;
251
218
  exports.haltNow = haltNow;
252
- const ifIO_ = ifIO_1;
253
- exports.ifIO_ = ifIO_;
254
- const iterate_ = iterate_1;
255
- exports.iterate_ = iterate_;
256
- const loop_ = loop_1;
257
- exports.loop_ = loop_;
258
- const map_ = map_1;
259
- exports.map_ = map_;
260
- const mapError_ = mapError_1;
261
- exports.mapError_ = mapError_;
262
- const mapErrorCause_ = mapErrorCause_1;
263
- exports.mapErrorCause_ = mapErrorCause_;
264
- const matchCauseIO_ = matchCauseIO_1;
265
- exports.matchCauseIO_ = matchCauseIO_;
266
- const matchIO_ = matchIO_1;
267
- exports.matchIO_ = matchIO_;
268
- const match_ = match_1;
269
- exports.match_ = match_;
270
- const orElse_ = orElse_1;
271
- exports.orElse_ = orElse_;
272
- const orHaltWith_ = orHaltWith_1;
273
- exports.orHaltWith_ = orHaltWith_;
274
- const refineOrHaltWith_ = refineOrHaltWith_1;
275
- exports.refineOrHaltWith_ = refineOrHaltWith_;
276
- const rejectIO_ = rejectIO_1;
277
- exports.rejectIO_ = rejectIO_;
219
+ const ifIO = ifIO_1;
220
+ exports.ifIO = ifIO;
221
+ const iterate = iterate_1;
222
+ exports.iterate = iterate;
223
+ const loop = loop_1;
224
+ exports.loop = loop;
225
+ const map = map_1;
226
+ exports.map = map;
227
+ const mapError = mapError_1;
228
+ exports.mapError = mapError;
229
+ const mapErrorCause = mapErrorCause_1;
230
+ exports.mapErrorCause = mapErrorCause;
231
+ const matchCauseIO = matchCauseIO_1;
232
+ exports.matchCauseIO = matchCauseIO;
233
+ const matchIO = matchIO_1;
234
+ exports.matchIO = matchIO;
235
+ const match = match_1;
236
+ exports.match = match;
237
+ const orElse = orElse_1;
238
+ exports.orElse = orElse;
239
+ const orHaltWith = orHaltWith_1;
240
+ exports.orHaltWith = orHaltWith;
241
+ const refineOrHaltWith = refineOrHaltWith_1;
242
+ exports.refineOrHaltWith = refineOrHaltWith;
243
+ const rejectIO = rejectIO_1;
244
+ exports.rejectIO = rejectIO;
278
245
  const repeatN_ = repeatN_1;
279
246
  exports.repeatN_ = repeatN_;
280
- const repeatUntilIO_ = repeatUntilIO_1;
281
- exports.repeatUntilIO_ = repeatUntilIO_;
282
- const repeatWhileIO_ = repeatWhileIO_1;
283
- exports.repeatWhileIO_ = repeatWhileIO_;
284
- const retryUntilIO_ = retryUntilIO_1;
285
- exports.retryUntilIO_ = retryUntilIO_;
286
- const retryWhileIO_ = retryWhileIO_1;
287
- exports.retryWhileIO_ = retryWhileIO_;
247
+ const repeatUntilIO = repeatUntilIO_1;
248
+ exports.repeatUntilIO = repeatUntilIO;
249
+ const repeatWhileIO = repeatWhileIO_1;
250
+ exports.repeatWhileIO = repeatWhileIO;
251
+ const retryUntilIO = retryUntilIO_1;
252
+ exports.retryUntilIO = retryUntilIO;
253
+ const retryWhileIO = retryWhileIO_1;
254
+ exports.retryWhileIO = retryWhileIO;
288
255
  const sandbox = sandbox_1;
289
256
  exports.sandbox = sandbox;
290
257
  const succeedNow = succeedNow_1;
291
258
  exports.succeedNow = succeedNow;
292
259
  const succeed = succeed_1;
293
260
  exports.succeed = succeed;
294
- const summarized_ = summarized_1;
295
- exports.summarized_ = summarized_;
261
+ const summarized = summarized_1;
262
+ exports.summarized = summarized;
296
263
  const swap = swap_1;
297
264
  exports.swap = swap;
298
- const swapWith_ = swapWith_1;
299
- exports.swapWith_ = swapWith_;
265
+ const swapWith = swapWith_1;
266
+ exports.swapWith = swapWith;
300
267
  const tryCatch = tryCatch_1;
301
268
  exports.tryCatch = tryCatch;
302
- const tryOrElse_ = tryOrElse_1;
303
- exports.tryOrElse_ = tryOrElse_;
304
- const unrefineWith_ = unrefineWith_1;
305
- exports.unrefineWith_ = unrefineWith_;
269
+ const tryOrElse = tryOrElse_1;
270
+ exports.tryOrElse = tryOrElse;
271
+ const unrefineWith = unrefineWith_1;
272
+ exports.unrefineWith = unrefineWith;
306
273
  const unsandbox = unsandbox_1;
307
274
  exports.unsandbox = unsandbox;
308
- const withFiberContext = withFiberContext_1;
309
- exports.withFiberContext = withFiberContext;
310
- const whenIO_ = whenIO_1;
311
- exports.whenIO_ = whenIO_;
312
- const zipWith_ = zipWith_1;
313
- exports.zipWith_ = zipWith_;
275
+ const whenIO = whenIO_1;
276
+ exports.whenIO = whenIO;
277
+ const withFiberRuntime = withFiberRuntime_1;
278
+ exports.withFiberRuntime = withFiberRuntime;
279
+ const stackTrace = stackTrace_1;
280
+ exports.stackTrace = stackTrace;
281
+ const zipWith = zipWith_1;
282
+ exports.zipWith = zipWith;
314
283
  const gen = gen_1;
315
284
  exports.gen = gen;
316
-
317
285
  /**
318
286
  * Imports an asynchronous side-effect into a `IO`
319
287
  *
320
288
  * @tsplus static fncts.io.IOOps async
321
289
  */
322
290
  function async_1(register, blockingOn = tsplus_module_1.none, __tsplusTrace) {
323
- return asyncMaybe_1(cb => {
324
- register(cb);
325
- return tsplus_module_2.nothing();
326
- }, blockingOn, __tsplusTrace);
327
- }
328
- /**
329
- * Imports an asynchronous effect into a pure `IO`, possibly returning the value synchronously.
330
- *
331
- * If the register function returns a value synchronously, then the callback
332
- * function must not be called. Otherwise the callback function must be called at most once.
333
- *
334
- * @tsplus static fncts.io.IOOps asyncMaybe
335
- */
336
-
337
-
338
- function asyncMaybe_1(register, blockingOn = tsplus_module_1.none, __tsplusTrace) {
339
- return asyncInterrupt_1(cb => tsplus_module_4.match_(register(cb), () => tsplus_module_3.left(unit_1), tsplus_module_3.right), blockingOn, __tsplusTrace);
340
- }
341
- /**
342
- * Imports an asynchronous side-effect into an IO. The side-effect
343
- * has the option of returning the value synchronously, which is useful in
344
- * cases where it cannot be determined if the effect is synchronous or
345
- * asynchronous until the side-effect is actually executed. The effect also
346
- * has the option of returning a canceler, which will be used by the runtime
347
- * to cancel the asynchronous effect if the fiber executing the effect is
348
- * interrupted.
349
- *
350
- * If the register function returns a value synchronously, then the callback
351
- * function must not be called. Otherwise the callback function must be called
352
- * at most once.
353
- *
354
- * The list of fibers, that may complete the async callback, is used to
355
- * provide better diagnostics.
356
- *
357
- * @tsplus static fncts.io.IOOps asyncInterrupt
358
- */
359
-
360
-
361
- function asyncInterrupt_1(register, blockingOn = tsplus_module_1.none, __tsplusTrace) {
362
- return new _definition2.Async(register, blockingOn, __tsplusTrace);
291
+ return new _definition2.Async(register, () => blockingOn, __tsplusTrace);
363
292
  }
364
293
  /**
365
294
  * Attempts to convert defects into a failure, throwing away all information
366
295
  * about the cause of the failure.
367
296
  *
368
- * @tsplus fluent fncts.io.IO absorbWith
297
+ * @tsplus pipeable fncts.io.IO absorbWith
369
298
  */
370
-
371
-
372
- function absorbWith_(ma, f, __tsplusTrace) {
373
- return matchIO_1(sandbox_1(ma, __tsplusTrace), cause => failNow_1(tsplus_module_5.squashWith_(cause, f), __tsplusTrace), succeedNow_1, __tsplusTrace);
299
+ function absorbWith(f, __tsplusTrace) {
300
+ return ma => matchIO_1(cause => failNow_1(tsplus_module_2.squashWith(f)(cause), __tsplusTrace), succeedNow_1, __tsplusTrace)(sandbox_1(ma, __tsplusTrace));
374
301
  }
375
302
  /**
376
- * @tsplus fluent fncts.io.IO apFirst
377
- * @tsplus operator fncts.io.IO <
303
+ * @tsplus pipeable fncts.io.IO zipLeft
304
+ * @tsplus pipeable-operator fncts.io.IO <
378
305
  */
379
-
380
-
381
- function apFirst_(self, fb, __tsplusTrace) {
382
- return flatMap_1(self, a => map_1(fb, () => a, __tsplusTrace), __tsplusTrace);
306
+ function zipLeft(fb, __tsplusTrace) {
307
+ return self => {
308
+ return flatMap_1(a => map_1(() => a, __tsplusTrace)(fb), __tsplusTrace)(self);
309
+ };
383
310
  }
384
311
  /**
385
312
  * Combine two effectful actions, keeping only the result of the second
386
313
  *
387
- * @tsplus fluent fncts.io.IO apSecond
388
- * @tsplus operator fncts.io.IO >
314
+ * @tsplus pipeable fncts.io.IO zipRight
315
+ * @tsplus pipeable-operator fncts.io.IO >
389
316
  */
390
-
391
-
392
- function apSecond_1(self, fb, __tsplusTrace) {
393
- return flatMap_1(self, () => fb, __tsplusTrace);
317
+ function zipRight_1(fb, __tsplusTrace) {
318
+ return self => {
319
+ return flatMap_1(() => fb, __tsplusTrace)(self);
320
+ };
394
321
  }
395
322
  /**
396
- * @tsplus fluent fncts.io.IO as
323
+ * @tsplus pipeable fncts.io.IO as
397
324
  */
398
-
399
-
400
- function as_1(self, b, __tsplusTrace) {
401
- return map_1(self, () => b(), __tsplusTrace);
325
+ function as_1(b, __tsplusTrace) {
326
+ return self => {
327
+ return map_1(() => b(), __tsplusTrace)(self);
328
+ };
402
329
  }
403
330
  /**
404
331
  * Maps the success value of this effect to an optional value.
405
332
  *
406
333
  * @tsplus getter fncts.io.IO asJust
407
334
  */
408
-
409
-
410
335
  function asJust(ma, __tsplusTrace) {
411
- return map_1(ma, tsplus_module_2.just, __tsplusTrace);
336
+ return map_1(tsplus_module_3.just, __tsplusTrace)(ma);
412
337
  }
413
338
  /**
414
339
  * Maps the error value of this IO to an optional value.
415
340
  *
416
341
  * @tsplus getter fncts.io.IO asJustError
417
342
  */
418
-
419
-
420
343
  function asJustError(ma, __tsplusTrace) {
421
- return mapError_1(ma, tsplus_module_2.just, __tsplusTrace);
344
+ return mapError_1(tsplus_module_3.just, __tsplusTrace)(ma);
422
345
  }
423
346
  /**
424
347
  * @tsplus getter fncts.io.IO asUnit
425
348
  */
426
-
427
-
428
349
  function asUnit_1(self, __tsplusTrace) {
429
- return as_1(self, () => undefined, __tsplusTrace);
350
+ return as_1(() => undefined, __tsplusTrace)(self);
430
351
  }
431
352
  /**
432
353
  * Returns an IO whose failure and success channels have been mapped by
433
354
  * the specified pair of functions, `f` and `g`.
434
355
  *
435
- * @tsplus fluent fncts.io.IO bimap
356
+ * @tsplus pipeable fncts.io.IO bimap
436
357
  */
437
-
438
-
439
- function bimap_(self, f, g, __tsplusTrace) {
440
- return matchIO_1(self, e => failNow_1(f(e), __tsplusTrace), a => succeedNow_1(g(a), __tsplusTrace), __tsplusTrace);
358
+ function bimap(f, g, __tsplusTrace) {
359
+ return self => {
360
+ return matchIO_1(e => failNow_1(f(e), __tsplusTrace), a => succeedNow_1(g(a), __tsplusTrace), __tsplusTrace)(self);
361
+ };
441
362
  }
442
363
  /**
443
364
  * Returns an IO that effectfully "peeks" at the failure or success of
444
365
  * this effect.
445
366
  *
446
- * @tsplus fluent fncts.io.IO bitap
367
+ * @tsplus pipeable fncts.io.IO bitap
447
368
  */
448
-
449
-
450
- function bitap_(self, onFailure, onSuccess, __tsplusTrace) {
451
- return matchCauseIO_1(self, cause => tsplus_module_6.match_(tsplus_module_5.failureOrCause(cause), e => flatMap_1(onFailure(e), () => failCauseNow_1(cause, __tsplusTrace), __tsplusTrace), () => failCauseNow_1(cause, __tsplusTrace)), a => apSecond_1(onSuccess(a), succeedNow_1(a, __tsplusTrace), __tsplusTrace), __tsplusTrace);
369
+ function bitap(onFailure, onSuccess, __tsplusTrace) {
370
+ return self => {
371
+ return matchCauseIO_1(cause => tsplus_module_4.match(e => flatMap_1(() => failCauseNow_1(cause, __tsplusTrace), __tsplusTrace)(onFailure(e)), () => failCauseNow_1(cause, __tsplusTrace))(tsplus_module_2.failureOrCause(cause)), a => zipRight_1(succeedNow_1(a, __tsplusTrace), __tsplusTrace)(onSuccess(a)), __tsplusTrace)(self);
372
+ };
452
373
  }
453
374
  /**
454
375
  * Recovers from the specified error
455
376
  *
456
- * @tsplus fluent fncts.io.IO catch
377
+ * @tsplus pipeable fncts.io.IO catch
457
378
  */
458
-
459
-
460
- function catch_1(ma, tag, k, f, __tsplusTrace) {
461
- return catchAll_1(ma, e => {
462
- if (tag in e && e[tag] === k) {
463
- return f(e);
464
- }
465
-
466
- return failNow_1(e, __tsplusTrace);
467
- }, __tsplusTrace);
379
+ function catchTagWith_1(tag, k, f, __tsplusTrace) {
380
+ return ma => {
381
+ return catchAll_1(e => {
382
+ if (tsplus_module_5.isObject(e) && tag in e && e[tag] === k) {
383
+ return f(e);
384
+ }
385
+ return failNow_1(e, __tsplusTrace);
386
+ }, __tsplusTrace)(ma);
387
+ };
468
388
  }
469
389
  /**
470
390
  * Recovers from all errors
471
391
  *
472
- * @tsplus fluent fncts.io.IO catchAll
392
+ * @tsplus pipeable fncts.io.IO catchAll
473
393
  */
474
-
475
-
476
- function catchAll_1(ma, f, __tsplusTrace) {
477
- return matchIO_1(ma, f, succeedNow_1, __tsplusTrace);
394
+ function catchAll_1(f, __tsplusTrace) {
395
+ return ma => {
396
+ return matchIO_1(f, succeedNow_1, __tsplusTrace)(ma);
397
+ };
478
398
  }
479
399
  /**
480
400
  *
481
401
  * Recovers from all errors with provided cause.
482
402
  *
483
- * @tsplus fluent fncts.io.IO catchAllCause
403
+ * @tsplus pipeable fncts.io.IO catchAllCause
484
404
  */
485
-
486
-
487
- function catchAllCause_1(ma, f, __tsplusTrace) {
488
- return matchCauseIO_1(ma, f, succeedNow_1, __tsplusTrace);
405
+ function catchAllCause_1(f, __tsplusTrace) {
406
+ return ma => matchCauseIO_1(f, succeedNow_1, __tsplusTrace)(ma);
489
407
  }
490
408
  /**
491
409
  * Recovers from some or all of the error cases.
492
410
  *
493
- * @tsplus fluent fncts.io.IO catchJust
411
+ * @tsplus pipeable fncts.io.IO catchJust
494
412
  */
495
-
496
-
497
- function catchJust_(ma, f, __tsplusTrace) {
498
- return matchCauseIO_1(ma, cause => tsplus_module_6.match_(tsplus_module_5.failureOrCause(cause), e => tsplus_module_7.getOrElse_(f(e), () => failCauseNow_1(cause, __tsplusTrace)), failCauseNow_1), succeedNow_1, __tsplusTrace);
413
+ function catchJust(f, __tsplusTrace) {
414
+ return ma => {
415
+ return matchCauseIO_1(cause => tsplus_module_4.match(e => tsplus_module_6.getOrElse(() => failCauseNow_1(cause, __tsplusTrace))(f(e)), failCauseNow_1)(tsplus_module_2.failureOrCause(cause)), succeedNow_1, __tsplusTrace)(ma);
416
+ };
499
417
  }
500
418
  /**
501
419
  * Recovers from some or all of the error cases with provided cause.
502
420
  *
503
- * @tsplus fluent fncts.io.IO catchJustCause
421
+ * @tsplus pipeable fncts.io.IO catchJustCause
504
422
  */
505
-
506
-
507
- function catchJustCause_(ma, f, __tsplusTrace) {
508
- return matchCauseIO_1(ma, cause => tsplus_module_7.getOrElse_(f(cause), () => failCauseNow_1(cause, __tsplusTrace)), succeedNow_1, __tsplusTrace);
423
+ function catchJustCause(f, __tsplusTrace) {
424
+ return ma => {
425
+ return matchCauseIO_1(cause => tsplus_module_6.getOrElse(() => failCauseNow_1(cause, __tsplusTrace))(f(cause)), succeedNow_1, __tsplusTrace)(ma);
426
+ };
509
427
  }
510
428
  /**
511
429
  * Recovers from some or all of the defects with provided partial function.
@@ -515,93 +433,87 @@ function catchJustCause_(ma, f, __tsplusTrace) {
515
433
  * system, to transmit information on a defect for diagnostic or explanatory
516
434
  * purposes.
517
435
  *
518
- * @tsplus fluent fncts.io.IO catchJustDefect
436
+ * @tsplus pipeable fncts.io.IO catchJustDefect
519
437
  */
520
-
521
-
522
- function catchJustDefect_(ma, f, __tsplusTrace) {
523
- return catchAll_1(unrefineWith_1(ma, f, failNow_1, __tsplusTrace), a => a, __tsplusTrace);
438
+ function catchJustDefect(f, __tsplusTrace) {
439
+ return ma => {
440
+ return catchAll_1(a => a, __tsplusTrace)(unrefineWith_1(f, failNow_1, __tsplusTrace)(ma));
441
+ };
524
442
  }
525
443
  /**
526
444
  * Recovers from the specified error
527
445
  *
528
- * @tsplus fluent IO catchTag
446
+ * @tsplus pipeable IO catchTag
529
447
  */
530
-
531
-
532
- function catchTag_(ma, k, f, __tsplusTrace) {
533
- return catch_1(ma, "_tag", k, f, __tsplusTrace);
448
+ function catchTag(k, f, __tsplusTrace) {
449
+ return ma => {
450
+ return catchTagWith_1("_tag", k, f, __tsplusTrace)(ma);
451
+ };
534
452
  }
535
453
  /**
536
454
  * @tsplus getter fncts.io.IO cause
537
455
  */
538
-
539
-
540
456
  function cause(ma, __tsplusTrace) {
541
- return matchCauseIO_1(ma, succeedNow_1, () => succeedNow_1(tsplus_module_5.empty(), __tsplusTrace), __tsplusTrace);
457
+ return matchCauseIO_1(succeedNow_1, () => succeedNow_1(tsplus_module_2.empty(), __tsplusTrace), __tsplusTrace)(ma);
542
458
  }
543
459
  /**
544
- * @tsplus fluent fncts.io.IO causeAsError
460
+ * @tsplus pipeable fncts.io.IO causeAsError
545
461
  */
546
-
547
-
548
- function causeAsError(ma, __tsplusTrace) {
549
- return matchCauseIO_1(ma, failNow_1, succeedNow_1, __tsplusTrace);
462
+ function causeAsError(__tsplusTrace) {
463
+ return ma => {
464
+ return matchCauseIO_1(failNow_1, succeedNow_1, __tsplusTrace)(ma);
465
+ };
550
466
  }
551
467
  /**
552
- * Returns an IO that models the execution of this effect, followed by
553
- * the passing of its value to the specified continuation function `f`,
554
- * followed by the effect that it returns.
468
+ * Checks the interrupt status, and produces the IO returned by the
469
+ * specified callback.
555
470
  *
556
- * @tsplus fluent fncts.io.IO flatMap
471
+ * @tsplus static fncts.io.IOOps checkInterruptible
557
472
  */
558
-
559
-
560
- function flatMap_1(ma, f, __tsplusTrace) {
561
- return new _definition2.Chain(ma, f, __tsplusTrace);
473
+ function checkInterruptible(f, __tsplusTrace) {
474
+ return withFiberRuntime_1((_, status) => f(tsplus_module_8.fromBoolean(tsplus_module_7.interruption(status.runtimeFlags))), __tsplusTrace);
562
475
  }
563
476
  /**
564
- * @tsplus fluent fncts.io.IO flatMapError
477
+ * Returns an IO that models the execution of this effect, followed by
478
+ * the passing of its value to the specified continuation function `f`,
479
+ * followed by the effect that it returns.
480
+ *
481
+ * @tsplus pipeable fncts.io.IO flatMap
565
482
  */
566
-
567
-
568
- function flatMapError_(ma, f, __tsplusTrace) {
569
- return swapWith_1(ma, effect => flatMap_1(effect, f, __tsplusTrace), __tsplusTrace);
483
+ function flatMap_1(f, __tsplusTrace) {
484
+ return ma => {
485
+ return new _definition2.OnSuccess(ma, f, __tsplusTrace);
486
+ };
570
487
  }
571
488
  /**
572
- * Checks the interrupt status, and produces the IO returned by the
573
- * specified callback.
574
- *
575
- * @tsplus static fncts.io.IOOps checkInterruptible
489
+ * @tsplus pipeable fncts.io.IO flatMapError
576
490
  */
577
-
578
-
579
- function checkInterruptible(f, __tsplusTrace) {
580
- return withFiberContext_1(fiber => f(tsplus_module_8.fromBoolean(fiber.unsafeIsInterruptible)), __tsplusTrace);
491
+ function flatMapError(f, __tsplusTrace) {
492
+ return ma => {
493
+ return swapWith_1(effect => flatMap_1(f, __tsplusTrace)(effect), __tsplusTrace)(ma);
494
+ };
581
495
  }
582
496
  /**
583
- * @tsplus fluent fncts.io.IO collect
497
+ * @tsplus pipeable fncts.io.IO collect
584
498
  */
585
-
586
-
587
- function collect_(ma, f, pf, __tsplusTrace) {
588
- return collectIO_1(ma, f, a => tsplus_module_7.map_(pf(a), succeedNow_1), __tsplusTrace);
499
+ function collect(f, pf, __tsplusTrace) {
500
+ return ma => {
501
+ return collectIO_1(f, a => tsplus_module_6.map(succeedNow_1)(pf(a)), __tsplusTrace)(ma);
502
+ };
589
503
  }
590
504
  /**
591
- * @tsplus fluent fncts.io.IO collectIO
505
+ * @tsplus pipeable fncts.io.IO collectIO
592
506
  */
593
-
594
-
595
- function collectIO_1(ma, f, pf, __tsplusTrace) {
596
- return flatMap_1(ma, a => tsplus_module_7.getOrElse_(pf(a), () => fail_1(f, __tsplusTrace)), __tsplusTrace);
507
+ function collectIO_1(f, pf, __tsplusTrace) {
508
+ return ma => {
509
+ return flatMap_1(a => tsplus_module_6.getOrElse(() => fail_1(f, __tsplusTrace))(pf(a)), __tsplusTrace)(ma);
510
+ };
597
511
  }
598
512
  /**
599
513
  * @tsplus static fncts.io.IOOps condIO
600
514
  */
601
-
602
-
603
- function condIO_(b, onTrue, onFalse, __tsplusTrace) {
604
- return b ? onTrue : flatMap_1(onFalse, failNow_1, __tsplusTrace);
515
+ function condIO(b, onTrue, onFalse, __tsplusTrace) {
516
+ return b ? onTrue : flatMap_1(failNow_1, __tsplusTrace)(onFalse);
605
517
  }
606
518
  /**
607
519
  * Returns a lazily constructed effect, whose construction may itself require
@@ -611,23 +523,8 @@ function condIO_(b, onTrue, onFalse, __tsplusTrace) {
611
523
  *
612
524
  * @tsplus static fncts.io.IOOps defer
613
525
  */
614
-
615
-
616
526
  function defer_1(io, __tsplusTrace) {
617
- return new _definition2.Defer(io, __tsplusTrace);
618
- }
619
- /**
620
- * Returns a lazily constructed effect, whose construction may itself require
621
- * effects. The effect must not throw any exceptions. When no environment is required (i.e., when R == unknown)
622
- * it is conceptually equivalent to `flatten(effectTotal(io))`. If you wonder if the effect throws exceptions,
623
- * do not use this method, use `IO.deferTryCatchWith`.
624
- *
625
- * @tsplus static fncts.io.IOOps deferWith
626
- */
627
-
628
-
629
- function deferWith_1(io, __tsplusTrace) {
630
- return new _definition2.DeferWith(io, __tsplusTrace);
527
+ return flatMap_1(_function.identity, __tsplusTrace)(succeed_1(io, __tsplusTrace));
631
528
  }
632
529
  /**
633
530
  * Returns a lazily constructed effect, whose construction may itself require effects.
@@ -635,31 +532,12 @@ function deferWith_1(io, __tsplusTrace) {
635
532
  *
636
533
  * @tsplus static fncts.io.IOOps deferTry
637
534
  */
638
-
639
-
640
535
  function deferTry(io, __tsplusTrace) {
641
536
  return defer_1(() => {
642
537
  try {
643
538
  return io();
644
539
  } catch (u) {
645
- throw new _definition2.IOError(tsplus_module_9.fail(u));
646
- }
647
- }, __tsplusTrace);
648
- }
649
- /**
650
- * Returns a lazily constructed effect, whose construction may itself require effects.
651
- * When no environment is required (i.e., when R == unknown) it is conceptually equivalent to `flatten(effect(io))`.
652
- *
653
- * @tsplus static IOOps deferTryWith
654
- */
655
-
656
-
657
- function deferTryWith(io, __tsplusTrace) {
658
- return deferWith_1((runtimeConfig, id) => {
659
- try {
660
- return io(runtimeConfig, id);
661
- } catch (u) {
662
- throw new _definition2.IOError(tsplus_module_9.fail(u));
540
+ throw new _definition2.IOError(tsplus_module_2.fail(u));
663
541
  }
664
542
  }, __tsplusTrace);
665
543
  }
@@ -671,122 +549,68 @@ function deferTryWith(io, __tsplusTrace) {
671
549
  *
672
550
  * @tsplus static IOOps deferTryCatch
673
551
  */
674
-
675
-
676
552
  function deferTryCatch(io, onThrow, __tsplusTrace) {
677
553
  return defer_1(() => {
678
554
  try {
679
555
  return io();
680
556
  } catch (u) {
681
- throw new _definition2.IOError(tsplus_module_9.fail(onThrow(u)));
682
- }
683
- }, __tsplusTrace);
684
- }
685
- /**
686
- * Returns a lazily constructed effect, whose construction may itself require effects,
687
- * translating any thrown exceptions into typed failed effects and mapping the error.
688
- *
689
- * When no environment is required (i.e., when R == unknown) it is conceptually equivalent to `flatten(effect(io))`.
690
- *
691
- * @tsplus static IOOps deferTryCatchWith
692
- */
693
-
694
-
695
- function deferTryCatchWith(io, onThrow, __tsplusTrace) {
696
- return deferWith_1((runtimeConfig, id) => {
697
- try {
698
- return io(runtimeConfig, id);
699
- } catch (u) {
700
- throw new _definition2.IOError(tsplus_module_9.fail(onThrow(u)));
557
+ throw new _definition2.IOError(tsplus_module_2.fail(onThrow(u)));
701
558
  }
702
559
  }, __tsplusTrace);
703
560
  }
704
- /**
705
- * @tsplus static fncts.io.IOOps descriptor
706
- */
707
-
708
-
709
- const descriptor = /*#__PURE__*/descriptorWith_1(succeedNow_1, fileName_1 + ":505:41");
710
- /**
711
- * Constructs an IO based on information about the current fiber, such as
712
- * its identity.
713
- *
714
- * @tsplus static fncts.io.IOOps descriptorWith
715
- */
716
-
717
- exports.descriptor = descriptor;
718
-
719
- function descriptorWith_1(f, __tsplusTrace) {
720
- return withFiberContext_1(fiber => f(fiber.unsafeGetDescriptor()), __tsplusTrace);
721
- }
722
561
  /**
723
562
  * Folds an `IO` that may fail with `E` or succeed with `A` into one that never fails but succeeds with `Either<E, A>`
724
563
  *
725
564
  * @tsplus getter fncts.io.IO either
726
565
  */
727
-
728
-
729
566
  function either_1(ma, __tsplusTrace) {
730
- return match_1(ma, tsplus_module_3.left, tsplus_module_3.right, __tsplusTrace);
731
- }
732
- /**
733
- * @tsplus fluent fncts.io.IO ensuring
734
- */
735
-
736
-
737
- function ensuring_(self, finalizer, __tsplusTrace) {
738
- return withFiberContext_1(fiber => {
739
- fiber.unsafeAddFinalizer(finalizer);
740
- return self;
741
- }, __tsplusTrace);
567
+ return match_1(tsplus_module_9.left, tsplus_module_9.right, __tsplusTrace)(ma);
742
568
  }
743
569
  /**
744
- * @tsplus fluent fncts.io.IO errorAsCause
570
+ * @tsplus pipeable fncts.io.IO errorAsCause
745
571
  */
746
-
747
-
748
- function errorAsCause(ma, __tsplusTrace) {
749
- return matchIO_1(ma, failCauseNow_1, succeedNow_1, __tsplusTrace);
572
+ function errorAsCause(__tsplusTrace) {
573
+ return ma => {
574
+ return matchIO_1(failCauseNow_1, succeedNow_1, __tsplusTrace)(ma);
575
+ };
750
576
  }
751
577
  /**
752
578
  * @tsplus getter fncts.io.IO eventually
753
579
  */
754
-
755
-
756
580
  function eventually_1(ma, __tsplusTrace) {
757
- return orElse_1(ma, () => eventually_1(ma, __tsplusTrace), __tsplusTrace);
581
+ return orElse_1(() => eventually_1(ma, __tsplusTrace), __tsplusTrace)(ma);
758
582
  }
759
583
  /**
760
- * @tsplus fluent fncts.io.IO extend
584
+ * @tsplus pipeable fncts.io.IO extend
761
585
  */
762
-
763
-
764
- function extend_(wa, f, __tsplusTrace) {
765
- return matchIO_1(wa, failNow_1, _ => succeed_1(() => f(wa), __tsplusTrace), __tsplusTrace);
586
+ function extend(f, __tsplusTrace) {
587
+ return wa => {
588
+ return matchIO_1(failNow_1, _ => succeed_1(() => f(wa), __tsplusTrace), __tsplusTrace)(wa);
589
+ };
766
590
  }
767
591
  /**
768
592
  * @tsplus static fncts.io.IOOps fail
769
593
  */
770
-
771
-
772
594
  function fail_1(e, __tsplusTrace) {
773
- return new _definition2.Fail(() => tsplus_module_5.fail(e()), __tsplusTrace);
595
+ return failCause_1(() => tsplus_module_2.fail(e()), __tsplusTrace);
774
596
  }
775
597
  /**
776
598
  * @tsplus static fncts.io.IOOps failNow
777
599
  */
778
-
779
-
780
600
  function failNow_1(e, __tsplusTrace) {
781
- return new _definition2.Fail(() => tsplus_module_5.fail(e), __tsplusTrace);
601
+ return failCause_1(() => tsplus_module_2.fail(e), __tsplusTrace);
602
+ }
603
+ /**
604
+ * @tsplus static fncts.io.IOOps refailCause
605
+ */
606
+ function refailCause_1(cause, __tsplusTrace) {
607
+ return new _definition2.Fail(() => cause, __tsplusTrace);
782
608
  }
783
609
  /**
784
610
  * Creates a `IO` that has failed with the specified `Cause`
785
611
  *
786
612
  * @tsplus static fncts.io.IOOps failCauseNow
787
613
  */
788
-
789
-
790
614
  function failCauseNow_1(cause, __tsplusTrace) {
791
615
  return new _definition2.Fail(() => cause, __tsplusTrace);
792
616
  }
@@ -795,57 +619,46 @@ function failCauseNow_1(cause, __tsplusTrace) {
795
619
  *
796
620
  * @tsplus static fncts.io.IOOps failCause
797
621
  */
798
-
799
-
800
622
  function failCause_1(cause, __tsplusTrace) {
801
- return new _definition2.Fail(cause, __tsplusTrace);
623
+ return flatMap_1(trace => refailCause_1(tsplus_module_2.traced(cause(), trace), __tsplusTrace), __tsplusTrace)(stackTrace_1(__tsplusTrace));
802
624
  }
803
625
  /**
804
626
  * Returns the `FiberId` of the `Fiber` on which this `IO` is running
805
627
  *
806
628
  * @tsplus static fncts.io.IOOps fiberId
807
629
  */
808
-
809
-
810
- const fiberId = /*#__PURE__*/descriptorWith_1(d => succeedNow_1(d.id, fileName_1 + ":598:89"), fileName_1 + ":598:68");
630
+ const fiberId = /*#__PURE__*/withFiberRuntime_1(fiber => succeed_1(() => fiber.id, fileName_1 + ":491:92"), fileName_1 + ":491:70");
811
631
  /**
812
632
  * Filters the collection using the specified effectual predicate.
813
633
  *
814
634
  * @tsplus static fncts.io.IOOps filter
815
635
  */
816
-
817
636
  exports.fiberId = fiberId;
818
-
819
637
  function filter_1(as, f, __tsplusTrace) {
820
- return map_1(tsplus_module_11.foldLeft_(as, succeedNow_1(tsplus_module_10.builder(), __tsplusTrace), (eff, a) => zipWith_1(eff, f(a), (builder, p) => {
638
+ return map_1(b => b.result(), __tsplusTrace)(tsplus_module_11.foldLeft(succeedNow_1(tsplus_module_10.builder(), __tsplusTrace), (eff, a) => zipWith_1(f(a), (builder, p) => {
821
639
  if (p) {
822
640
  builder.append(a);
823
641
  }
824
-
825
642
  return builder;
826
- }, __tsplusTrace)), b => b.result(), __tsplusTrace);
643
+ }, __tsplusTrace)(eff))(as));
827
644
  }
828
645
  /**
829
646
  * @tsplus static fncts.io.IOOps filterMap
830
647
  */
831
-
832
-
833
- function filterMap_(as, f, __tsplusTrace) {
648
+ function filterMap(as, f, __tsplusTrace) {
834
649
  return filterMapWithIndex_1(as, (_, a) => f(a), __tsplusTrace);
835
650
  }
836
651
  /**
837
652
  * @tsplus static fncts.io.IOOps filterMapWithIndex
838
653
  */
839
-
840
-
841
654
  function filterMapWithIndex_1(as, f, __tsplusTrace) {
842
655
  return defer_1(() => {
843
656
  const bs = [];
844
- return as_1(foreachWithIndexDiscard_1(as, (i, a) => map_1(f(i, a), b => {
657
+ return as_1(() => tsplus_module_12.from(bs), __tsplusTrace)(foreachWithIndexDiscard_1(as, (i, a) => map_1(b => {
845
658
  if (tsplus_module_13.isJust(b)) {
846
659
  bs.push(b.value);
847
660
  }
848
- }, __tsplusTrace), __tsplusTrace), () => tsplus_module_12.from(bs), __tsplusTrace);
661
+ }, __tsplusTrace)(f(i, a)), __tsplusTrace));
849
662
  }, __tsplusTrace);
850
663
  }
851
664
  /**
@@ -854,18 +667,18 @@ function filterMapWithIndex_1(as, f, __tsplusTrace) {
854
667
  *
855
668
  * @tsplus static fncts.io.IOOps filterNot
856
669
  */
857
-
858
-
859
- function filterNot_(as, f, __tsplusTrace) {
860
- return filter_1(as, a => map_1(f(a), b => !b, __tsplusTrace), __tsplusTrace);
670
+ function filterNot(as, f, __tsplusTrace) {
671
+ return filter_1(as, a => map_1(b => !b, __tsplusTrace)(f(a)), __tsplusTrace);
861
672
  }
862
-
863
- function filterOrElse_1(fa, predicate, or, __tsplusTrace) {
864
- return flatMap_1(fa, a => predicate(a) ? succeedNow_1(a, __tsplusTrace) : defer_1(() => or(a), __tsplusTrace), __tsplusTrace);
673
+ function filterOrElse_1(predicate, or, __tsplusTrace) {
674
+ return fa => {
675
+ return flatMap_1(a => predicate(a) ? succeedNow_1(a, __tsplusTrace) : defer_1(() => or(a), __tsplusTrace), __tsplusTrace)(fa);
676
+ };
865
677
  }
866
-
867
- function filterOrFail_(fa, predicate, failWith, __tsplusTrace) {
868
- return filterOrElse_1(fa, predicate, a => failNow_1(failWith(a), __tsplusTrace), __tsplusTrace);
678
+ function filterOrFail(predicate, failWith, __tsplusTrace) {
679
+ return fa => {
680
+ return filterOrElse_1(predicate, a => failNow_1(failWith(a), __tsplusTrace), __tsplusTrace)(fa);
681
+ };
869
682
  }
870
683
  /**
871
684
  * Returns an `IO` that yields the value of the first
@@ -873,46 +686,36 @@ function filterOrFail_(fa, predicate, failWith, __tsplusTrace) {
873
686
  *
874
687
  * @tsplus static fncts.io.IOOps firstSuccess
875
688
  */
876
-
877
-
878
689
  function firstSuccess(mas, __tsplusTrace) {
879
- return mas.reduce((b, a) => orElse_1(b, () => a, __tsplusTrace));
690
+ return mas.reduce((b, a) => orElse_1(() => a, __tsplusTrace)(b));
880
691
  }
881
-
882
- function filterOrHalt_(fa, predicate, haltWith, __tsplusTrace) {
883
- return filterOrElse_1(fa, predicate, a => haltNow_1(haltWith(a), __tsplusTrace), __tsplusTrace);
692
+ function filterOrHalt(predicate, haltWith, __tsplusTrace) {
693
+ return fa => {
694
+ return filterOrElse_1(predicate, a => haltNow_1(haltWith(a), __tsplusTrace), __tsplusTrace)(fa);
695
+ };
884
696
  }
885
697
  /**
886
698
  * @tsplus getter fncts.io.IO flatten
887
699
  */
888
-
889
-
890
700
  function flatten(self, __tsplusTrace) {
891
- return flatMap_1(self, _function.identity, __tsplusTrace);
701
+ return flatMap_1(_function.identity, __tsplusTrace)(self);
892
702
  }
893
703
  /**
894
704
  * Folds an `Iterable<A>` using an effectful function f, working sequentially from left to right.
895
705
  *
896
706
  * @tsplus static fncts.io.IOOps foldLeft
897
707
  */
898
-
899
-
900
708
  function foldLeft_1(as, b, f, __tsplusTrace) {
901
- return tsplus_module_11.foldLeft_(as, succeedNow_1(b, __tsplusTrace), (acc, el) => flatMap_1(acc, a => f(a, el), __tsplusTrace));
709
+ return tsplus_module_11.foldLeft(succeedNow_1(b, __tsplusTrace), (acc, el) => flatMap_1(a => f(a, el), __tsplusTrace)(acc))(as);
902
710
  }
903
711
  /**
904
712
  * Combines an array of `IO`s using a `Monoid`
905
713
  *
906
714
  * @tsplus static fncts.io.IOOps foldMap
907
715
  */
908
-
909
-
910
- function foldMap_(as, f,
911
- /** @tsplus auto */
912
- M) {
913
- return foldLeft_1(as, M.nat, (m, a) => map_1(a, a => M.combine(m, f(a)), fileName_1 + ":787:48"), fileName_1 + ":787:21");
716
+ function foldMap(as, f, /** @tsplus auto */M) {
717
+ return foldLeft_1(as, M.nat, (m, a) => map_1(a => M.combine(f(a))(m), fileName_1 + ":664:48")(a), fileName_1 + ":664:21");
914
718
  }
915
-
916
719
  function foldRightLoop(iterator, b, f, __tsplusTrace) {
917
720
  const next = iterator.next();
918
721
  return next.done ? b : f(next.value, foldRightLoop(iterator, b, f, __tsplusTrace));
@@ -922,15 +725,12 @@ function foldRightLoop(iterator, b, f, __tsplusTrace) {
922
725
  *
923
726
  * @tsplus static fncts.io.IOOps foldRight
924
727
  */
925
-
926
-
927
- function foldRight_(as, b, f, __tsplusTrace) {
728
+ function foldRight(as, b, f, __tsplusTrace) {
928
729
  return foldRightLoop(as[Symbol.iterator](), b, f, __tsplusTrace);
929
730
  }
930
-
931
731
  function foreachWithIndexDiscardLoop(iterator, f, i = 0, __tsplusTrace) {
932
732
  const next = iterator.next();
933
- return next.done ? unit_1 : flatMap_1(f(i, next.value), () => foreachWithIndexDiscardLoop(iterator, f, i + 1, __tsplusTrace), __tsplusTrace);
733
+ return next.done ? unit_1 : flatMap_1(() => foreachWithIndexDiscardLoop(iterator, f, i + 1, __tsplusTrace), __tsplusTrace)(f(i, next.value));
934
734
  }
935
735
  /**
936
736
  * Applies the function `f` to each element of the `Iterable<A>` and
@@ -941,15 +741,13 @@ function foreachWithIndexDiscardLoop(iterator, f, i = 0, __tsplusTrace) {
941
741
  *
942
742
  * @tsplus static fncts.io.IOOps foreach
943
743
  */
944
-
945
-
946
744
  function foreach_1(as, f, __tsplusTrace) {
947
745
  return defer_1(() => {
948
746
  const acc = [];
949
- return as_1(foreachWithIndexDiscard_1(as, (_, a) => flatMap_1(f(a), b => {
747
+ return as_1(() => tsplus_module_12.from(acc), __tsplusTrace)(foreachWithIndexDiscard_1(as, (_, a) => flatMap_1(b => {
950
748
  acc.push(b);
951
749
  return unit_1;
952
- }, __tsplusTrace), __tsplusTrace), () => tsplus_module_12.from(acc), __tsplusTrace);
750
+ }, __tsplusTrace)(f(a)), __tsplusTrace));
953
751
  }, __tsplusTrace);
954
752
  }
955
753
  /**
@@ -961,22 +759,18 @@ function foreach_1(as, f, __tsplusTrace) {
961
759
  *
962
760
  * @tsplus static fncts.io.IOOps foreachWithIndex
963
761
  */
964
-
965
-
966
- function foreachWithIndex_(as, f, __tsplusTrace) {
762
+ function foreachWithIndex(as, f, __tsplusTrace) {
967
763
  return defer_1(() => {
968
764
  const acc = [];
969
- return as_1(foreachWithIndexDiscard_1(as, (i, a) => flatMap_1(f(i, a), b => {
765
+ return as_1(() => tsplus_module_12.from(acc), __tsplusTrace)(foreachWithIndexDiscard_1(as, (i, a) => flatMap_1(b => {
970
766
  acc.push(b);
971
767
  return unit_1;
972
- }, __tsplusTrace), __tsplusTrace), () => tsplus_module_12.from(acc), __tsplusTrace);
768
+ }, __tsplusTrace)(f(i, a)), __tsplusTrace));
973
769
  }, __tsplusTrace);
974
770
  }
975
771
  /**
976
772
  * @tsplus static fncts.io.IOOps foreachWithIndexDiscard
977
773
  */
978
-
979
-
980
774
  function foreachWithIndexDiscard_1(as, f, __tsplusTrace) {
981
775
  return defer_1(() => foreachWithIndexDiscardLoop(as[Symbol.iterator](), f), __tsplusTrace);
982
776
  }
@@ -986,8 +780,6 @@ function foreachWithIndexDiscard_1(as, f, __tsplusTrace) {
986
780
  *
987
781
  * @tsplus static fncts.io.IOOps foreachDiscard
988
782
  */
989
-
990
-
991
783
  function foreachDiscard_1(as, f, __tsplusTrace) {
992
784
  return defer_1(() => foreachWithIndexDiscardLoop(as[Symbol.iterator](), (_, a) => f(a)), __tsplusTrace);
993
785
  }
@@ -996,67 +788,32 @@ function foreachDiscard_1(as, f, __tsplusTrace) {
996
788
  *
997
789
  * @tsplus getter fncts.io.IO forever
998
790
  */
999
-
1000
-
1001
791
  function forever_1(ma, __tsplusTrace) {
1002
- return flatMap_1(apSecond_1(ma, yieldNow_1, __tsplusTrace), () => forever_1(ma, __tsplusTrace), __tsplusTrace);
1003
- }
1004
- /**
1005
- * Returns an IO that forks this IO into its own separate fiber,
1006
- * returning the fiber immediately, without waiting for it to begin executing
1007
- * the IO.
1008
- *
1009
- * You can use the `fork` method whenever you want to execute an IO in a
1010
- * new fiber, concurrently and without "blocking" the fiber executing other
1011
- * IOs. Using fibers can be tricky, so instead of using this method
1012
- * directly, consider other higher-level methods, such as `raceWith`,
1013
- * `zipPar`, and so forth.
1014
- *
1015
- * The fiber returned by this method has methods interrupt the fiber and to
1016
- * wait for it to finish executing the IO. See `Fiber` for more
1017
- * information.
1018
- *
1019
- * Whenever you use this method to launch a new fiber, the new fiber is
1020
- * attached to the parent fiber's scope. This means when the parent fiber
1021
- * terminates, the child fiber will be terminated as well, ensuring that no
1022
- * fibers leak. This behavior is called "None supervision", and if this
1023
- * behavior is not desired, you may use the `forkDaemon` or `forkIn`
1024
- * methods.
1025
- *
1026
- * @tsplus getter fncts.io.IO fork
1027
- */
1028
-
1029
-
1030
- function fork(ma, __tsplusTrace) {
1031
- return new _definition2.Fork(ma, tsplus_module_2.nothing(), __tsplusTrace);
792
+ return flatMap_1(() => forever_1(ma, __tsplusTrace), __tsplusTrace)(zipRight_1(yieldNow_1, __tsplusTrace)(ma));
1032
793
  }
1033
794
  /**
1034
795
  * Lifts an `Either` into an `IO`
1035
796
  *
1036
797
  * @tsplus static fncts.io.IOOps fromEither
1037
798
  */
1038
-
1039
-
1040
799
  function fromEither(either, __tsplusTrace) {
1041
- return flatMap_1(succeed_1(either, __tsplusTrace), ea => tsplus_module_6.match_(ea, failNow_1, succeedNow_1), __tsplusTrace);
800
+ return flatMap_1(ea => tsplus_module_4.match(failNow_1, succeedNow_1)(ea), __tsplusTrace)(succeed_1(either, __tsplusTrace));
1042
801
  }
1043
802
  /**
1044
803
  * Lifts an `Either` into an `IO`
1045
804
  *
1046
805
  * @tsplus static fncts.io.IOOps fromEitherNow
806
+ * @tsplus getter fncts.Either toIO
1047
807
  */
1048
-
1049
-
1050
808
  function fromEitherNow(either, __tsplusTrace) {
1051
- return tsplus_module_6.match_(either, failNow_1, succeedNow_1);
809
+ return tsplus_module_4.match(failNow_1, succeedNow_1)(either);
1052
810
  }
1053
811
  /**
1054
812
  * Lifts an `Eval` into an `IO`
1055
813
  *
1056
814
  * @tsplus static fncts.io.IOOps fromEval
815
+ * @tsplus getter fncts.Eval toIO
1057
816
  */
1058
-
1059
-
1060
817
  function fromEval(computation, __tsplusTrace) {
1061
818
  return succeed_1(() => tsplus_module_14.run(computation), __tsplusTrace);
1062
819
  }
@@ -1065,20 +822,17 @@ function fromEval(computation, __tsplusTrace) {
1065
822
  *
1066
823
  * @tsplus static fncts.io.IOOps fromExit
1067
824
  */
1068
-
1069
-
1070
825
  function fromExit(exit, __tsplusTrace) {
1071
- return defer_1(() => tsplus_module_15.match_(exit(), failCauseNow_1, succeedNow_1), __tsplusTrace);
826
+ return defer_1(() => tsplus_module_15.match(failCauseNow_1, succeedNow_1)(exit()), __tsplusTrace);
1072
827
  }
1073
828
  /**
1074
829
  * Creates a `IO` from an exit value
1075
830
  *
1076
831
  * @tsplus static fncts.io.IOOps fromExitNow
832
+ * @tsplus getter fncts.Exit toIO
1077
833
  */
1078
-
1079
-
1080
834
  function fromExitNow(exit, __tsplusTrace) {
1081
- return tsplus_module_15.match_(exit, failCauseNow_1, succeedNow_1);
835
+ return tsplus_module_15.match(failCauseNow_1, succeedNow_1)(exit);
1082
836
  }
1083
837
  /**
1084
838
  * Lifts a `Maybe` into an `IO` but preserves the error as a `Maybe` in the error channel, making it easier to compose
@@ -1086,18 +840,15 @@ function fromExitNow(exit, __tsplusTrace) {
1086
840
  *
1087
841
  * @tsplus static fncts.io.IOOps fromMaybe
1088
842
  */
1089
-
1090
-
1091
843
  function fromMaybe(maybe, __tsplusTrace) {
1092
- return flatMap_1(succeed_1(maybe, __tsplusTrace), m => tsplus_module_4.match_(m, () => failNow_1(tsplus_module_2.nothing(), __tsplusTrace), succeedNow_1), __tsplusTrace);
844
+ return flatMap_1(m => tsplus_module_16.match(() => failNow_1(tsplus_module_3.nothing(), __tsplusTrace), succeedNow_1)(m), __tsplusTrace)(succeed_1(maybe, __tsplusTrace));
1093
845
  }
1094
846
  /**
1095
847
  * @tsplus static fncts.io.IOOps fromMaybeNow
848
+ * @tsplus getter fncts.Maybe toIO
1096
849
  */
1097
-
1098
-
1099
850
  function fromMaybeNow(maybe, __tsplusTrace) {
1100
- return tsplus_module_4.match_(maybe, () => failNow_1(tsplus_module_2.nothing(), __tsplusTrace), succeedNow_1);
851
+ return tsplus_module_16.match(() => failNow_1(tsplus_module_3.nothing(), __tsplusTrace), succeedNow_1)(maybe);
1101
852
  }
1102
853
  /**
1103
854
  * Create an IO that when executed will construct `promise` and wait for its result,
@@ -1105,8 +856,6 @@ function fromMaybeNow(maybe, __tsplusTrace) {
1105
856
  *
1106
857
  * @tsplus static fncts.io.IOOps fromPromiseCatch
1107
858
  */
1108
-
1109
-
1110
859
  function fromPromiseCatch_1(promise, onReject, __tsplusTrace) {
1111
860
  return async_1(k => {
1112
861
  promise().then(a => k(succeedNow_1(a, __tsplusTrace))).catch(e => k(failNow_1(onReject(e), __tsplusTrace)));
@@ -1118,8 +867,6 @@ function fromPromiseCatch_1(promise, onReject, __tsplusTrace) {
1118
867
  *
1119
868
  * @tsplus static fncts.io.IOOps fromPromise
1120
869
  */
1121
-
1122
-
1123
870
  function fromPromise(promise, __tsplusTrace) {
1124
871
  return fromPromiseCatch_1(promise, _function.identity, __tsplusTrace);
1125
872
  }
@@ -1128,8 +875,6 @@ function fromPromise(promise, __tsplusTrace) {
1128
875
  *
1129
876
  * @tsplus static fncts.io.IOOps fromPromiseHalt
1130
877
  */
1131
-
1132
-
1133
878
  function fromPromiseHalt(promise, __tsplusTrace) {
1134
879
  return async_1(k => {
1135
880
  promise().then(a => k(succeedNow_1(a, __tsplusTrace))).catch(e => k(haltNow_1(e, __tsplusTrace)));
@@ -1140,48 +885,42 @@ function fromPromiseHalt(promise, __tsplusTrace) {
1140
885
  *
1141
886
  * @tsplus getter fncts.io.IO get
1142
887
  */
1143
-
1144
-
1145
888
  function get(ma, __tsplusTrace) {
1146
- return matchCauseIO_1(ma, cause => failCauseNow_1(tsplus_module_5.map_(cause, tsplus_module_2.just), __tsplusTrace), ma => tsplus_module_4.match_(ma, () => failNow_1(tsplus_module_2.nothing(), __tsplusTrace), succeedNow_1), __tsplusTrace);
889
+ return matchCauseIO_1(cause => failCauseNow_1(tsplus_module_2.map(tsplus_module_3.just)(cause), __tsplusTrace), ma => tsplus_module_16.match(() => failNow_1(tsplus_module_3.nothing(), __tsplusTrace), succeedNow_1)(ma), __tsplusTrace)(ma);
1147
890
  }
1148
891
  /**
1149
892
  * Extracts the optional value, or returns the given 'orElse'.
1150
893
  *
1151
- * @tsplus fluent fncts.io.IO getOrElse
894
+ * @tsplus pipeable fncts.io.IO getOrElse
1152
895
  */
1153
-
1154
-
1155
- function getOrElse_(ma, orElse, __tsplusTrace) {
1156
- return map_1(ma, ma => tsplus_module_7.getOrElse_(ma, orElse), __tsplusTrace);
896
+ function getOrElse(orElse, __tsplusTrace) {
897
+ return ma => {
898
+ return map_1(ma => tsplus_module_6.getOrElse(orElse)(ma), __tsplusTrace)(ma);
899
+ };
1157
900
  }
1158
901
  /**
1159
902
  * Extracts the optional value, or executes the effect 'orElse'.
1160
903
  *
1161
- * @tsplus fluent fncts.io.IO getOrElseIO
904
+ * @tsplus pipeable fncts.io.IO getOrElseIO
1162
905
  */
1163
-
1164
-
1165
- function getOrElseIO_(ma, orElse, __tsplusTrace) {
1166
- return flatMap_1(ma, mab => tsplus_module_7.getOrElse_(tsplus_module_7.map_(mab, succeedNow_1), orElse), __tsplusTrace);
906
+ function getOrElseIO(orElse, __tsplusTrace) {
907
+ return ma => {
908
+ return flatMap_1(mab => tsplus_module_6.getOrElse(orElse)(tsplus_module_6.map(succeedNow_1)(mab)), __tsplusTrace)(ma);
909
+ };
1167
910
  }
1168
911
  /**
1169
912
  * Lifts a Maybe into an IO. If the option is `Nothing`, fail with `onNothing`.
1170
913
  *
1171
914
  * @tsplus static fncts.io.IOOps getOrFailWith
1172
915
  */
1173
-
1174
-
1175
916
  function getOrFailWith_1(maybe, onNothing, __tsplusTrace) {
1176
- return defer_1(() => tsplus_module_4.match_(maybe, () => fail_1(onNothing, __tsplusTrace), succeedNow_1), __tsplusTrace);
917
+ return defer_1(() => tsplus_module_16.match(() => fail_1(onNothing, __tsplusTrace), succeedNow_1)(maybe), __tsplusTrace);
1177
918
  }
1178
919
  /**
1179
920
  * Lifts a Maybe into a IO, if the Maybe is `Nothing` it fails with Unit.
1180
921
  *
1181
922
  * @tsplus static fncts.io.IOOps getOrFailUnit
1182
923
  */
1183
-
1184
-
1185
924
  function getOrFailUnit(option, __tsplusTrace) {
1186
925
  return getOrFailWith_1(option, () => undefined, __tsplusTrace);
1187
926
  }
@@ -1192,10 +931,8 @@ function getOrFailUnit(option, __tsplusTrace) {
1192
931
  *
1193
932
  * @tsplus static fncts.io.IOOps halt
1194
933
  */
1195
-
1196
-
1197
934
  function halt(e, __tsplusTrace) {
1198
- return failCause_1(() => tsplus_module_5.halt(e(), tsplus_module_16.none), __tsplusTrace);
935
+ return failCause_1(() => tsplus_module_2.halt(e(), tsplus_module_17.none), __tsplusTrace);
1199
936
  }
1200
937
  /**
1201
938
  * Creates an `IO` that halts with the specified defect
@@ -1204,54 +941,44 @@ function halt(e, __tsplusTrace) {
1204
941
  *
1205
942
  * @tsplus static fncts.io.IOOps haltNow
1206
943
  */
1207
-
1208
-
1209
944
  function haltNow_1(e, __tsplusTrace) {
1210
- return failCauseNow_1(tsplus_module_5.halt(e, tsplus_module_16.none), __tsplusTrace);
945
+ return failCauseNow_1(tsplus_module_2.halt(e, tsplus_module_17.none), __tsplusTrace);
1211
946
  }
1212
947
  /**
1213
- * @tsplus fluent fncts.io.IO ifIO
948
+ * @tsplus pipeable fncts.io.IO ifIO
1214
949
  */
1215
-
1216
-
1217
- function ifIO_1(self, onFalse, onTrue, __tsplusTrace) {
1218
- return flatMap_1(self, b => b ? onTrue() : onFalse(), __tsplusTrace);
950
+ function ifIO_1(onFalse, onTrue, __tsplusTrace) {
951
+ return self => {
952
+ return flatMap_1(b => b ? onTrue() : onFalse(), __tsplusTrace)(self);
953
+ };
1219
954
  }
1220
955
  /**
1221
956
  * @tsplus static fncts.io.IOOps if
1222
957
  */
1223
-
1224
-
1225
- function if_(b, onTrue, onFalse, __tsplusTrace) {
1226
- return ifIO_1(succeedNow_1(b, __tsplusTrace), onTrue, onFalse, __tsplusTrace);
958
+ function cond(b, onTrue, onFalse, __tsplusTrace) {
959
+ return ifIO_1(onTrue, onFalse, __tsplusTrace)(succeedNow_1(b, __tsplusTrace));
1227
960
  }
1228
961
  /**
1229
962
  * @tsplus getter fncts.io.IO ignore
1230
963
  */
1231
-
1232
-
1233
964
  function ignore(fa, __tsplusTrace) {
1234
- return match_1(fa, () => undefined, () => undefined, __tsplusTrace);
965
+ return match_1(() => undefined, () => undefined, __tsplusTrace)(fa);
1235
966
  }
1236
967
  /**
1237
968
  * Folds a `IO` to a boolean describing whether or not it is a failure
1238
969
  *
1239
970
  * @tsplus getter fncts.io.IO isFailure
1240
971
  */
1241
-
1242
-
1243
972
  function isFailure(ma, __tsplusTrace) {
1244
- return match_1(ma, () => true, () => false, __tsplusTrace);
973
+ return match_1(() => true, () => false, __tsplusTrace)(ma);
1245
974
  }
1246
975
  /**
1247
976
  * Folds a `IO` to a boolean describing whether or not it is a success
1248
977
  *
1249
978
  * @tsplus getter fncts.io.IO isSuccess
1250
979
  */
1251
-
1252
-
1253
980
  function isSuccess(ma, __tsplusTrace) {
1254
- return match_1(ma, () => false, () => true, __tsplusTrace);
981
+ return match_1(() => false, () => true, __tsplusTrace)(ma);
1255
982
  }
1256
983
  /**
1257
984
  * Iterates with the specified effectual function. The moral equivalent of:
@@ -1268,28 +995,25 @@ function isSuccess(ma, __tsplusTrace) {
1268
995
  *
1269
996
  * @tsplus static fncts.io.IOOps iterate
1270
997
  */
1271
-
1272
-
1273
998
  function iterate_1(initial, cont, body, __tsplusTrace) {
1274
- return cont(initial) ? flatMap_1(body(initial), a => iterate_1(a, cont, body, __tsplusTrace), __tsplusTrace) : succeedNow_1(initial, __tsplusTrace);
999
+ return cont(initial) ? flatMap_1(a => iterate_1(a, cont, body, __tsplusTrace), __tsplusTrace)(body(initial)) : succeedNow_1(initial, __tsplusTrace);
1275
1000
  }
1276
1001
  /**
1277
1002
  * Returns an IO with the value on the left part.
1278
1003
  *
1279
1004
  * @tsplus static fncts.io.IOOps left
1280
1005
  */
1281
-
1282
-
1283
1006
  function left(a, __tsplusTrace) {
1284
- return flatMap_1(succeed_1(a, __tsplusTrace), a => succeedNow_1(tsplus_module_3.left(a), __tsplusTrace), __tsplusTrace);
1007
+ return flatMap_1(a => succeedNow_1(tsplus_module_9.left(a), __tsplusTrace), __tsplusTrace)(succeed_1(a, __tsplusTrace));
1285
1008
  }
1286
1009
  /**
1287
1010
  * @tsplus static fncts.io.IOOps log
1288
1011
  */
1289
-
1290
-
1291
1012
  function log(message, __tsplusTrace) {
1292
- return new _definition2.Logged(message, tsplus_module_5.empty(), tsplus_module_2.nothing(), __tsplusTrace);
1013
+ return withFiberRuntime_1(fiber => {
1014
+ fiber.log(message, tsplus_module_2.empty(), tsplus_module_3.nothing(), __tsplusTrace);
1015
+ return unit_1;
1016
+ }, __tsplusTrace);
1293
1017
  }
1294
1018
  /**
1295
1019
  * Loops with the specified effectual function, collecting the results into a
@@ -1309,13 +1033,11 @@ function log(message, __tsplusTrace) {
1309
1033
  *
1310
1034
  * @tsplus static fncts.io.IOOps loop
1311
1035
  */
1312
-
1313
-
1314
1036
  function loop_1(initial, cont, inc, body, __tsplusTrace) {
1315
1037
  if (cont(initial)) {
1316
- return flatMap_1(body(initial), a => map_1(loop_1(inc(initial), cont, inc, body, __tsplusTrace), as => tsplus_module_10.prepend_(as, a), __tsplusTrace), __tsplusTrace);
1038
+ return flatMap_1(a => map_1(as => tsplus_module_10.prepend(a)(as), __tsplusTrace)(loop_1(inc(initial), cont, inc, body, __tsplusTrace)), __tsplusTrace)(body(initial));
1317
1039
  } else {
1318
- return succeedNow_1(tsplus_module_17.empty(), __tsplusTrace);
1040
+ return succeedNow_1(tsplus_module_18.empty(), __tsplusTrace);
1319
1041
  }
1320
1042
  }
1321
1043
  /**
@@ -1333,11 +1055,9 @@ function loop_1(initial, cont, inc, body, __tsplusTrace) {
1333
1055
  *
1334
1056
  * @tsplus static fncts.io.IOOps loopUnit
1335
1057
  */
1336
-
1337
-
1338
- function loopUnit_(initial, cont, inc, body, __tsplusTrace) {
1058
+ function loopUnit(initial, cont, inc, body, __tsplusTrace) {
1339
1059
  if (cont(initial)) {
1340
- return asUnit_1(flatMap_1(body(initial), () => loop_1(inc(initial), cont, inc, body, __tsplusTrace), __tsplusTrace), __tsplusTrace);
1060
+ return asUnit_1(flatMap_1(() => loop_1(inc(initial), cont, inc, body, __tsplusTrace), __tsplusTrace)(body(initial)), __tsplusTrace);
1341
1061
  } else {
1342
1062
  return unit_1;
1343
1063
  }
@@ -1345,12 +1065,12 @@ function loopUnit_(initial, cont, inc, body, __tsplusTrace) {
1345
1065
  /**
1346
1066
  * Returns an `IO` whose success is mapped by the specified function `f`.
1347
1067
  *
1348
- * @tsplus fluent fncts.io.IO map
1068
+ * @tsplus pipeable fncts.io.IO map
1349
1069
  */
1350
-
1351
-
1352
- function map_1(fa, f, __tsplusTrace) {
1353
- return flatMap_1(fa, a => succeedNow_1(f(a), __tsplusTrace), __tsplusTrace);
1070
+ function map_1(f, __tsplusTrace) {
1071
+ return fa => {
1072
+ return flatMap_1(a => succeedNow_1(f(a), __tsplusTrace), __tsplusTrace)(fa);
1073
+ };
1354
1074
  }
1355
1075
  /**
1356
1076
  * Map covariantly over the first argument.
@@ -1359,134 +1079,108 @@ function map_1(fa, f, __tsplusTrace) {
1359
1079
  * function. This can be used to lift a "smaller" error into a "larger"
1360
1080
  * error.
1361
1081
  *
1362
- * @tsplus fluent fncts.io.IO mapError
1082
+ * @tsplus pipeable fncts.io.IO mapError
1363
1083
  */
1364
-
1365
-
1366
- function mapError_1(fea, f, __tsplusTrace) {
1367
- return matchCauseIO_1(fea, cause => failCauseNow_1(tsplus_module_5.map_(cause, f), __tsplusTrace), succeedNow_1, __tsplusTrace);
1084
+ function mapError_1(f, __tsplusTrace) {
1085
+ return fea => {
1086
+ return matchCauseIO_1(cause => failCauseNow_1(tsplus_module_2.map(f)(cause), __tsplusTrace), succeedNow_1, __tsplusTrace)(fea);
1087
+ };
1368
1088
  }
1369
1089
  /**
1370
1090
  * @tsplus static fncts.io.IOOps mapTryCatch
1371
1091
  */
1372
-
1373
-
1374
- function mapTryCatch_(io, f, onThrow, __tsplusTrace) {
1375
- return flatMap_1(io, a => tryCatch_1(() => f(a), onThrow, __tsplusTrace), __tsplusTrace);
1092
+ function mapTryCatch(io, f, onThrow, __tsplusTrace) {
1093
+ return flatMap_1(a => tryCatch_1(() => f(a), onThrow, __tsplusTrace), __tsplusTrace)(io);
1376
1094
  }
1377
1095
  /**
1378
1096
  * Returns an IO with its full cause of failure mapped using
1379
1097
  * the specified function. This can be used to transform errors
1380
1098
  * while preserving the original structure of Cause.
1381
1099
  *
1382
- * @tsplus fluent fncts.io.IO mapErrorCause
1100
+ * @tsplus pipeable fncts.io.IO mapErrorCause
1383
1101
  */
1384
-
1385
-
1386
- function mapErrorCause_1(ma, f, __tsplusTrace) {
1387
- return matchCauseIO_1(ma, cause => failCauseNow_1(f(cause), __tsplusTrace), succeedNow_1, __tsplusTrace);
1102
+ function mapErrorCause_1(f, __tsplusTrace) {
1103
+ return ma => {
1104
+ return matchCauseIO_1(cause => failCauseNow_1(f(cause), __tsplusTrace), succeedNow_1, __tsplusTrace)(ma);
1105
+ };
1388
1106
  }
1389
1107
  /**
1390
1108
  * A more powerful version of `match_` that allows recovering from any kind of failure except interruptions.
1391
1109
  *
1392
- * @tsplus fluent fncts.io.IO matchCause
1110
+ * @tsplus pipeable fncts.io.IO matchCause
1393
1111
  */
1394
-
1395
-
1396
- function matchCause_(self, onFailure, onSuccess, __tsplusTrace) {
1397
- return matchCauseIO_1(self, cause => succeedNow_1(onFailure(cause), __tsplusTrace), a => succeedNow_1(onSuccess(a), __tsplusTrace), __tsplusTrace);
1112
+ function matchCause(onFailure, onSuccess, __tsplusTrace) {
1113
+ return self => {
1114
+ return matchCauseIO_1(cause => succeedNow_1(onFailure(cause), __tsplusTrace), a => succeedNow_1(onSuccess(a), __tsplusTrace), __tsplusTrace)(self);
1115
+ };
1398
1116
  }
1399
1117
  /**
1400
1118
  * A more powerful version of `matchIO` that allows recovering from any kind of failure except interruptions.
1401
1119
  *
1402
- * @tsplus fluent fncts.io.IO matchCauseIO
1120
+ * @tsplus pipeable fncts.io.IO matchCauseIO
1403
1121
  */
1404
-
1405
-
1406
- function matchCauseIO_1(self, onFailure, onSuccess, __tsplusTrace) {
1407
- return new _definition2.Match(self, onFailure, onSuccess, __tsplusTrace);
1122
+ function matchCauseIO_1(onFailure, onSuccess, __tsplusTrace) {
1123
+ return self => {
1124
+ return new _definition2.OnSuccessAndFailure(self, onFailure, onSuccess, __tsplusTrace);
1125
+ };
1408
1126
  }
1409
1127
  /**
1410
- * @tsplus fluent fncts.io.IO matchIO
1128
+ * @tsplus pipeable fncts.io.IO matchIO
1411
1129
  */
1412
-
1413
-
1414
- function matchIO_1(self, onFailure, onSuccess, __tsplusTrace) {
1415
- return matchCauseIO_1(self, cause => tsplus_module_6.match_(tsplus_module_5.failureOrCause(cause), onFailure, failCauseNow_1), onSuccess, __tsplusTrace);
1130
+ function matchIO_1(onFailure, onSuccess, __tsplusTrace) {
1131
+ return self => {
1132
+ return matchCauseIO_1(cause => tsplus_module_4.match(onFailure, failCauseNow_1)(tsplus_module_2.failureOrCause(cause)), onSuccess, __tsplusTrace)(self);
1133
+ };
1416
1134
  }
1417
1135
  /**
1418
1136
  * Folds over the failure value or the success value to yield an IO that
1419
1137
  * does not fail, but succeeds with the value returned by the left or right
1420
1138
  * function passed to `match_`.
1421
1139
  *
1422
- * @tsplus fluent fncts.io.IO match
1140
+ * @tsplus pipeable fncts.io.IO match
1423
1141
  */
1424
-
1425
-
1426
- function match_1(self, onFailure, onSuccess, __tsplusTrace) {
1427
- return matchIO_1(self, e => succeedNow_1(onFailure(e), __tsplusTrace), a => succeedNow_1(onSuccess(a), __tsplusTrace), __tsplusTrace);
1142
+ function match_1(onFailure, onSuccess, __tsplusTrace) {
1143
+ return self => {
1144
+ return matchIO_1(e => succeedNow_1(onFailure(e), __tsplusTrace), a => succeedNow_1(onSuccess(a), __tsplusTrace), __tsplusTrace)(self);
1145
+ };
1428
1146
  }
1429
1147
  /**
1430
1148
  * A version of `matchIO` that gives you the (optional) trace of the error.
1431
1149
  *
1432
- * @tsplus fluent fncts.io.IO matchTraceIO
1150
+ * @tsplus pipeable fncts.io.IO matchTraceIO
1433
1151
  */
1434
-
1435
-
1436
- function matchTraceIO_(ma, onFailure, onSuccess, __tsplusTrace) {
1437
- return matchCauseIO_1(ma, cause => tsplus_module_6.match_(tsplus_module_5.failureTraceOrCause(cause), ([e, trace]) => onFailure(e, trace), failCauseNow_1), onSuccess, __tsplusTrace);
1152
+ function matchTraceIO(onFailure, onSuccess, __tsplusTrace) {
1153
+ return ma => {
1154
+ return matchCauseIO_1(cause => tsplus_module_4.match(([e, trace]) => onFailure(e, trace), failCauseNow_1)(tsplus_module_2.failureTraceOrCause(cause)), onSuccess, __tsplusTrace)(ma);
1155
+ };
1438
1156
  }
1439
1157
  /**
1440
1158
  * @tsplus getter fncts.io.IO maybe
1441
1159
  */
1442
-
1443
-
1444
1160
  function maybe(io, __tsplusTrace) {
1445
- return match_1(io, () => tsplus_module_2.nothing(), tsplus_module_2.just, __tsplusTrace);
1161
+ return match_1(() => tsplus_module_3.nothing(), tsplus_module_3.just, __tsplusTrace)(io);
1446
1162
  }
1447
1163
  /**
1448
1164
  * @tsplus getter fncts.io.IO merge
1449
1165
  */
1450
-
1451
-
1452
1166
  function merge(io, __tsplusTrace) {
1453
- return matchIO_1(io, succeedNow_1, succeedNow_1, __tsplusTrace);
1167
+ return matchIO_1(succeedNow_1, succeedNow_1, __tsplusTrace)(io);
1454
1168
  }
1455
1169
  /**
1456
1170
  * Merges an `Iterable<IO>` to a single IO, working sequentially.
1457
1171
  *
1458
1172
  * @tsplus static fncts.io.IOOps mergeAll
1459
1173
  */
1460
-
1461
-
1462
- function mergeAll_(fas, b, f, __tsplusTrace) {
1463
- return tsplus_module_11.foldLeft_(fas, succeed_1(() => b, __tsplusTrace), (b, a) => zipWith_1(b, a, f, __tsplusTrace));
1174
+ function mergeAll(fas, b, f, __tsplusTrace) {
1175
+ return tsplus_module_11.foldLeft(succeed_1(() => b, __tsplusTrace), (b, a) => zipWith_1(a, f, __tsplusTrace)(b))(fas);
1464
1176
  }
1465
- /**
1466
- * Returns a `IO` that will never produce anything. The moral equivalent of
1467
- * `while(true) {}`, only without the wasted CPU cycles.
1468
- *
1469
- * @tsplus static fncts.io.IOOps never
1470
- */
1471
-
1472
-
1473
- const never = /*#__PURE__*/defer_1(() => asyncInterrupt_1(() => {
1474
- const interval = setInterval(() => {//
1475
- }, 60000);
1476
- return tsplus_module_3.left(succeed_1(() => {
1477
- clearInterval(interval);
1478
- }, fileName_1 + ":1443:17"));
1479
- }), fileName_1 + ":1437:39");
1480
1177
  /**
1481
1178
  * Converts an option on errors into an option on values.
1482
1179
  *
1483
1180
  * @tsplus getter fncts.io.IO optional
1484
1181
  */
1485
-
1486
- exports.never = never;
1487
-
1488
1182
  function optional(ma, __tsplusTrace) {
1489
- return matchIO_1(ma, me => tsplus_module_4.match_(me, () => succeedNow_1(tsplus_module_2.nothing(), __tsplusTrace), failNow_1), a => succeedNow_1(tsplus_module_2.just(a), __tsplusTrace), __tsplusTrace);
1183
+ return matchIO_1(me => tsplus_module_16.match(() => succeedNow_1(tsplus_module_3.nothing(), __tsplusTrace), failNow_1)(me), a => succeedNow_1(tsplus_module_3.just(a), __tsplusTrace), __tsplusTrace)(ma);
1490
1184
  }
1491
1185
  /**
1492
1186
  * Returns the logical disjunction of the `Boolean` value returned by this
@@ -1494,94 +1188,90 @@ function optional(ma, __tsplusTrace) {
1494
1188
  * operator has "short circuiting" behavior so if the value returned by this
1495
1189
  * effect is true the specified effect will not be evaluated.
1496
1190
  *
1497
- * @tsplus fluent fncts.io.IO or
1191
+ * @tsplus pipeable fncts.io.IO or
1192
+ * @tsplus pipeable-operator fncts.io.IO ||
1498
1193
  */
1499
-
1500
-
1501
- function or_(ma, mb, __tsplusTrace) {
1502
- return flatMap_1(ma, b => b ? succeedNow_1(true, __tsplusTrace) : mb, __tsplusTrace);
1194
+ function or(mb, __tsplusTrace) {
1195
+ return ma => {
1196
+ return flatMap_1(b => b ? succeedNow_1(true, __tsplusTrace) : mb, __tsplusTrace)(ma);
1197
+ };
1503
1198
  }
1504
1199
  /**
1505
- * @tsplus fluent fncts.io.IO orElse
1200
+ * @tsplus pipeable fncts.io.IO orElse
1506
1201
  */
1507
-
1508
-
1509
- function orElse_1(ma, that, __tsplusTrace) {
1510
- return tryOrElse_1(ma, that, succeedNow_1, __tsplusTrace);
1202
+ function orElse_1(that, __tsplusTrace) {
1203
+ return ma => {
1204
+ return tryOrElse_1(that, succeedNow_1, __tsplusTrace)(ma);
1205
+ };
1511
1206
  }
1512
1207
  /**
1513
- * @tsplus fluent fncts.io.IO orElseEither
1208
+ * @tsplus pipeable fncts.io.IO orElseEither
1514
1209
  */
1515
-
1516
-
1517
- function orElseEither_(self, that, __tsplusTrace) {
1518
- return tryOrElse_1(self, () => map_1(that(), tsplus_module_3.right, __tsplusTrace), a => succeedNow_1(tsplus_module_3.left(a), __tsplusTrace), __tsplusTrace);
1210
+ function orElseEither(that, __tsplusTrace) {
1211
+ return self => {
1212
+ return tryOrElse_1(() => map_1(tsplus_module_9.right, __tsplusTrace)(that()), a => succeedNow_1(tsplus_module_9.left(a), __tsplusTrace), __tsplusTrace)(self);
1213
+ };
1519
1214
  }
1520
1215
  /**
1521
- * @tsplus fluent fncts.io.IO orElseFail
1216
+ * @tsplus pipeable fncts.io.IO orElseFail
1522
1217
  */
1523
-
1524
-
1525
- function orElseFail_(ma, e, __tsplusTrace) {
1526
- return orElse_1(ma, () => fail_1(e, __tsplusTrace), __tsplusTrace);
1218
+ function orElseFail(e, __tsplusTrace) {
1219
+ return ma => {
1220
+ return orElse_1(() => fail_1(e, __tsplusTrace), __tsplusTrace)(ma);
1221
+ };
1527
1222
  }
1528
1223
  /**
1529
- * @tsplus fluent fncts.io.IO orElseMaybe
1224
+ * @tsplus pipeable fncts.io.IO orElseMaybe
1530
1225
  */
1531
-
1532
-
1533
- function orElseMaybe_(ma, that, __tsplusTrace) {
1534
- return catchAll_1(ma, me => tsplus_module_4.match_(me, that, e => fail_1(() => tsplus_module_2.just(e), __tsplusTrace)), __tsplusTrace);
1226
+ function orElseMaybe(that, __tsplusTrace) {
1227
+ return ma => {
1228
+ return catchAll_1(me => tsplus_module_16.match(that, e => fail_1(() => tsplus_module_3.just(e), __tsplusTrace))(me), __tsplusTrace)(ma);
1229
+ };
1535
1230
  }
1536
1231
  /**
1537
- * @tsplus fluent fncts.io.IO orElseSucceed
1232
+ * @tsplus pipeable fncts.io.IO orElseSucceed
1538
1233
  */
1539
-
1540
-
1541
- function orElseSucceed_(ma, a, __tsplusTrace) {
1542
- return orElse_1(ma, () => succeed_1(a, __tsplusTrace), __tsplusTrace);
1234
+ function orElseSucceed(a, __tsplusTrace) {
1235
+ return ma => {
1236
+ return orElse_1(() => succeed_1(a, __tsplusTrace), __tsplusTrace)(ma);
1237
+ };
1543
1238
  }
1544
1239
  /**
1545
1240
  * @tsplus getter fncts.io.IO orHalt
1546
1241
  */
1547
-
1548
-
1549
1242
  function orHalt(ma, __tsplusTrace) {
1550
- return orHaltWith_1(ma, _function.identity, __tsplusTrace);
1243
+ return orHaltWith_1(_function.identity, __tsplusTrace)(ma);
1551
1244
  }
1552
1245
  /**
1553
1246
  * @tsplus getter fncts.io.IO orHaltKeep
1554
1247
  */
1555
-
1556
-
1557
1248
  function orHaltKeep(ma, __tsplusTrace) {
1558
- return matchCauseIO_1(ma, cause => failCauseNow_1(tsplus_module_5.flatMap_(cause, tsplus_module_5.halt), __tsplusTrace), succeedNow_1, __tsplusTrace);
1249
+ return matchCauseIO_1(cause => failCauseNow_1(tsplus_module_2.flatMap(tsplus_module_2.halt)(cause), __tsplusTrace), succeedNow_1, __tsplusTrace)(ma);
1559
1250
  }
1560
1251
  /**
1561
- * @tsplus fluent fncts.io.IO orHaltWith
1252
+ * @tsplus pipeable fncts.io.IO orHaltWith
1562
1253
  */
1563
-
1564
-
1565
- function orHaltWith_1(ma, f, __tsplusTrace) {
1566
- return matchIO_1(ma, e => haltNow_1(f(e), __tsplusTrace), succeedNow_1, __tsplusTrace);
1254
+ function orHaltWith_1(f, __tsplusTrace) {
1255
+ return ma => {
1256
+ return matchIO_1(e => haltNow_1(f(e), __tsplusTrace), succeedNow_1, __tsplusTrace)(ma);
1257
+ };
1567
1258
  }
1568
1259
  /**
1569
1260
  * Exposes all parallel errors in a single call
1570
1261
  *
1571
- * @tsplus fluent fncts.io.IO parallelErrors
1262
+ * @tsplus pipeable fncts.io.IO concurrentErrors
1572
1263
  */
1573
-
1574
-
1575
- function parallelErrors(io, __tsplusTrace) {
1576
- return matchCauseIO_1(io, cause => {
1577
- const f = tsplus_module_5.failures(cause);
1578
-
1579
- if (tsplus_module_18.length(f) === 0) {
1580
- return failCauseNow_1(cause, __tsplusTrace);
1581
- } else {
1582
- return failNow_1(f, __tsplusTrace);
1583
- }
1584
- }, succeedNow_1, __tsplusTrace);
1264
+ function concurrentErrors(__tsplusTrace) {
1265
+ return io => {
1266
+ return matchCauseIO_1(cause => {
1267
+ const f = tsplus_module_2.failures(cause);
1268
+ if (tsplus_module_19.length(f) === 0) {
1269
+ return failCauseNow_1(cause, __tsplusTrace);
1270
+ } else {
1271
+ return failNow_1(f, __tsplusTrace);
1272
+ }
1273
+ }, succeedNow_1, __tsplusTrace)(io);
1274
+ };
1585
1275
  }
1586
1276
  /**
1587
1277
  * Feeds elements of type `A` to a function `f` that returns an IO.
@@ -1589,120 +1279,118 @@ function parallelErrors(io, __tsplusTrace) {
1589
1279
  *
1590
1280
  * @tsplus static fncts.io.IOOps partition
1591
1281
  */
1592
-
1593
-
1594
- function partition_(as, f, __tsplusTrace) {
1595
- return map_1(foreach_1(as, a => either_1(f(a), __tsplusTrace), __tsplusTrace), c => tsplus_module_10.separate(c), __tsplusTrace);
1282
+ function partition(as, f, __tsplusTrace) {
1283
+ return map_1(c => tsplus_module_10.separate(c), __tsplusTrace)(foreach_1(as, a => either_1(f(a), __tsplusTrace), __tsplusTrace));
1596
1284
  }
1597
1285
  /**
1598
1286
  * Keeps some of the errors, and terminates the fiber with the rest
1599
1287
  *
1600
- * @tsplus fluent fncts.io.IO refineOrHalt
1288
+ * @tsplus pipeable fncts.io.IO refineOrHalt
1601
1289
  */
1602
-
1603
-
1604
- function refineOrHalt_(fa, pf, __tsplusTrace) {
1605
- return refineOrHaltWith_1(fa, pf, _function.identity, __tsplusTrace);
1290
+ function refineOrHalt(pf, __tsplusTrace) {
1291
+ return fa => {
1292
+ return refineOrHaltWith_1(pf, _function.identity, __tsplusTrace)(fa);
1293
+ };
1606
1294
  }
1607
1295
  /**
1608
1296
  * Keeps some of the errors, and terminates the fiber with the rest, using
1609
1297
  * the specified function to convert the `E` into a `Throwable`.
1610
1298
  *
1611
- * @tsplus fluent fncts.io.IO refineOrHaltWith
1299
+ * @tsplus pipeable fncts.io.IO refineOrHaltWith
1612
1300
  */
1613
-
1614
-
1615
- function refineOrHaltWith_1(fa, pf, f, __tsplusTrace) {
1616
- return catchAll_1(fa, e => tsplus_module_4.match_(pf(e), () => haltNow_1(f(e), __tsplusTrace), failNow_1), __tsplusTrace);
1301
+ function refineOrHaltWith_1(pf, f, __tsplusTrace) {
1302
+ return fa => {
1303
+ return catchAll_1(e => tsplus_module_16.match(() => haltNow_1(f(e), __tsplusTrace), failNow_1)(pf(e)), __tsplusTrace)(fa);
1304
+ };
1617
1305
  }
1618
1306
  /**
1619
1307
  * Fail with the returned value if the partial function `pf` matches, otherwise
1620
1308
  * continue with the held value.
1621
1309
  *
1622
- * @tsplus fluent fncts.io.IO reject
1310
+ * @tsplus pipeable fncts.io.IO reject
1623
1311
  */
1624
-
1625
-
1626
- function reject_(fa, pf, __tsplusTrace) {
1627
- return rejectIO_1(fa, a => tsplus_module_7.map_(pf(a), failNow_1), __tsplusTrace);
1312
+ function reject(pf, __tsplusTrace) {
1313
+ return fa => {
1314
+ return rejectIO_1(a => tsplus_module_6.map(failNow_1)(pf(a)), __tsplusTrace)(fa);
1315
+ };
1628
1316
  }
1629
1317
  /**
1630
1318
  * Continue with the returned computation if the partial function `pf` matches,
1631
1319
  * translating the successful match into a failure, otherwise continue with
1632
1320
  * the held value.
1633
1321
  *
1634
- * @tsplus fluent fncts.io.IO rejectIO
1322
+ * @tsplus pipeable fncts.io.IO rejectIO
1635
1323
  */
1636
-
1637
-
1638
- function rejectIO_1(fa, pf, __tsplusTrace) {
1639
- return flatMap_1(fa, a => tsplus_module_4.match_(pf(a), () => succeedNow_1(a, __tsplusTrace), io => flatMap_1(io, failNow_1, __tsplusTrace)), __tsplusTrace);
1324
+ function rejectIO_1(pf, __tsplusTrace) {
1325
+ return fa => {
1326
+ return flatMap_1(a => tsplus_module_16.match(() => succeedNow_1(a, __tsplusTrace), io => flatMap_1(failNow_1, __tsplusTrace)(io))(pf(a)), __tsplusTrace)(fa);
1327
+ };
1640
1328
  }
1641
1329
  /**
1642
1330
  * Repeats this effect the specified number of times.
1643
1331
  *
1644
- * @tsplus fluent fncts.io.IO repeatN
1332
+ * @tsplus pipeable fncts.io.IO repeatN
1645
1333
  */
1646
-
1647
-
1648
- function repeatN_1(ma, n, __tsplusTrace) {
1649
- return flatMap_1(ma, a => n <= 0 ? succeed_1(() => a, __tsplusTrace) : repeatN_1(ma, n - 1, __tsplusTrace), __tsplusTrace);
1334
+ function repeatN_1(n, __tsplusTrace) {
1335
+ return ma => {
1336
+ return flatMap_1(a => n <= 0 ? succeed_1(() => a, __tsplusTrace) : repeatN_1(n - 1, __tsplusTrace)(ma), __tsplusTrace)(ma);
1337
+ };
1650
1338
  }
1651
1339
  /**
1652
1340
  * Repeats this effect until its result satisfies the specified predicate.
1653
1341
  *
1654
- * @tsplus fluent fncts.io.IO repeatUntil
1342
+ * @tsplus pipeable fncts.io.IO repeatUntil
1655
1343
  */
1656
-
1657
-
1658
- function repeatUntil_(ma, f, __tsplusTrace) {
1659
- return repeatUntilIO_1(ma, a => succeedNow_1(f(a), __tsplusTrace), __tsplusTrace);
1344
+ function repeatUntil(f, __tsplusTrace) {
1345
+ return ma => {
1346
+ return repeatUntilIO_1(a => succeedNow_1(f(a), __tsplusTrace), __tsplusTrace)(ma);
1347
+ };
1660
1348
  }
1661
1349
  /**
1662
1350
  * Repeats this effect until its error satisfies the specified effectful predicate.
1663
1351
  *
1664
- * @tsplus fluent fncts.io.IO repeatUntilIO
1352
+ * @tsplus pipeable fncts.io.IO repeatUntilIO
1665
1353
  */
1666
-
1667
-
1668
- function repeatUntilIO_1(ma, f, __tsplusTrace) {
1669
- return flatMap_1(ma, a => flatMap_1(f(a), b => b ? succeed_1(() => a, __tsplusTrace) : repeatUntilIO_1(ma, f, __tsplusTrace), __tsplusTrace), __tsplusTrace);
1354
+ function repeatUntilIO_1(f, __tsplusTrace) {
1355
+ return ma => {
1356
+ return flatMap_1(a => flatMap_1(b => b ? succeed_1(() => a, __tsplusTrace) : repeatUntilIO_1(f, __tsplusTrace)(ma), __tsplusTrace)(f(a)), __tsplusTrace)(ma);
1357
+ };
1670
1358
  }
1671
1359
  /**
1672
1360
  * Repeats this effect while its error satisfies the specified predicate.
1673
1361
  *
1674
- * @tsplus fluent fncts.io.IO repeatWhile
1362
+ * @tsplus pipeable fncts.io.IO repeatWhile
1675
1363
  */
1676
-
1677
-
1678
- function repeatWhile_(ma, f, __tsplusTrace) {
1679
- return repeatWhileIO_1(ma, a => succeedNow_1(f(a), __tsplusTrace), __tsplusTrace);
1364
+ function repeatWhile(f, __tsplusTrace) {
1365
+ return ma => {
1366
+ return repeatWhileIO_1(a => succeedNow_1(f(a), __tsplusTrace), __tsplusTrace)(ma);
1367
+ };
1680
1368
  }
1681
1369
  /**
1682
1370
  * Repeats this effect while its error satisfies the specified effectful predicate.
1683
1371
  *
1684
- * @tsplus fluent fncts.io.IO repeatWhileIO
1372
+ * @tsplus pipeable fncts.io.IO repeatWhileIO
1685
1373
  */
1686
-
1687
-
1688
- function repeatWhileIO_1(ma, f, __tsplusTrace) {
1689
- return flatMap_1(ma, a => flatMap_1(f(a), b => b ? repeatWhileIO_1(ma, f, __tsplusTrace) : succeed_1(() => a, __tsplusTrace), __tsplusTrace), __tsplusTrace);
1374
+ function repeatWhileIO_1(f, __tsplusTrace) {
1375
+ return ma => {
1376
+ return flatMap_1(a => flatMap_1(b => b ? repeatWhileIO_1(f, __tsplusTrace)(ma) : succeed_1(() => a, __tsplusTrace), __tsplusTrace)(f(a)), __tsplusTrace)(ma);
1377
+ };
1690
1378
  }
1691
1379
  /**
1692
- * @tsplus fluent fncts.io.IO replicate
1380
+ * @tsplus pipeable fncts.io.IO replicate
1693
1381
  */
1694
-
1695
-
1696
- function replicate_(self, n, __tsplusTrace) {
1697
- return tsplus_module_20.map_(tsplus_module_19.range(0, n), () => self);
1382
+ function replicate(n, __tsplusTrace) {
1383
+ return self => {
1384
+ return tsplus_module_21.map(() => self)(tsplus_module_20.range(0, n));
1385
+ };
1698
1386
  }
1699
1387
  /**
1700
- * @tsplus fluent fncts.io.IO require
1388
+ * @tsplus pipeable fncts.io.IO require
1701
1389
  */
1702
-
1703
-
1704
- function require_(ma, error, __tsplusTrace) {
1705
- return flatMap_1(ma, ma => tsplus_module_4.match_(ma, () => fail_1(error, __tsplusTrace), succeedNow_1), __tsplusTrace);
1390
+ function _require(error, __tsplusTrace) {
1391
+ return ma => {
1392
+ return flatMap_1(ma => tsplus_module_16.match(() => fail_1(error, __tsplusTrace), succeedNow_1)(ma), __tsplusTrace)(ma);
1393
+ };
1706
1394
  }
1707
1395
  /**
1708
1396
  * Returns an IO that semantically runs the IO on a fiber,
@@ -1710,110 +1398,82 @@ function require_(ma, error, __tsplusTrace) {
1710
1398
  *
1711
1399
  * @tsplus getter fncts.io.IO result
1712
1400
  */
1713
-
1714
-
1715
1401
  function result(ma, __tsplusTrace) {
1716
- return matchCauseIO_1(ma, cause => succeedNow_1(tsplus_module_9.failCause(cause), __tsplusTrace), a => succeedNow_1(tsplus_module_9.succeed(a), __tsplusTrace), __tsplusTrace);
1402
+ return matchCauseIO_1(cause => succeedNow_1(tsplus_module_22.failCause(cause), __tsplusTrace), a => succeedNow_1(tsplus_module_22.succeed(a), __tsplusTrace), __tsplusTrace)(ma);
1717
1403
  }
1718
1404
  /**
1719
1405
  * Recover from the unchecked failure of the `IO`. (opposite of `orHalt`)
1720
1406
  *
1721
1407
  * @trace call
1722
1408
  */
1723
-
1724
-
1725
1409
  function resurrect(io, __tsplusTrace) {
1726
- return unrefineWith_1(io, tsplus_module_2.just, _function.identity, __tsplusTrace);
1410
+ return unrefineWith_1(tsplus_module_3.just, _function.identity, __tsplusTrace)(io);
1727
1411
  }
1728
1412
  /**
1729
1413
  * Retries this effect until its error satisfies the specified predicate.
1730
1414
  *
1731
- * @tsplus fluent fncts.io.IO retryUntil
1415
+ * @tsplus pipeable fncts.io.IO retryUntil
1732
1416
  */
1733
-
1734
-
1735
- function retryUntil_(fa, f, __tsplusTrace) {
1736
- return retryUntilIO_1(fa, e => succeedNow_1(f(e), __tsplusTrace), __tsplusTrace);
1417
+ function retryUntil(f, __tsplusTrace) {
1418
+ return fa => {
1419
+ return retryUntilIO_1(e => succeedNow_1(f(e), __tsplusTrace), __tsplusTrace)(fa);
1420
+ };
1737
1421
  }
1738
1422
  /**
1739
1423
  * Retries this effect until its error satisfies the specified effectful predicate.
1740
1424
  *
1741
- * @tsplus fluent fncts.io.IO retryUntilIO
1425
+ * @tsplus pipeable fncts.io.IO retryUntilIO
1742
1426
  */
1743
-
1744
-
1745
- function retryUntilIO_1(fa, f, __tsplusTrace) {
1746
- return catchAll_1(fa, e => flatMap_1(f(e), b => b ? failNow_1(e, __tsplusTrace) : retryUntilIO_1(fa, f, __tsplusTrace), __tsplusTrace), __tsplusTrace);
1427
+ function retryUntilIO_1(f, __tsplusTrace) {
1428
+ return fa => {
1429
+ return catchAll_1(e => flatMap_1(b => b ? failNow_1(e, __tsplusTrace) : retryUntilIO_1(f, __tsplusTrace)(fa), __tsplusTrace)(f(e)), __tsplusTrace)(fa);
1430
+ };
1747
1431
  }
1748
1432
  /**
1749
1433
  * Retries this effect while its error satisfies the specified predicate.
1750
1434
  *
1751
- * @tsplus fluent fncts.io.IO retryWhile
1435
+ * @tsplus pipeable fncts.io.IO retryWhile
1752
1436
  */
1753
-
1754
-
1755
- function retryWhile_(fa, f, __tsplusTrace) {
1756
- return retryWhileIO_1(fa, e => succeedNow_1(f(e), __tsplusTrace), __tsplusTrace);
1437
+ function retryWhile(f, __tsplusTrace) {
1438
+ return fa => {
1439
+ return retryWhileIO_1(e => succeedNow_1(f(e), __tsplusTrace), __tsplusTrace)(fa);
1440
+ };
1757
1441
  }
1758
1442
  /**
1759
1443
  * Retries this effect while its error satisfies the specified effectful predicate.
1760
1444
  *
1761
- * @tsplus fluent fncts.io.IO retryWhileIO
1445
+ * @tsplus pipeable fncts.io.IO retryWhileIO
1762
1446
  */
1763
-
1764
-
1765
- function retryWhileIO_1(fa, f, __tsplusTrace) {
1766
- return catchAll_1(fa, e => flatMap_1(f(e), b => b ? retryWhileIO_1(fa, f, __tsplusTrace) : fail_1(() => e, __tsplusTrace), __tsplusTrace), __tsplusTrace);
1447
+ function retryWhileIO_1(f, __tsplusTrace) {
1448
+ return fa => {
1449
+ return catchAll_1(e => flatMap_1(b => b ? retryWhileIO_1(f, __tsplusTrace)(fa) : fail_1(() => e, __tsplusTrace), __tsplusTrace)(f(e)), __tsplusTrace)(fa);
1450
+ };
1767
1451
  }
1768
- /**
1769
- * Retrieves the runtimeConfig that this effect is running on.
1770
- *
1771
- * @tsplus static fncts.io.IOOps runtimeConfig
1772
- */
1773
-
1774
-
1775
- const runtimeConfig = /*#__PURE__*/deferWith_1(runtimeConfig => succeedNow_1(runtimeConfig, fileName_1 + ":1776:95"), fileName_1 + ":1776:62");
1776
1452
  /**
1777
1453
  * Exposes the full cause of failure of this effect.
1778
1454
  *
1779
1455
  * @tsplus getter fncts.io.IO sandbox
1780
1456
  */
1781
-
1782
- exports.runtimeConfig = runtimeConfig;
1783
-
1784
1457
  function sandbox_1(fa, __tsplusTrace) {
1785
- return matchCauseIO_1(fa, failNow_1, succeedNow_1, __tsplusTrace);
1458
+ return matchCauseIO_1(failNow_1, succeedNow_1, __tsplusTrace)(fa);
1786
1459
  }
1787
1460
  /**
1788
- * @tsplus fluent fncts.io.IO sandboxWith
1461
+ * @tsplus pipeable fncts.io.IO sandboxWith
1789
1462
  */
1790
-
1791
-
1792
- function sandboxWith_(ma, f, __tsplusTrace) {
1793
- return unsandbox_1(f(sandbox_1(ma, __tsplusTrace)), __tsplusTrace);
1794
- }
1795
- /**
1796
- * Sets the runtime configuration to the specified value.
1797
- * @tsplus static fncts.io.IOOps setRuntimeConfig
1798
- */
1799
-
1800
-
1801
- function setRuntimeConfig(runtimeConfig, __tsplusTrace) {
1802
- return withFiberContext_1(fiber => succeed_1(() => fiber.runtimeConfig = runtimeConfig(), __tsplusTrace), __tsplusTrace);
1463
+ function sandboxWith(f, __tsplusTrace) {
1464
+ return ma => {
1465
+ return unsandbox_1(f(sandbox_1(ma, __tsplusTrace)), __tsplusTrace);
1466
+ };
1803
1467
  }
1804
1468
  /**
1805
1469
  * @tsplus static fncts.io.IOOps sequenceIterable
1806
1470
  */
1807
-
1808
-
1809
1471
  function sequenceIterable(as, __tsplusTrace) {
1810
1472
  return foreach_1(as, _function.identity, __tsplusTrace);
1811
1473
  }
1812
1474
  /**
1813
1475
  * @tsplus static fncts.io.IOOps sequenceIterableDiscard
1814
1476
  */
1815
-
1816
-
1817
1477
  function sequenceIterableDiscard(as, __tsplusTrace) {
1818
1478
  return foreachDiscard_1(as, _function.identity, __tsplusTrace);
1819
1479
  }
@@ -1822,8 +1482,6 @@ function sequenceIterableDiscard(as, __tsplusTrace) {
1822
1482
  *
1823
1483
  * @tsplus static fncts.io.IOOps succeedNow
1824
1484
  */
1825
-
1826
-
1827
1485
  function succeedNow_1(value, __tsplusTrace) {
1828
1486
  return new _definition2.SucceedNow(value, __tsplusTrace);
1829
1487
  }
@@ -1835,67 +1493,57 @@ function succeedNow_1(value, __tsplusTrace) {
1835
1493
  * @tsplus static fncts.io.IOOps succeed
1836
1494
  * @tsplus static fncts.io.IOOps __call
1837
1495
  */
1838
-
1839
-
1840
1496
  function succeed_1(effect, __tsplusTrace) {
1841
- return new _definition2.Succeed(effect, __tsplusTrace);
1497
+ return new _definition2.Sync(effect, __tsplusTrace);
1842
1498
  }
1843
1499
  /**
1844
- * @tsplus fluent fncts.io.IO summarized
1500
+ * @tsplus pipeable fncts.io.IO summarized
1845
1501
  */
1846
-
1847
-
1848
- function summarized_1(ma, summary, f, __tsplusTrace) {
1849
- return gen_1(function* (_) {
1850
- const start = yield* _(summary, __tsplusTrace);
1851
- const value = yield* _(ma, __tsplusTrace);
1852
- const end = yield* _(summary, __tsplusTrace);
1853
- return (0, _function.tuple)(f(start, end), value);
1854
- }, __tsplusTrace);
1502
+ function summarized_1(summary, f, __tsplusTrace) {
1503
+ return ma => {
1504
+ return gen_1(function* (_) {
1505
+ const start = yield* _(summary, __tsplusTrace);
1506
+ const value = yield* _(ma, __tsplusTrace);
1507
+ const end = yield* _(summary, __tsplusTrace);
1508
+ return (0, _function.tuple)(f(start, end), value);
1509
+ }, __tsplusTrace);
1510
+ };
1855
1511
  }
1856
1512
  /**
1857
1513
  * Swaps the positions of a Bifunctor's arguments
1858
1514
  *
1859
1515
  * @tsplus getter fncts.io.IO swap
1860
1516
  */
1861
-
1862
-
1863
1517
  function swap_1(pab, __tsplusTrace) {
1864
- return matchIO_1(pab, succeedNow_1, failNow_1, __tsplusTrace);
1518
+ return matchIO_1(succeedNow_1, failNow_1, __tsplusTrace)(pab);
1865
1519
  }
1866
1520
  /**
1867
1521
  * Swaps the error/value parameters, applies the function `f` and flips the parameters back
1868
1522
  *
1869
- * @tsplus fluent fncts.io.IO swapWith
1523
+ * @tsplus pipeable fncts.io.IO swapWith
1870
1524
  */
1871
-
1872
-
1873
- function swapWith_1(fa, f, __tsplusTrace) {
1874
- return swap_1(f(swap_1(fa, __tsplusTrace)), __tsplusTrace);
1525
+ function swapWith_1(f, __tsplusTrace) {
1526
+ return fa => swap_1(f(swap_1(fa, __tsplusTrace)), __tsplusTrace);
1875
1527
  }
1876
1528
  /**
1877
1529
  * A more powerful variation of `timed` that allows specifying the clock.
1878
1530
  *
1879
- * @tsplus fluent fncts.io.IO timedWith
1531
+ * @tsplus pipeable fncts.io.IO timedWith
1880
1532
  */
1881
-
1882
-
1883
- function timedWith_(ma, msTime, __tsplusTrace) {
1884
- return summarized_1(ma, msTime, (start, end) => end - start, __tsplusTrace);
1533
+ function timedWith(msTime, __tsplusTrace) {
1534
+ return ma => summarized_1(msTime, (start, end) => end - start, __tsplusTrace)(ma);
1885
1535
  }
1886
1536
  /**
1887
1537
  * Creates a `IO` that has succeeded with a pure value
1888
1538
  *
1889
1539
  * @tsplus static fncts.io.IOOps tryCatch
1890
1540
  */
1891
-
1892
-
1893
1541
  function tryCatch_1(effect, onThrow, __tsplusTrace) {
1894
1542
  return succeed_1(() => {
1895
1543
  try {
1896
1544
  return effect();
1897
1545
  } catch (u) {
1898
- throw new _definition2.IOError(tsplus_module_9.fail(onThrow(u)));
1546
+ throw new _definition2.IOError(tsplus_module_2.fail(onThrow(u)));
1899
1547
  }
1900
1548
  }, __tsplusTrace);
1901
1549
  }
@@ -1904,10 +1552,8 @@ function tryCatch_1(effect, onThrow, __tsplusTrace) {
1904
1552
  *
1905
1553
  * @tsplus getter fncts.io.IO absolve
1906
1554
  */
1907
-
1908
-
1909
1555
  function absolve(ma, __tsplusTrace) {
1910
- return flatMap_1(ma, ea => tsplus_module_6.match_(ea, failNow_1, succeedNow_1), __tsplusTrace);
1556
+ return flatMap_1(ea => tsplus_module_4.match(failNow_1, succeedNow_1)(ea), __tsplusTrace)(ma);
1911
1557
  }
1912
1558
  /**
1913
1559
  * Composes computations in sequence, using the return value of one computation as input for the next
@@ -1915,91 +1561,83 @@ function absolve(ma, __tsplusTrace) {
1915
1561
  *
1916
1562
  * Returns an IO that effectfully "peeks" at the success of this effect.
1917
1563
  *
1918
- * @tsplus fluent fncts.io.IO tap
1564
+ * @tsplus pipeable fncts.io.IO tap
1919
1565
  */
1920
-
1921
-
1922
- function tap_(self, f, __tsplusTrace) {
1923
- return flatMap_1(self, a => map_1(f(a), () => a, __tsplusTrace), __tsplusTrace);
1566
+ function tap(f, __tsplusTrace) {
1567
+ return self => {
1568
+ return flatMap_1(a => map_1(() => a, __tsplusTrace)(f(a)), __tsplusTrace)(self);
1569
+ };
1924
1570
  }
1925
1571
  /**
1926
1572
  * Returns an IO that effectually "peeks" at the cause of the failure of
1927
1573
  * this IO.
1928
1574
  *
1929
- * @tsplus fluent fncts.io.IO tapCause
1575
+ * @tsplus pipeable fncts.io.IO tapCause
1930
1576
  */
1931
-
1932
-
1933
- function tapCause_(ma, f, __tsplusTrace) {
1934
- return matchCauseIO_1(ma, c => flatMap_1(f(c), () => failCauseNow_1(c, __tsplusTrace), __tsplusTrace), succeedNow_1, __tsplusTrace);
1577
+ function tapCause(f, __tsplusTrace) {
1578
+ return ma => {
1579
+ return matchCauseIO_1(c => flatMap_1(() => failCauseNow_1(c, __tsplusTrace), __tsplusTrace)(f(c)), succeedNow_1, __tsplusTrace)(ma);
1580
+ };
1935
1581
  }
1936
1582
  /**
1937
1583
  * Returns an IO that effectfully "peeks" at the failure of this effect.
1938
1584
  *
1939
- * @tsplus fluent fncts.io.IO tapError
1585
+ * @tsplus pipeable fncts.io.IO tapError
1940
1586
  */
1941
-
1942
-
1943
- function tapError_(self, f, __tsplusTrace) {
1944
- return matchCauseIO_1(self, cause => tsplus_module_6.match_(tsplus_module_5.failureOrCause(cause), e => flatMap_1(f(e), () => failCauseNow_1(cause, __tsplusTrace), __tsplusTrace), _ => failCauseNow_1(cause, __tsplusTrace)), succeedNow_1, __tsplusTrace);
1587
+ function tapError(f, __tsplusTrace) {
1588
+ return self => matchCauseIO_1(cause => tsplus_module_4.match(e => flatMap_1(() => failCauseNow_1(cause, __tsplusTrace), __tsplusTrace)(f(e)), _ => failCauseNow_1(cause, __tsplusTrace))(tsplus_module_2.failureOrCause(cause)), succeedNow_1, __tsplusTrace)(self);
1945
1589
  }
1946
1590
  /**
1947
1591
  * Returns an effect that effectually "peeks" at the cause of the failure of
1948
1592
  * this effect.
1949
1593
  *
1950
- * @tsplus fluent fncts.io.IO tapErrorCause
1594
+ * @tsplus pipeable fncts.io.IO tapErrorCause
1951
1595
  */
1952
-
1953
-
1954
- function tapErrorCause_(self, f, __tsplusTrace) {
1955
- return matchCauseIO_1(self, cause => apSecond_1(f(cause), failCauseNow_1(cause, __tsplusTrace), __tsplusTrace), succeedNow_1, __tsplusTrace);
1596
+ function tapErrorCause(f, __tsplusTrace) {
1597
+ return self => {
1598
+ return matchCauseIO_1(cause => zipRight_1(failCauseNow_1(cause, __tsplusTrace), __tsplusTrace)(f(cause)), succeedNow_1, __tsplusTrace)(self);
1599
+ };
1956
1600
  }
1957
1601
  /**
1958
- * @tsplus fluent fncts.io.IO tryOrElse
1602
+ * @tsplus pipeable fncts.io.IO tryOrElse
1959
1603
  */
1960
-
1961
-
1962
- function tryOrElse_1(ma, that, onSuccess, __tsplusTrace) {
1963
- return matchCauseIO_1(ma, cause => tsplus_module_4.match_(tsplus_module_5.keepDefects(cause), that, failCauseNow_1), onSuccess, __tsplusTrace);
1604
+ function tryOrElse_1(that, onSuccess, __tsplusTrace) {
1605
+ return ma => {
1606
+ return matchCauseIO_1(cause => tsplus_module_16.match(that, failCauseNow_1)(tsplus_module_2.keepDefects(cause)), onSuccess, __tsplusTrace)(ma);
1607
+ };
1964
1608
  }
1965
1609
  /**
1966
1610
  * @tsplus static fncts.io.IOOps unit
1967
1611
  */
1968
-
1969
-
1970
- const unit_1 = /*#__PURE__*/succeedNow_1(undefined, fileName_1 + ":1988:45");
1612
+ const unit_1 = /*#__PURE__*/succeedNow_1(undefined, fileName_1 + ":1796:45");
1971
1613
  const unit = unit_1;
1972
1614
  /**
1973
1615
  * Converts an option on errors into an option on values.
1974
1616
  *
1975
1617
  * @tsplus getter fncts.io.IO unjust
1976
1618
  */
1977
-
1978
1619
  exports.unit = unit;
1979
-
1980
1620
  function unjust(self, __tsplusTrace) {
1981
- return matchIO_1(self, e => tsplus_module_4.match_(e, () => succeedNow_1(tsplus_module_2.nothing(), __tsplusTrace), failNow_1), a => succeedNow_1(tsplus_module_2.just(a), __tsplusTrace), __tsplusTrace);
1621
+ return matchIO_1(e => tsplus_module_16.match(() => succeedNow_1(tsplus_module_3.nothing(), __tsplusTrace), failNow_1)(e), a => succeedNow_1(tsplus_module_3.just(a), __tsplusTrace), __tsplusTrace)(self);
1982
1622
  }
1983
1623
  /**
1984
1624
  * Takes some fiber failures and converts them into errors, using the
1985
1625
  * specified function to convert the `E` into an `E1 | E2`.
1986
1626
  *
1987
- * @tsplus fluent fncts.io.IO unrefineWith
1627
+ * @tsplus pipeable fncts.io.IO unrefineWith
1988
1628
  */
1989
-
1990
-
1991
- function unrefineWith_1(fa, pf, f, __tsplusTrace) {
1992
- return catchAllCause_1(fa, cause => tsplus_module_4.match_(tsplus_module_5.find_(cause, c => tsplus_module_5.isHalt(c) ? pf(c.value) : tsplus_module_2.nothing()), () => failCauseNow_1(tsplus_module_5.map_(cause, f), __tsplusTrace), failNow_1), __tsplusTrace);
1629
+ function unrefineWith_1(pf, f, __tsplusTrace) {
1630
+ return fa => {
1631
+ return catchAllCause_1(cause => tsplus_module_16.match(() => failCauseNow_1(tsplus_module_2.map(f)(cause), __tsplusTrace), failNow_1)(tsplus_module_2.find(c => tsplus_module_2.isHalt(c) ? pf(c.value) : tsplus_module_3.nothing())(cause)), __tsplusTrace)(fa);
1632
+ };
1993
1633
  }
1994
1634
  /**
1995
1635
  * The inverse operation `sandbox`
1996
1636
  *
1997
1637
  * @tsplus getter fncts.io.IO unsandbox
1998
1638
  */
1999
-
2000
-
2001
1639
  function unsandbox_1(ma, __tsplusTrace) {
2002
- return mapErrorCause_1(ma, cause => tsplus_module_5.flatten(cause), __tsplusTrace);
1640
+ return mapErrorCause_1(cause => tsplus_module_2.flatten(cause), __tsplusTrace)(ma);
2003
1641
  }
2004
1642
  /**
2005
1643
  * Updates the `FiberRef` values for the fiber running this effect using the
@@ -2007,46 +1645,52 @@ function unsandbox_1(ma, __tsplusTrace) {
2007
1645
  *
2008
1646
  * @tsplus static fncts.io.IOOps updateFiberRefs
2009
1647
  */
2010
-
2011
-
2012
1648
  function updateFiberRefs(f, __tsplusTrace) {
2013
- return withFiberContext_1(fiber => succeed_1(() => {
2014
- const newFiberRefs = f(fiber.fiberId, fiber.fiberRefs);
2015
- fiber.fiberRefLocals = newFiberRefs.fiberRefLocals;
2016
- }, __tsplusTrace), __tsplusTrace);
2017
- }
2018
- /**
2019
- * @tsplus static fncts.io.IOOps withFiberContext
2020
- */
2021
-
2022
-
2023
- function withFiberContext_1(onState, __tsplusTrace) {
2024
- return new _definition2.Stateful(onState, __tsplusTrace);
1649
+ return withFiberRuntime_1(state => {
1650
+ state.setFiberRefs(f(state.id, state.getFiberRefs()));
1651
+ return unit_1;
1652
+ }, __tsplusTrace);
2025
1653
  }
2026
1654
  /**
2027
1655
  * @tsplus fluent fncts.io.IO __call
2028
1656
  */
2029
-
2030
-
2031
1657
  const via = _function.pipe;
2032
1658
  /**
2033
- * @tsplus fluent fncts.io.IO when
1659
+ * @tsplus pipeable fncts.io.IO when
2034
1660
  */
2035
-
2036
1661
  exports.via = via;
2037
-
2038
- function when_(ma, b, __tsplusTrace) {
2039
- return whenIO_1(ma, succeed_1(b, __tsplusTrace), __tsplusTrace);
1662
+ function when(b, __tsplusTrace) {
1663
+ return ma => {
1664
+ return whenIO_1(succeed_1(b, __tsplusTrace), __tsplusTrace)(ma);
1665
+ };
2040
1666
  }
2041
1667
  /**
2042
1668
  * The moral equivalent of `if (p) exp` when `p` has side-effects
2043
1669
  *
2044
- * @tsplus fluent fncts.io.IO whenIO
1670
+ * @tsplus pipeable fncts.io.IO whenIO
2045
1671
  */
2046
-
2047
-
2048
- function whenIO_1(ma, mb, __tsplusTrace) {
2049
- return flatMap_1(mb, b => b ? asUnit_1(ma, __tsplusTrace) : unit_1, __tsplusTrace);
1672
+ function whenIO_1(mb, __tsplusTrace) {
1673
+ return ma => {
1674
+ return flatMap_1(b => b ? asUnit_1(ma, __tsplusTrace) : unit_1, __tsplusTrace)(mb);
1675
+ };
1676
+ }
1677
+ /**
1678
+ * @tsplus static fncts.io.IOOps withFiberRuntime
1679
+ */
1680
+ function withFiberRuntime_1(onState, __tsplusTrace) {
1681
+ return new _definition2.Stateful(onState, __tsplusTrace);
1682
+ }
1683
+ /**
1684
+ * @tsplus static fncts.io.IOOps updateRuntimeFlags
1685
+ */
1686
+ function updateRuntimeFlags(patch, __tsplusTrace) {
1687
+ return new _definition2.UpdateRuntimeFlags(patch, __tsplusTrace);
1688
+ }
1689
+ /**
1690
+ * @tsplus static fncts.io.IOOps stackTrace
1691
+ */
1692
+ function stackTrace_1(__tsplusTrace) {
1693
+ return new _definition2.GenerateStackTrace(__tsplusTrace);
2050
1694
  }
2051
1695
  /**
2052
1696
  * Returns an effect that yields to the runtime system, starting on a fresh
@@ -2055,68 +1699,42 @@ function whenIO_1(ma, mb, __tsplusTrace) {
2055
1699
  *
2056
1700
  * @tsplus static fncts.io.IOOps yieldNow
2057
1701
  */
2058
-
2059
-
2060
- const yieldNow_1 = /*#__PURE__*/new _definition2.Yield();
1702
+ const yieldNow_1 = /*#__PURE__*/new _definition2.YieldNow();
2061
1703
  const yieldNow = yieldNow_1;
2062
1704
  /**
2063
- * @tsplus fluent fncts.io.IO zip
1705
+ * @tsplus pipeable fncts.io.IO zip
2064
1706
  */
2065
-
2066
1707
  exports.yieldNow = yieldNow;
2067
-
2068
- function zip_(self, that, __tsplusTrace) {
2069
- return zipWith_1(self, that, _function.tuple, __tsplusTrace);
1708
+ function zip(that, __tsplusTrace) {
1709
+ return self => {
1710
+ return zipWith_1(that, _function.tuple, __tsplusTrace)(self);
1711
+ };
2070
1712
  }
2071
1713
  /**
2072
- * @tsplus fluent fncts.io.IO zipWith
1714
+ * @tsplus pipeable fncts.io.IO zipWith
2073
1715
  */
2074
-
2075
-
2076
- function zipWith_1(self, that, f, __tsplusTrace) {
2077
- return flatMap_1(self, a => map_1(that, b => f(a, b), __tsplusTrace), __tsplusTrace);
1716
+ function zipWith_1(that, f, __tsplusTrace) {
1717
+ return self => {
1718
+ return flatMap_1(a => map_1(b => f(a, b), __tsplusTrace)(that), __tsplusTrace)(self);
1719
+ };
2078
1720
  }
2079
-
2080
1721
  class GenIO {
2081
1722
  constructor(effect, _trace) {
2082
1723
  this.effect = effect;
2083
1724
  this._trace = _trace;
2084
1725
  }
2085
-
2086
1726
  *[Symbol.iterator]() {
2087
1727
  return yield this;
2088
1728
  }
2089
-
2090
1729
  }
2091
1730
  /**
2092
1731
  * @internal
2093
1732
  */
2094
-
2095
-
2096
1733
  exports.GenIO = GenIO;
2097
-
2098
1734
  const __adapter = _ => {
2099
- // if (Either.isEither(_)) {
2100
- // return IO.fromEither(_);
2101
- // }
2102
- // if (Maybe.isMaybe(_)) {
2103
- // return __
2104
- // ? _._tag === "Nothing"
2105
- // ? IO.failNow(__())
2106
- // : IO.succeed(_.value)
2107
- // : getOrFail(_);
2108
- // }
2109
- // if (isTag(_)) {
2110
- // return service(_);
2111
- // }
2112
- // if (S.isSync(_)) {
2113
- // return fromSync(_);
2114
- // }
2115
1735
  return _;
2116
1736
  };
2117
-
2118
1737
  exports.__adapter = __adapter;
2119
-
2120
1738
  const adapter = (_, __tsplusTrace) => {
2121
1739
  return new GenIO(__adapter(_), __tsplusTrace);
2122
1740
  };
@@ -2124,26 +1742,20 @@ const adapter = (_, __tsplusTrace) => {
2124
1742
  * @tsplus static fncts.io.IOOps gen
2125
1743
  * @gen
2126
1744
  */
2127
-
2128
-
2129
1745
  function gen_1(f, __tsplusTrace) {
2130
1746
  return defer_1(() => {
2131
1747
  const iterator = f(adapter);
2132
1748
  const state = iterator.next();
2133
-
2134
1749
  const run = state => {
2135
1750
  if (state.done) {
2136
1751
  return succeed_1(() => state.value, __tsplusTrace);
2137
1752
  }
2138
-
2139
1753
  const f = val => {
2140
1754
  const next = iterator.next(val);
2141
1755
  return run(next);
2142
1756
  };
2143
-
2144
- return flatMap_1(state.value.effect, f, __tsplusTrace);
1757
+ return flatMap_1(f, __tsplusTrace)(state.value.effect);
2145
1758
  };
2146
-
2147
1759
  return run(state);
2148
1760
  }, __tsplusTrace);
2149
1761
  }