effect 4.0.0-beta.72 → 4.0.0-beta.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (361) hide show
  1. package/dist/Array.d.ts +16 -16
  2. package/dist/Array.js +4 -4
  3. package/dist/Boolean.d.ts +2 -2
  4. package/dist/Boolean.js +2 -2
  5. package/dist/Channel.d.ts +63 -63
  6. package/dist/Channel.js +25 -25
  7. package/dist/Chunk.d.ts +17 -17
  8. package/dist/Chunk.js +5 -5
  9. package/dist/Context.d.ts +3 -3
  10. package/dist/Context.js +1 -1
  11. package/dist/Cron.d.ts +4 -4
  12. package/dist/Cron.js +4 -4
  13. package/dist/Deferred.d.ts +37 -37
  14. package/dist/Deferred.js +13 -13
  15. package/dist/Duration.d.ts +6 -6
  16. package/dist/Duration.js +2 -2
  17. package/dist/Effect.d.ts +58 -58
  18. package/dist/Effect.js +39 -39
  19. package/dist/Equal.d.ts +2 -2
  20. package/dist/Equal.js +2 -2
  21. package/dist/Equivalence.d.ts +1 -1
  22. package/dist/Equivalence.js +1 -1
  23. package/dist/ExecutionPlan.d.ts +2 -2
  24. package/dist/ExecutionPlan.js +1 -1
  25. package/dist/FileSystem.d.ts +6 -6
  26. package/dist/FileSystem.js +2 -2
  27. package/dist/Function.d.ts +5 -5
  28. package/dist/Function.js +5 -5
  29. package/dist/Graph.d.ts +11 -11
  30. package/dist/Graph.js +5 -5
  31. package/dist/HKT.d.ts +1 -1
  32. package/dist/HashMap.d.ts +3 -3
  33. package/dist/HashSet.d.ts +1 -1
  34. package/dist/Iterable.d.ts +15 -15
  35. package/dist/Iterable.js +5 -5
  36. package/dist/Layer.d.ts +16 -16
  37. package/dist/Layer.js +5 -5
  38. package/dist/Logger.d.ts +5 -5
  39. package/dist/Logger.js +4 -4
  40. package/dist/ManagedRuntime.d.ts +2 -2
  41. package/dist/Match.d.ts +20 -20
  42. package/dist/Match.js +16 -16
  43. package/dist/Metric.d.ts +16 -16
  44. package/dist/Metric.js +3 -3
  45. package/dist/Option.d.ts +36 -36
  46. package/dist/Option.js +17 -17
  47. package/dist/Order.d.ts +1 -1
  48. package/dist/Order.js +1 -1
  49. package/dist/Path.d.ts +1 -1
  50. package/dist/Path.js +1 -1
  51. package/dist/Pipeable.d.ts +1 -1
  52. package/dist/Pipeable.js +1 -1
  53. package/dist/Predicate.d.ts +5 -5
  54. package/dist/PubSub.d.ts +9 -9
  55. package/dist/PubSub.js +5 -5
  56. package/dist/Queue.d.ts +24 -24
  57. package/dist/Queue.js +20 -20
  58. package/dist/Record.d.ts +15 -15
  59. package/dist/Record.js +5 -5
  60. package/dist/Redacted.d.ts +2 -2
  61. package/dist/Redacted.js +1 -1
  62. package/dist/Ref.d.ts +6 -6
  63. package/dist/Ref.js +6 -6
  64. package/dist/RegExp.d.ts +1 -1
  65. package/dist/RegExp.js +1 -1
  66. package/dist/Request.d.ts +4 -4
  67. package/dist/RequestResolver.d.ts +6 -6
  68. package/dist/RequestResolver.js +2 -2
  69. package/dist/Resource.d.ts +1 -1
  70. package/dist/Resource.js +1 -1
  71. package/dist/Result.d.ts +18 -18
  72. package/dist/Result.js +11 -11
  73. package/dist/Schedule.d.ts +44 -44
  74. package/dist/Schedule.js +18 -18
  75. package/dist/Schema.d.ts +177 -459
  76. package/dist/Schema.d.ts.map +1 -1
  77. package/dist/Schema.js +25 -25
  78. package/dist/Schema.js.map +1 -1
  79. package/dist/SchemaAST.d.ts +1 -1
  80. package/dist/SchemaGetter.d.ts +13 -13
  81. package/dist/SchemaGetter.js +12 -12
  82. package/dist/SchemaParser.d.ts +3 -3
  83. package/dist/SchemaParser.js +3 -3
  84. package/dist/Scope.d.ts +1 -1
  85. package/dist/Scope.js +1 -1
  86. package/dist/Sink.d.ts +5 -5
  87. package/dist/Sink.js +3 -3
  88. package/dist/Stream.d.ts +55 -55
  89. package/dist/Stream.js +21 -21
  90. package/dist/String.d.ts +5 -5
  91. package/dist/String.js +3 -3
  92. package/dist/Struct.d.ts +8 -8
  93. package/dist/Struct.js +3 -3
  94. package/dist/SynchronizedRef.d.ts +57 -57
  95. package/dist/SynchronizedRef.js +19 -19
  96. package/dist/Terminal.d.ts +1 -1
  97. package/dist/Terminal.js +1 -1
  98. package/dist/Tracer.d.ts +5 -5
  99. package/dist/Tracer.js +2 -2
  100. package/dist/Tuple.d.ts +14 -14
  101. package/dist/Tuple.js +6 -6
  102. package/dist/TxHashMap.d.ts +3 -3
  103. package/dist/TxHashSet.d.ts +1 -1
  104. package/dist/Unify.d.ts +7 -7
  105. package/dist/Unify.js +1 -1
  106. package/dist/testing/TestClock.d.ts +5 -5
  107. package/dist/testing/TestClock.js +4 -4
  108. package/dist/testing/TestConsole.d.ts +3 -3
  109. package/dist/testing/TestConsole.js +3 -3
  110. package/dist/unstable/ai/Chat.d.ts +2 -2
  111. package/dist/unstable/ai/Chat.js +2 -2
  112. package/dist/unstable/ai/EmbeddingModel.d.ts +1 -1
  113. package/dist/unstable/ai/IdGenerator.d.ts +2 -2
  114. package/dist/unstable/ai/IdGenerator.js +1 -1
  115. package/dist/unstable/ai/LanguageModel.d.ts +4 -4
  116. package/dist/unstable/ai/LanguageModel.js +1 -1
  117. package/dist/unstable/ai/Prompt.d.ts +15 -15
  118. package/dist/unstable/ai/Prompt.js +1 -1
  119. package/dist/unstable/ai/Telemetry.d.ts +5 -5
  120. package/dist/unstable/ai/Telemetry.js +2 -2
  121. package/dist/unstable/ai/Tokenizer.d.ts +1 -1
  122. package/dist/unstable/ai/Tokenizer.js +1 -1
  123. package/dist/unstable/ai/Tool.d.ts +6 -6
  124. package/dist/unstable/ai/Tool.js +6 -6
  125. package/dist/unstable/cli/Command.d.ts.map +1 -1
  126. package/dist/unstable/cli/Command.js +1 -1
  127. package/dist/unstable/cli/Command.js.map +1 -1
  128. package/dist/unstable/cli/Param.d.ts +1 -1
  129. package/dist/unstable/cli/Primitive.d.ts +3 -3
  130. package/dist/unstable/cli/Primitive.js +1 -1
  131. package/dist/unstable/cli/Prompt.d.ts +11 -11
  132. package/dist/unstable/cli/internal/parser.js +145 -10
  133. package/dist/unstable/cli/internal/parser.js.map +1 -1
  134. package/dist/unstable/cluster/Entity.d.ts +1 -1
  135. package/dist/unstable/cluster/Entity.js +1 -1
  136. package/dist/unstable/cluster/EntityResource.d.ts +1 -0
  137. package/dist/unstable/cluster/EntityResource.d.ts.map +1 -1
  138. package/dist/unstable/cluster/EntityResource.js +5 -3
  139. package/dist/unstable/cluster/EntityResource.js.map +1 -1
  140. package/dist/unstable/cluster/HttpRunner.d.ts +2 -2
  141. package/dist/unstable/cluster/HttpRunner.js +2 -2
  142. package/dist/unstable/cluster/K8sHttpClient.d.ts +1 -1
  143. package/dist/unstable/cluster/K8sHttpClient.js +1 -1
  144. package/dist/unstable/cluster/Runners.d.ts +1 -1
  145. package/dist/unstable/cluster/Runners.js +1 -1
  146. package/dist/unstable/cluster/Sharding.d.ts +1 -1
  147. package/dist/unstable/cluster/Sharding.js +1 -1
  148. package/dist/unstable/cluster/SingletonAddress.d.ts +1 -1
  149. package/dist/unstable/cluster/SingletonAddress.js +1 -1
  150. package/dist/unstable/cluster/Snowflake.d.ts +5 -5
  151. package/dist/unstable/cluster/Snowflake.js +5 -5
  152. package/dist/unstable/devtools/DevToolsClient.d.ts +1 -1
  153. package/dist/unstable/devtools/DevToolsClient.js +1 -1
  154. package/dist/unstable/eventlog/EventLog.d.ts +1 -1
  155. package/dist/unstable/eventlog/EventLog.js +1 -1
  156. package/dist/unstable/eventlog/EventLogEncryption.d.ts +1 -1
  157. package/dist/unstable/eventlog/EventLogEncryption.js +1 -1
  158. package/dist/unstable/eventlog/EventLogRemote.d.ts +1 -1
  159. package/dist/unstable/eventlog/EventLogRemote.js +1 -1
  160. package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts +3 -3
  161. package/dist/unstable/eventlog/EventLogServerUnencrypted.js +3 -3
  162. package/dist/unstable/http/Cookies.d.ts +1 -1
  163. package/dist/unstable/http/Etag.d.ts +1 -1
  164. package/dist/unstable/http/Etag.js +1 -1
  165. package/dist/unstable/http/FetchHttpClient.d.ts +2 -2
  166. package/dist/unstable/http/FetchHttpClient.js +2 -2
  167. package/dist/unstable/http/HttpClient.d.ts +1 -1
  168. package/dist/unstable/http/HttpClient.js +1 -1
  169. package/dist/unstable/http/HttpClientRequest.d.ts +2 -2
  170. package/dist/unstable/http/HttpMiddleware.d.ts +1 -1
  171. package/dist/unstable/http/HttpMiddleware.js +1 -1
  172. package/dist/unstable/http/HttpPlatform.d.ts +1 -1
  173. package/dist/unstable/http/HttpPlatform.js +1 -1
  174. package/dist/unstable/http/HttpRouter.d.ts +4 -4
  175. package/dist/unstable/http/HttpRouter.js +4 -4
  176. package/dist/unstable/http/HttpServerResponse.d.ts +3 -3
  177. package/dist/unstable/http/Url.d.ts +33 -33
  178. package/dist/unstable/http/Url.js +11 -11
  179. package/dist/unstable/httpapi/HttpApi.d.ts +1 -1
  180. package/dist/unstable/httpapi/HttpApi.js +1 -1
  181. package/dist/unstable/httpapi/HttpApiBuilder.js +2 -3
  182. package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
  183. package/dist/unstable/httpapi/HttpApiError.d.ts +13 -13
  184. package/dist/unstable/httpapi/HttpApiError.js +13 -13
  185. package/dist/unstable/httpapi/HttpApiSecurity.d.ts +27 -5
  186. package/dist/unstable/httpapi/HttpApiSecurity.d.ts.map +1 -1
  187. package/dist/unstable/httpapi/HttpApiSecurity.js +26 -3
  188. package/dist/unstable/httpapi/HttpApiSecurity.js.map +1 -1
  189. package/dist/unstable/httpapi/OpenApi.js +2 -2
  190. package/dist/unstable/httpapi/OpenApi.js.map +1 -1
  191. package/dist/unstable/observability/PrometheusMetrics.d.ts +4 -4
  192. package/dist/unstable/observability/PrometheusMetrics.js +2 -2
  193. package/dist/unstable/persistence/KeyValueStore.d.ts +3 -3
  194. package/dist/unstable/persistence/KeyValueStore.js +1 -1
  195. package/dist/unstable/persistence/Persistable.d.ts +2 -2
  196. package/dist/unstable/persistence/Persistable.js +2 -2
  197. package/dist/unstable/persistence/PersistedQueue.d.ts +8 -8
  198. package/dist/unstable/persistence/PersistedQueue.js +8 -8
  199. package/dist/unstable/persistence/RateLimiter.d.ts +1 -1
  200. package/dist/unstable/persistence/RateLimiter.js +1 -1
  201. package/dist/unstable/process/ChildProcess.d.ts +5 -5
  202. package/dist/unstable/process/ChildProcess.js +2 -2
  203. package/dist/unstable/reactivity/AsyncResult.d.ts +4 -4
  204. package/dist/unstable/reactivity/AsyncResult.js +1 -1
  205. package/dist/unstable/reactivity/Atom.d.ts +1 -1
  206. package/dist/unstable/reactivity/Atom.js +1 -1
  207. package/dist/unstable/reactivity/AtomRegistry.d.ts +1 -1
  208. package/dist/unstable/reactivity/AtomRegistry.js +1 -1
  209. package/dist/unstable/reactivity/Reactivity.d.ts +1 -1
  210. package/dist/unstable/reactivity/Reactivity.js +1 -1
  211. package/dist/unstable/rpc/Rpc.d.ts +5 -5
  212. package/dist/unstable/rpc/Rpc.js +1 -1
  213. package/dist/unstable/rpc/RpcMiddleware.d.ts +1 -1
  214. package/dist/unstable/rpc/RpcMiddleware.js +1 -1
  215. package/dist/unstable/rpc/RpcSchema.d.ts +3 -3
  216. package/dist/unstable/rpc/RpcSchema.js +2 -2
  217. package/dist/unstable/schema/Model.d.ts +2 -2
  218. package/dist/unstable/schema/Model.js +1 -1
  219. package/dist/unstable/socket/Socket.d.ts +3 -3
  220. package/dist/unstable/socket/Socket.js +3 -3
  221. package/dist/unstable/socket/SocketServer.d.ts +1 -1
  222. package/dist/unstable/socket/SocketServer.js +1 -1
  223. package/dist/unstable/sql/Migrator.d.ts +1 -1
  224. package/dist/unstable/sql/SqlClient.d.ts +3 -3
  225. package/dist/unstable/sql/SqlClient.js +2 -2
  226. package/dist/unstable/sql/SqlConnection.d.ts +1 -1
  227. package/dist/unstable/sql/SqlConnection.js +1 -1
  228. package/dist/unstable/sql/Statement.d.ts +2 -2
  229. package/dist/unstable/sql/Statement.js +2 -2
  230. package/dist/unstable/workers/Transferable.d.ts +1 -1
  231. package/dist/unstable/workers/Transferable.js +1 -1
  232. package/dist/unstable/workers/Worker.d.ts +1 -1
  233. package/dist/unstable/workers/Worker.js +1 -1
  234. package/dist/unstable/workflow/Activity.d.ts +1 -1
  235. package/dist/unstable/workflow/Activity.js +1 -1
  236. package/dist/unstable/workflow/DurableDeferred.d.ts +1 -1
  237. package/dist/unstable/workflow/DurableDeferred.js +1 -1
  238. package/package.json +1 -1
  239. package/src/Array.ts +16 -16
  240. package/src/Boolean.ts +2 -2
  241. package/src/Channel.ts +67 -67
  242. package/src/Chunk.ts +18 -18
  243. package/src/Context.ts +4 -4
  244. package/src/Cron.ts +4 -4
  245. package/src/Deferred.ts +37 -37
  246. package/src/Duration.ts +6 -6
  247. package/src/Effect.ts +58 -58
  248. package/src/Equal.ts +2 -2
  249. package/src/Equivalence.ts +1 -1
  250. package/src/ExecutionPlan.ts +2 -2
  251. package/src/FileSystem.ts +6 -6
  252. package/src/Function.ts +5 -5
  253. package/src/Graph.ts +11 -11
  254. package/src/HKT.ts +1 -1
  255. package/src/HashMap.ts +3 -3
  256. package/src/HashSet.ts +1 -1
  257. package/src/Iterable.ts +15 -15
  258. package/src/Layer.ts +16 -16
  259. package/src/Logger.ts +7 -7
  260. package/src/ManagedRuntime.ts +2 -2
  261. package/src/Match.ts +20 -20
  262. package/src/Metric.ts +20 -20
  263. package/src/Option.ts +36 -36
  264. package/src/Order.ts +1 -1
  265. package/src/Path.ts +1 -1
  266. package/src/Pipeable.ts +1 -1
  267. package/src/Predicate.ts +5 -5
  268. package/src/PubSub.ts +9 -9
  269. package/src/Queue.ts +24 -24
  270. package/src/Record.ts +15 -15
  271. package/src/Redacted.ts +2 -2
  272. package/src/Ref.ts +18 -18
  273. package/src/RegExp.ts +1 -1
  274. package/src/Request.ts +4 -4
  275. package/src/RequestResolver.ts +8 -8
  276. package/src/Resource.ts +1 -1
  277. package/src/Result.ts +18 -18
  278. package/src/Schedule.ts +45 -45
  279. package/src/Schema.ts +177 -459
  280. package/src/SchemaAST.ts +1 -1
  281. package/src/SchemaGetter.ts +13 -13
  282. package/src/SchemaParser.ts +3 -3
  283. package/src/Scope.ts +1 -1
  284. package/src/Sink.ts +5 -5
  285. package/src/Stream.ts +57 -57
  286. package/src/String.ts +5 -5
  287. package/src/Struct.ts +8 -8
  288. package/src/SynchronizedRef.ts +57 -57
  289. package/src/Terminal.ts +1 -1
  290. package/src/Tracer.ts +5 -5
  291. package/src/Tuple.ts +14 -14
  292. package/src/TxHashMap.ts +3 -3
  293. package/src/TxHashSet.ts +1 -1
  294. package/src/Unify.ts +7 -7
  295. package/src/testing/TestClock.ts +5 -5
  296. package/src/testing/TestConsole.ts +3 -3
  297. package/src/unstable/ai/Chat.ts +2 -2
  298. package/src/unstable/ai/EmbeddingModel.ts +1 -1
  299. package/src/unstable/ai/IdGenerator.ts +2 -2
  300. package/src/unstable/ai/LanguageModel.ts +4 -4
  301. package/src/unstable/ai/Prompt.ts +15 -15
  302. package/src/unstable/ai/Telemetry.ts +5 -5
  303. package/src/unstable/ai/Tokenizer.ts +1 -1
  304. package/src/unstable/ai/Tool.ts +6 -6
  305. package/src/unstable/cli/Command.ts +5 -1
  306. package/src/unstable/cli/Param.ts +1 -1
  307. package/src/unstable/cli/Primitive.ts +3 -3
  308. package/src/unstable/cli/Prompt.ts +11 -11
  309. package/src/unstable/cli/internal/parser.ts +204 -10
  310. package/src/unstable/cluster/Entity.ts +1 -1
  311. package/src/unstable/cluster/EntityResource.ts +8 -4
  312. package/src/unstable/cluster/HttpRunner.ts +2 -2
  313. package/src/unstable/cluster/K8sHttpClient.ts +1 -1
  314. package/src/unstable/cluster/Runners.ts +1 -1
  315. package/src/unstable/cluster/Sharding.ts +1 -1
  316. package/src/unstable/cluster/SingletonAddress.ts +1 -1
  317. package/src/unstable/cluster/Snowflake.ts +5 -5
  318. package/src/unstable/devtools/DevToolsClient.ts +1 -1
  319. package/src/unstable/eventlog/EventLog.ts +1 -1
  320. package/src/unstable/eventlog/EventLogEncryption.ts +1 -1
  321. package/src/unstable/eventlog/EventLogRemote.ts +1 -1
  322. package/src/unstable/eventlog/EventLogServerUnencrypted.ts +3 -3
  323. package/src/unstable/http/Cookies.ts +1 -1
  324. package/src/unstable/http/Etag.ts +1 -1
  325. package/src/unstable/http/FetchHttpClient.ts +2 -2
  326. package/src/unstable/http/HttpClient.ts +1 -1
  327. package/src/unstable/http/HttpClientRequest.ts +2 -2
  328. package/src/unstable/http/HttpMiddleware.ts +1 -1
  329. package/src/unstable/http/HttpPlatform.ts +1 -1
  330. package/src/unstable/http/HttpRouter.ts +4 -4
  331. package/src/unstable/http/HttpServerResponse.ts +3 -3
  332. package/src/unstable/http/Url.ts +33 -33
  333. package/src/unstable/httpapi/HttpApi.ts +1 -1
  334. package/src/unstable/httpapi/HttpApiBuilder.ts +2 -3
  335. package/src/unstable/httpapi/HttpApiError.ts +13 -13
  336. package/src/unstable/httpapi/HttpApiSecurity.ts +36 -8
  337. package/src/unstable/httpapi/OpenApi.ts +2 -2
  338. package/src/unstable/observability/PrometheusMetrics.ts +4 -4
  339. package/src/unstable/persistence/KeyValueStore.ts +3 -3
  340. package/src/unstable/persistence/Persistable.ts +2 -2
  341. package/src/unstable/persistence/PersistedQueue.ts +8 -8
  342. package/src/unstable/persistence/RateLimiter.ts +1 -1
  343. package/src/unstable/process/ChildProcess.ts +5 -5
  344. package/src/unstable/reactivity/AsyncResult.ts +4 -4
  345. package/src/unstable/reactivity/Atom.ts +1 -1
  346. package/src/unstable/reactivity/AtomRegistry.ts +1 -1
  347. package/src/unstable/reactivity/Reactivity.ts +1 -1
  348. package/src/unstable/rpc/Rpc.ts +5 -5
  349. package/src/unstable/rpc/RpcMiddleware.ts +1 -1
  350. package/src/unstable/rpc/RpcSchema.ts +3 -3
  351. package/src/unstable/schema/Model.ts +2 -2
  352. package/src/unstable/socket/Socket.ts +3 -3
  353. package/src/unstable/socket/SocketServer.ts +1 -1
  354. package/src/unstable/sql/Migrator.ts +1 -1
  355. package/src/unstable/sql/SqlClient.ts +3 -3
  356. package/src/unstable/sql/SqlConnection.ts +1 -1
  357. package/src/unstable/sql/Statement.ts +2 -2
  358. package/src/unstable/workers/Transferable.ts +1 -1
  359. package/src/unstable/workers/Worker.ts +1 -1
  360. package/src/unstable/workflow/Activity.ts +1 -1
  361. package/src/unstable/workflow/DurableDeferred.ts +1 -1
package/src/Metric.ts CHANGED
@@ -253,7 +253,7 @@ export interface Metric<in Input, out State> extends Pipeable {
253
253
  * })
254
254
  * ```
255
255
  *
256
- * @category Metrics
256
+ * @category metrics
257
257
  * @since 2.0.0
258
258
  */
259
259
  export interface Counter<in Input extends number | bigint> extends Metric<Input, CounterState<Input>> {}
@@ -403,7 +403,7 @@ export interface CounterState<in Input extends number | bigint> {
403
403
  * })
404
404
  * ```
405
405
  *
406
- * @category Metrics
406
+ * @category metrics
407
407
  * @since 2.0.0
408
408
  */
409
409
  export interface Frequency extends Metric<string, FrequencyState> {}
@@ -488,7 +488,7 @@ export interface Frequency extends Metric<string, FrequencyState> {}
488
488
  * })
489
489
  * ```
490
490
  *
491
- * @category Metrics
491
+ * @category metrics
492
492
  * @since 4.0.0
493
493
  */
494
494
  export interface FrequencyState {
@@ -551,7 +551,7 @@ export interface FrequencyState {
551
551
  * })
552
552
  * ```
553
553
  *
554
- * @category Metrics
554
+ * @category metrics
555
555
  * @since 2.0.0
556
556
  */
557
557
  export interface Gauge<in Input extends number | bigint> extends Metric<Input, GaugeState<Input>> {}
@@ -620,7 +620,7 @@ export interface Gauge<in Input extends number | bigint> extends Metric<Input, G
620
620
  * })
621
621
  * ```
622
622
  *
623
- * @category Metrics
623
+ * @category metrics
624
624
  * @since 4.0.0
625
625
  */
626
626
  export interface GaugeState<in Input extends number | bigint> {
@@ -711,7 +711,7 @@ export interface GaugeState<in Input extends number | bigint> {
711
711
  * })
712
712
  * ```
713
713
  *
714
- * @category Metrics
714
+ * @category metrics
715
715
  * @since 2.0.0
716
716
  */
717
717
  export interface Histogram<Input> extends Metric<Input, HistogramState> {}
@@ -798,7 +798,7 @@ export interface Histogram<Input> extends Metric<Input, HistogramState> {}
798
798
  * })
799
799
  * ```
800
800
  *
801
- * @category Metrics
801
+ * @category metrics
802
802
  * @since 4.0.0
803
803
  */
804
804
  export interface HistogramState {
@@ -904,7 +904,7 @@ export interface HistogramState {
904
904
  * })
905
905
  * ```
906
906
  *
907
- * @category Metrics
907
+ * @category metrics
908
908
  * @since 2.0.0
909
909
  */
910
910
  export interface Summary<Input> extends Metric<Input, SummaryState> {}
@@ -986,7 +986,7 @@ export interface Summary<Input> extends Metric<Input, SummaryState> {}
986
986
  * })
987
987
  * ```
988
988
  *
989
- * @category Metrics
989
+ * @category metrics
990
990
  * @since 4.0.0
991
991
  */
992
992
  export interface SummaryState {
@@ -3007,7 +3007,7 @@ export const timer = (name: string, options?: {
3007
3007
  * })
3008
3008
  * ```
3009
3009
  *
3010
- * @category utils
3010
+ * @category getters
3011
3011
  * @since 2.0.0
3012
3012
  */
3013
3013
  export const value = <Input, State>(
@@ -3059,7 +3059,7 @@ export const value = <Input, State>(
3059
3059
  * })
3060
3060
  * ```
3061
3061
  *
3062
- * @category utils
3062
+ * @category mutations
3063
3063
  * @since 3.6.5
3064
3064
  */
3065
3065
  export const modify: {
@@ -3104,7 +3104,7 @@ export const modify: {
3104
3104
  * })
3105
3105
  * ```
3106
3106
  *
3107
- * @category utils
3107
+ * @category mutations
3108
3108
  * @since 3.6.5
3109
3109
  */
3110
3110
  <Input>(input: Input): <State>(self: Metric<Input, State>) => Effect<void>
@@ -3149,7 +3149,7 @@ export const modify: {
3149
3149
  * })
3150
3150
  * ```
3151
3151
  *
3152
- * @category utils
3152
+ * @category mutations
3153
3153
  * @since 3.6.5
3154
3154
  */
3155
3155
  <Input, State>(self: Metric<Input, State>, input: Input): Effect<void>
@@ -3195,7 +3195,7 @@ export const modify: {
3195
3195
  * })
3196
3196
  * ```
3197
3197
  *
3198
- * @category utils
3198
+ * @category mutations
3199
3199
  * @since 3.6.5
3200
3200
  */
3201
3201
  <Input>(input: Input) => <State>(self: Metric<Input, State>) => Effect<void>,
@@ -3240,7 +3240,7 @@ export const modify: {
3240
3240
  * })
3241
3241
  * ```
3242
3242
  *
3243
- * @category utils
3243
+ * @category mutations
3244
3244
  * @since 3.6.5
3245
3245
  */
3246
3246
  <Input, State>(self: Metric<Input, State>, input: Input) => Effect<void>
@@ -3300,7 +3300,7 @@ export const modify: {
3300
3300
  * })
3301
3301
  * ```
3302
3302
  *
3303
- * @category utils
3303
+ * @category mutations
3304
3304
  * @since 2.0.0
3305
3305
  */
3306
3306
  export const update: {
@@ -3354,7 +3354,7 @@ export const update: {
3354
3354
  * })
3355
3355
  * ```
3356
3356
  *
3357
- * @category utils
3357
+ * @category mutations
3358
3358
  * @since 2.0.0
3359
3359
  */
3360
3360
  <Input>(input: Input): <State>(self: Metric<Input, State>) => Effect<void>
@@ -3408,7 +3408,7 @@ export const update: {
3408
3408
  * })
3409
3409
  * ```
3410
3410
  *
3411
- * @category utils
3411
+ * @category mutations
3412
3412
  * @since 2.0.0
3413
3413
  */
3414
3414
  <Input, State>(self: Metric<Input, State>, input: Input): Effect<void>
@@ -3463,7 +3463,7 @@ export const update: {
3463
3463
  * })
3464
3464
  * ```
3465
3465
  *
3466
- * @category utils
3466
+ * @category mutations
3467
3467
  * @since 2.0.0
3468
3468
  */
3469
3469
  <Input>(input: Input) => <State>(self: Metric<Input, State>) => Effect<void>,
@@ -3517,7 +3517,7 @@ export const update: {
3517
3517
  * })
3518
3518
  * ```
3519
3519
  *
3520
- * @category utils
3520
+ * @category mutations
3521
3521
  * @since 2.0.0
3522
3522
  */
3523
3523
  <Input, State>(self: Metric<Input, State>, input: Input) => Effect<void>
package/src/Option.ts CHANGED
@@ -156,7 +156,7 @@ export interface None<out A> extends Pipeable, Inspectable {
156
156
  *
157
157
  * @see {@link gen} for writing generator-based `Option` code that consumes this iterator protocol
158
158
  *
159
- * @category Generators
159
+ * @category generators
160
160
  * @since 4.0.0
161
161
  */
162
162
  export interface OptionIterator<T extends Option<any>> {
@@ -278,7 +278,7 @@ export interface OptionUnifyIgnore {}
278
278
  *
279
279
  * Use to represent `Option` in higher-kinded type operations.
280
280
  *
281
- * @category Type Lambdas
281
+ * @category type lambdas
282
282
  * @since 2.0.0
283
283
  */
284
284
  export interface OptionTypeLambda extends TypeLambda {
@@ -477,7 +477,7 @@ export const isSome: <A>(self: Option<A>) => self is Some<A> = option.isSome
477
477
  *
478
478
  * @see {@link getOrElse} for unwrapping with a default
479
479
  *
480
- * @category Pattern matching
480
+ * @category pattern matching
481
481
  * @since 2.0.0
482
482
  */
483
483
  export const match: {
@@ -511,7 +511,7 @@ export const match: {
511
511
  *
512
512
  * @see {@link getOrElse} for unwrapping with a default
513
513
  *
514
- * @category Pattern matching
514
+ * @category pattern matching
515
515
  * @since 2.0.0
516
516
  */
517
517
  <B, A, C = B>(
@@ -550,7 +550,7 @@ export const match: {
550
550
  *
551
551
  * @see {@link getOrElse} for unwrapping with a default
552
552
  *
553
- * @category Pattern matching
553
+ * @category pattern matching
554
554
  * @since 2.0.0
555
555
  */
556
556
  <A, B, C = B>(
@@ -2955,7 +2955,7 @@ export const tap: {
2955
2955
  * @see {@link zipWith} to combine with a function instead of a tuple
2956
2956
  * @see {@link all} to combine many `Option`s
2957
2957
  *
2958
- * @category Combining
2958
+ * @category combining
2959
2959
  * @since 2.0.0
2960
2960
  */
2961
2961
  export const product = <A, B>(self: Option<A>, that: Option<B>): Option<[A, B]> =>
@@ -2992,7 +2992,7 @@ export const product = <A, B>(self: Option<A>, that: Option<B>): Option<[A, B]>
2992
2992
  * @see {@link product} for combining exactly two
2993
2993
  * @see {@link all} for tuples, structs, and iterables
2994
2994
  *
2995
- * @category Combining
2995
+ * @category combining
2996
2996
  * @since 2.0.0
2997
2997
  */
2998
2998
  export const productMany = <A>(
@@ -3054,7 +3054,7 @@ export const productMany = <A>(
3054
3054
  * @see {@link product} for combining exactly two
3055
3055
  * @see {@link productMany} for a homogeneous collection
3056
3056
  *
3057
- * @category Combining
3057
+ * @category combining
3058
3058
  * @since 2.0.0
3059
3059
  */
3060
3060
  // @ts-expect-error
@@ -3224,7 +3224,7 @@ export const zipWith: {
3224
3224
  * // Output: 3
3225
3225
  * ```
3226
3226
  *
3227
- * @category Reducing
3227
+ * @category reducing
3228
3228
  * @since 2.0.0
3229
3229
  */
3230
3230
  export const reduceCompact: {
@@ -3252,7 +3252,7 @@ export const reduceCompact: {
3252
3252
  * // Output: 3
3253
3253
  * ```
3254
3254
  *
3255
- * @category Reducing
3255
+ * @category reducing
3256
3256
  * @since 2.0.0
3257
3257
  */
3258
3258
  <B, A>(b: B, f: (b: B, a: A) => B): (self: Iterable<Option<A>>) => B
@@ -3280,7 +3280,7 @@ export const reduceCompact: {
3280
3280
  * // Output: 3
3281
3281
  * ```
3282
3282
  *
3283
- * @category Reducing
3283
+ * @category reducing
3284
3284
  * @since 2.0.0
3285
3285
  */
3286
3286
  <A, B>(self: Iterable<Option<A>>, b: B, f: (b: B, a: A) => B): B
@@ -3796,7 +3796,7 @@ export const filter: {
3796
3796
  * // Output: true
3797
3797
  * ```
3798
3798
  *
3799
- * @category Equivalence
3799
+ * @category instances
3800
3800
  * @since 4.0.0
3801
3801
  */
3802
3802
  export const makeEquivalence = <A>(isEquivalent: Equivalence.Equivalence<A>): Equivalence.Equivalence<Option<A>> =>
@@ -3832,7 +3832,7 @@ export const makeEquivalence = <A>(isEquivalent: Equivalence.Equivalence<A>): Eq
3832
3832
  * // Output: -1
3833
3833
  * ```
3834
3834
  *
3835
- * @category Sorting
3835
+ * @category sorting
3836
3836
  * @since 4.0.0
3837
3837
  */
3838
3838
  export const makeOrder = <A>(O: Order<A>): Order<Option<A>> =>
@@ -3866,7 +3866,7 @@ export const makeOrder = <A>(O: Order<A>): Order<Option<A>> =>
3866
3866
  *
3867
3867
  * @see {@link zipWith} for a non-lifted variant
3868
3868
  *
3869
- * @category Lifting
3869
+ * @category lifting
3870
3870
  * @since 2.0.0
3871
3871
  */
3872
3872
  export const lift2 = <A, B, C>(f: (a: A, b: B) => C): {
@@ -3906,7 +3906,7 @@ export const lift2 = <A, B, C>(f: (a: A, b: B) => C): {
3906
3906
  * @see {@link filter} to apply a predicate to an existing `Option`
3907
3907
  * @see {@link toRefinement} for the inverse direction
3908
3908
  *
3909
- * @category Lifting
3909
+ * @category lifting
3910
3910
  * @since 2.0.0
3911
3911
  */
3912
3912
  export const liftPredicate: { // Note: I intentionally avoid using the NoInfer pattern here.
@@ -3943,7 +3943,7 @@ export const liftPredicate: { // Note: I intentionally avoid using the NoInfer p
3943
3943
  * @see {@link filter} to apply a predicate to an existing `Option`
3944
3944
  * @see {@link toRefinement} for the inverse direction
3945
3945
  *
3946
- * @category Lifting
3946
+ * @category lifting
3947
3947
  * @since 2.0.0
3948
3948
  */
3949
3949
  <B extends A, A = B>(predicate: Predicate<A>): (b: B) => Option<B>
@@ -3979,7 +3979,7 @@ export const liftPredicate: { // Note: I intentionally avoid using the NoInfer p
3979
3979
  * @see {@link filter} to apply a predicate to an existing `Option`
3980
3980
  * @see {@link toRefinement} for the inverse direction
3981
3981
  *
3982
- * @category Lifting
3982
+ * @category lifting
3983
3983
  * @since 2.0.0
3984
3984
  */
3985
3985
  <A, B extends A>(self: A, refinement: Refinement<A, B>): Option<B>
@@ -4015,7 +4015,7 @@ export const liftPredicate: { // Note: I intentionally avoid using the NoInfer p
4015
4015
  * @see {@link filter} to apply a predicate to an existing `Option`
4016
4016
  * @see {@link toRefinement} for the inverse direction
4017
4017
  *
4018
- * @category Lifting
4018
+ * @category lifting
4019
4019
  * @since 2.0.0
4020
4020
  */
4021
4021
  <B extends A, A = B>(self: B, predicate: Predicate<A>): Option<B>
@@ -4056,7 +4056,7 @@ export const liftPredicate: { // Note: I intentionally avoid using the NoInfer p
4056
4056
  *
4057
4057
  * @see {@link contains} for a version using default equality
4058
4058
  *
4059
- * @category Elements
4059
+ * @category elements
4060
4060
  * @since 2.0.0
4061
4061
  */
4062
4062
  export const containsWith = <A>(isEquivalent: (self: A, that: A) => boolean): {
@@ -4095,7 +4095,7 @@ export const containsWith = <A>(isEquivalent: (self: A, that: A) => boolean): {
4095
4095
  * @see {@link containsWith} for custom equality
4096
4096
  * @see {@link exists} to test with a predicate
4097
4097
  *
4098
- * @category Elements
4098
+ * @category elements
4099
4099
  * @since 2.0.0
4100
4100
  */
4101
4101
  export const contains: {
@@ -4130,7 +4130,7 @@ export const contains: {
4130
4130
  * @see {@link containsWith} for custom equality
4131
4131
  * @see {@link exists} to test with a predicate
4132
4132
  *
4133
- * @category Elements
4133
+ * @category elements
4134
4134
  * @since 2.0.0
4135
4135
  */
4136
4136
  <A>(a: A): (self: Option<A>) => boolean
@@ -4165,7 +4165,7 @@ export const contains: {
4165
4165
  * @see {@link containsWith} for custom equality
4166
4166
  * @see {@link exists} to test with a predicate
4167
4167
  *
4168
- * @category Elements
4168
+ * @category elements
4169
4169
  * @since 2.0.0
4170
4170
  */
4171
4171
  <A>(self: Option<A>, a: A): boolean
@@ -4205,7 +4205,7 @@ export const contains: {
4205
4205
  * @see {@link filter} to keep or discard based on a predicate
4206
4206
  * @see {@link contains} to test for a specific value
4207
4207
  *
4208
- * @category Elements
4208
+ * @category elements
4209
4209
  * @since 2.0.0
4210
4210
  */
4211
4211
  export const exists: {
@@ -4243,7 +4243,7 @@ export const exists: {
4243
4243
  * @see {@link filter} to keep or discard based on a predicate
4244
4244
  * @see {@link contains} to test for a specific value
4245
4245
  *
4246
- * @category Elements
4246
+ * @category elements
4247
4247
  * @since 2.0.0
4248
4248
  */
4249
4249
  <A, B extends A>(refinement: Refinement<NoInfer<A>, B>): (self: Option<A>) => self is Option<B>
@@ -4281,7 +4281,7 @@ export const exists: {
4281
4281
  * @see {@link filter} to keep or discard based on a predicate
4282
4282
  * @see {@link contains} to test for a specific value
4283
4283
  *
4284
- * @category Elements
4284
+ * @category elements
4285
4285
  * @since 2.0.0
4286
4286
  */
4287
4287
  <A>(predicate: Predicate<NoInfer<A>>): (self: Option<A>) => boolean
@@ -4319,7 +4319,7 @@ export const exists: {
4319
4319
  * @see {@link filter} to keep or discard based on a predicate
4320
4320
  * @see {@link contains} to test for a specific value
4321
4321
  *
4322
- * @category Elements
4322
+ * @category elements
4323
4323
  * @since 2.0.0
4324
4324
  */
4325
4325
  <A, B extends A>(self: Option<A>, refinement: Refinement<A, B>): self is Option<B>
@@ -4357,7 +4357,7 @@ export const exists: {
4357
4357
  * @see {@link filter} to keep or discard based on a predicate
4358
4358
  * @see {@link contains} to test for a specific value
4359
4359
  *
4360
- * @category Elements
4360
+ * @category elements
4361
4361
  * @since 2.0.0
4362
4362
  */
4363
4363
  <A>(self: Option<A>, predicate: Predicate<A>): boolean
@@ -4398,7 +4398,7 @@ export const exists: {
4398
4398
  * @see {@link bind} to add `Option` values
4399
4399
  * @see {@link let_ let} to add plain values
4400
4400
  *
4401
- * @category Do notation
4401
+ * @category do notation
4402
4402
  * @since 2.0.0
4403
4403
  */
4404
4404
  export const bindTo: {
@@ -4433,7 +4433,7 @@ export const bindTo: {
4433
4433
  * @see {@link bind} to add `Option` values
4434
4434
  * @see {@link let_ let} to add plain values
4435
4435
  *
4436
- * @category Do notation
4436
+ * @category do notation
4437
4437
  * @since 2.0.0
4438
4438
  */
4439
4439
  <N extends string>(name: N): <A>(self: Option<A>) => Option<{ [K in N]: A }>
@@ -4468,7 +4468,7 @@ export const bindTo: {
4468
4468
  * @see {@link bind} to add `Option` values
4469
4469
  * @see {@link let_ let} to add plain values
4470
4470
  *
4471
- * @category Do notation
4471
+ * @category do notation
4472
4472
  * @since 2.0.0
4473
4473
  */
4474
4474
  <A, N extends string>(self: Option<A>, name: N): Option<{ [K in N]: A }>
@@ -4513,7 +4513,7 @@ export {
4513
4513
  * @see {@link bind} to add `Option` values
4514
4514
  * @see {@link bindTo} to start by naming an existing `Option`
4515
4515
  *
4516
- * @category Do notation
4516
+ * @category do notation
4517
4517
  * @since 2.0.0
4518
4518
  */
4519
4519
  let_ as let
@@ -4547,7 +4547,7 @@ export {
4547
4547
  * @see {@link let_ let} to add plain values
4548
4548
  * @see {@link bindTo} to start by naming an existing `Option`
4549
4549
  *
4550
- * @category Do notation
4550
+ * @category do notation
4551
4551
  * @since 2.0.0
4552
4552
  */
4553
4553
  export const bind: {
@@ -4579,7 +4579,7 @@ export const bind: {
4579
4579
  * @see {@link let_ let} to add plain values
4580
4580
  * @see {@link bindTo} to start by naming an existing `Option`
4581
4581
  *
4582
- * @category Do notation
4582
+ * @category do notation
4583
4583
  * @since 2.0.0
4584
4584
  */
4585
4585
  <N extends string, A extends object, B>(name: Exclude<N, keyof A>, f: (a: NoInfer<A>) => Option<B>): (self: Option<A>) => Option<{ [K in N | keyof A]: K extends keyof A ? A[K] : B }>
@@ -4611,7 +4611,7 @@ export const bind: {
4611
4611
  * @see {@link let_ let} to add plain values
4612
4612
  * @see {@link bindTo} to start by naming an existing `Option`
4613
4613
  *
4614
- * @category Do notation
4614
+ * @category do notation
4615
4615
  * @since 2.0.0
4616
4616
  */
4617
4617
  <A extends object, N extends string, B>(
@@ -4649,7 +4649,7 @@ export const bind: {
4649
4649
  * @see {@link let_ let} to add plain values
4650
4650
  * @see {@link bindTo} to start by naming an existing `Option`
4651
4651
  *
4652
- * @category Do notation
4652
+ * @category do notation
4653
4653
  * @since 2.0.0
4654
4654
  */
4655
4655
  export const Do: Option<{}> = some({})
@@ -4690,7 +4690,7 @@ export const Do: Option<{}> = some({})
4690
4690
  *
4691
4691
  * @see {@link Do} / {@link bind} for the do notation alternative
4692
4692
  *
4693
- * @category Generators
4693
+ * @category generators
4694
4694
  * @since 2.0.0
4695
4695
  */
4696
4696
  export const gen: Gen.Gen<OptionTypeLambda> = (...args) => {
package/src/Order.ts CHANGED
@@ -1247,7 +1247,7 @@ export const isBetween = <A>(O: Order<A>): {
1247
1247
  * @see {@link combine} to combine two orders
1248
1248
  * @see {@link combineAll} to combine multiple orders
1249
1249
  * @see {@link Reducer} for reducing orders as a collection operation
1250
- * @category utils
1250
+ * @category constructors
1251
1251
  * @since 4.0.0
1252
1252
  */
1253
1253
  export function makeReducer<A>() {
package/src/Path.ts CHANGED
@@ -274,7 +274,7 @@ export declare namespace Path {
274
274
  * const result = Effect.provide(program, customPathLayer)
275
275
  * ```
276
276
  *
277
- * @category tag
277
+ * @category services
278
278
  * @since 4.0.0
279
279
  */
280
280
  export const Path: Context.Service<Path, Path> = Context.Service("effect/Path")
package/src/Pipeable.ts CHANGED
@@ -568,7 +568,7 @@ export interface Pipeable {
568
568
  * console.log(result) // 21
569
569
  * ```
570
570
  *
571
- * @category utils
571
+ * @category combinators
572
572
  * @since 2.0.0
573
573
  */
574
574
  export const pipeArguments = <A>(self: A, args: IArguments): unknown => {
package/src/Predicate.ts CHANGED
@@ -220,7 +220,7 @@ export declare namespace Predicate {
220
220
  *
221
221
  * @see {@link Predicate.Any}
222
222
  * @see {@link Refinement.In}
223
- * @category type-level
223
+ * @category utility types
224
224
  * @since 3.6.0
225
225
  */
226
226
  export type In<T extends Any> = [T] extends [Predicate<infer _A>] ? _A : never
@@ -245,7 +245,7 @@ export declare namespace Predicate {
245
245
  * ```
246
246
  *
247
247
  * @see {@link Predicate.In}
248
- * @category type-level
248
+ * @category utility types
249
249
  * @since 3.6.0
250
250
  */
251
251
  export type Any = Predicate<any>
@@ -302,7 +302,7 @@ export declare namespace Refinement {
302
302
  *
303
303
  * @see {@link Refinement.Out}
304
304
  * @see {@link Predicate.In}
305
- * @category type-level
305
+ * @category utility types
306
306
  * @since 3.6.0
307
307
  */
308
308
 
@@ -330,7 +330,7 @@ export declare namespace Refinement {
330
330
  * ```
331
331
  *
332
332
  * @see {@link Refinement.In}
333
- * @category type-level
333
+ * @category utility types
334
334
  * @since 3.6.0
335
335
  */
336
336
  export type Out<T extends Any> = [T] extends [Refinement<infer _, infer _B>] ? _B : never
@@ -356,7 +356,7 @@ export declare namespace Refinement {
356
356
  *
357
357
  * @see {@link Refinement.In}
358
358
  * @see {@link Refinement.Out}
359
- * @category type-level
359
+ * @category utility types
360
360
  * @since 3.6.0
361
361
  */
362
362
  export type Any = Refinement<any, any>
package/src/PubSub.ts CHANGED
@@ -1376,7 +1376,7 @@ export const publishAll: {
1376
1376
  * })
1377
1377
  * ```
1378
1378
  *
1379
- * @category subscription
1379
+ * @category subscriptions
1380
1380
  * @since 2.0.0
1381
1381
  */
1382
1382
  export const subscribe = <A>(self: PubSub<A>): Effect.Effect<Subscription<A>, never, Scope.Scope> =>
@@ -1444,7 +1444,7 @@ const unsubscribe = <A>(self: Subscription<A>): Effect.Effect<void> =>
1444
1444
  * })
1445
1445
  * ```
1446
1446
  *
1447
- * @category subscription
1447
+ * @category subscriptions
1448
1448
  * @since 4.0.0
1449
1449
  */
1450
1450
  export const take = <A>(self: Subscription<A>): Effect.Effect<A> =>
@@ -1492,7 +1492,7 @@ export const take = <A>(self: Subscription<A>): Effect.Effect<A> =>
1492
1492
  * })
1493
1493
  * ```
1494
1494
  *
1495
- * @category subscription
1495
+ * @category subscriptions
1496
1496
  * @since 4.0.0
1497
1497
  */
1498
1498
  export const takeAll = <A>(self: Subscription<A>): Effect.Effect<Arr.NonEmptyArray<A>> =>
@@ -1571,7 +1571,7 @@ const pollForItem = <A>(self: Subscription<A>) => {
1571
1571
  * })
1572
1572
  * ```
1573
1573
  *
1574
- * @category subscription
1574
+ * @category subscriptions
1575
1575
  * @since 4.0.0
1576
1576
  */
1577
1577
  export const takeUpTo: {
@@ -1607,7 +1607,7 @@ export const takeUpTo: {
1607
1607
  * })
1608
1608
  * ```
1609
1609
  *
1610
- * @category subscription
1610
+ * @category subscriptions
1611
1611
  * @since 4.0.0
1612
1612
  */
1613
1613
  (max: number): <A>(self: Subscription<A>) => Effect.Effect<Array<A>>
@@ -1643,7 +1643,7 @@ export const takeUpTo: {
1643
1643
  * })
1644
1644
  * ```
1645
1645
  *
1646
- * @category subscription
1646
+ * @category subscriptions
1647
1647
  * @since 4.0.0
1648
1648
  */
1649
1649
  <A>(self: Subscription<A>, max: number): Effect.Effect<Array<A>>
@@ -1694,7 +1694,7 @@ export const takeUpTo: {
1694
1694
  * })
1695
1695
  * ```
1696
1696
  *
1697
- * @category subscription
1697
+ * @category subscriptions
1698
1698
  * @since 4.0.0
1699
1699
  */
1700
1700
  export const takeBetween: {
@@ -1728,7 +1728,7 @@ export const takeBetween: {
1728
1728
  * })
1729
1729
  * ```
1730
1730
  *
1731
- * @category subscription
1731
+ * @category subscriptions
1732
1732
  * @since 4.0.0
1733
1733
  */
1734
1734
  (min: number, max: number): <A>(self: Subscription<A>) => Effect.Effect<Array<A>>
@@ -1762,7 +1762,7 @@ export const takeBetween: {
1762
1762
  * })
1763
1763
  * ```
1764
1764
  *
1765
- * @category subscription
1765
+ * @category subscriptions
1766
1766
  * @since 4.0.0
1767
1767
  */
1768
1768
  <A>(self: Subscription<A>, min: number, max: number): Effect.Effect<Array<A>>