@clayroach/effect 3.19.14-source-capture.6 → 3.19.14-source-capture.8

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 (371) hide show
  1. package/dist/cjs/Utils.js +1 -1
  2. package/dist/cjs/Utils.js.map +1 -1
  3. package/dist/cjs/internal/clock.js +1 -1
  4. package/dist/cjs/internal/clock.js.map +1 -1
  5. package/dist/esm/Utils.js +1 -1
  6. package/dist/esm/Utils.js.map +1 -1
  7. package/dist/esm/internal/clock.js +1 -1
  8. package/dist/esm/internal/clock.js.map +1 -1
  9. package/package.json +1 -1
  10. package/src/Arbitrary.ts +0 -1101
  11. package/src/Array.ts +0 -3589
  12. package/src/BigDecimal.ts +0 -1349
  13. package/src/BigInt.ts +0 -643
  14. package/src/Boolean.ts +0 -287
  15. package/src/Brand.ts +0 -360
  16. package/src/Cache.ts +0 -281
  17. package/src/Cause.ts +0 -1555
  18. package/src/Channel.ts +0 -2355
  19. package/src/ChildExecutorDecision.ts +0 -146
  20. package/src/Chunk.ts +0 -1495
  21. package/src/Clock.ts +0 -111
  22. package/src/Config.ts +0 -542
  23. package/src/ConfigError.ts +0 -270
  24. package/src/ConfigProvider.ts +0 -333
  25. package/src/ConfigProviderPathPatch.ts +0 -100
  26. package/src/Console.ts +0 -226
  27. package/src/Context.ts +0 -585
  28. package/src/Cron.ts +0 -706
  29. package/src/Data.ts +0 -596
  30. package/src/DateTime.ts +0 -1686
  31. package/src/DefaultServices.ts +0 -34
  32. package/src/Deferred.ts +0 -301
  33. package/src/Differ.ts +0 -450
  34. package/src/Duration.ts +0 -1000
  35. package/src/Effect.ts +0 -14839
  36. package/src/Effectable.ts +0 -107
  37. package/src/Either.ts +0 -1040
  38. package/src/Encoding.ts +0 -195
  39. package/src/Equal.ts +0 -98
  40. package/src/Equivalence.ts +0 -235
  41. package/src/ExecutionPlan.ts +0 -308
  42. package/src/ExecutionStrategy.ts +0 -119
  43. package/src/Exit.ts +0 -467
  44. package/src/FastCheck.ts +0 -9
  45. package/src/Fiber.ts +0 -744
  46. package/src/FiberHandle.ts +0 -540
  47. package/src/FiberId.ts +0 -195
  48. package/src/FiberMap.ts +0 -656
  49. package/src/FiberRef.ts +0 -431
  50. package/src/FiberRefs.ts +0 -204
  51. package/src/FiberRefsPatch.ts +0 -105
  52. package/src/FiberSet.ts +0 -491
  53. package/src/FiberStatus.ts +0 -108
  54. package/src/Function.ts +0 -1222
  55. package/src/GlobalValue.ts +0 -53
  56. package/src/Graph.ts +0 -3732
  57. package/src/GroupBy.ts +0 -103
  58. package/src/HKT.ts +0 -45
  59. package/src/Hash.ts +0 -195
  60. package/src/HashMap.ts +0 -519
  61. package/src/HashRing.ts +0 -317
  62. package/src/HashSet.ts +0 -2346
  63. package/src/Inspectable.ts +0 -287
  64. package/src/Iterable.ts +0 -1119
  65. package/src/JSONSchema.ts +0 -1044
  66. package/src/KeyedPool.ts +0 -167
  67. package/src/Layer.ts +0 -1251
  68. package/src/LayerMap.ts +0 -436
  69. package/src/List.ts +0 -977
  70. package/src/LogLevel.ts +0 -285
  71. package/src/LogSpan.ts +0 -25
  72. package/src/Logger.ts +0 -702
  73. package/src/Mailbox.ts +0 -268
  74. package/src/ManagedRuntime.ts +0 -180
  75. package/src/Match.ts +0 -1477
  76. package/src/MergeDecision.ts +0 -95
  77. package/src/MergeState.ts +0 -172
  78. package/src/MergeStrategy.ts +0 -107
  79. package/src/Metric.ts +0 -780
  80. package/src/MetricBoundaries.ts +0 -69
  81. package/src/MetricHook.ts +0 -151
  82. package/src/MetricKey.ts +0 -224
  83. package/src/MetricKeyType.ts +0 -262
  84. package/src/MetricLabel.ts +0 -47
  85. package/src/MetricPair.ts +0 -71
  86. package/src/MetricPolling.ts +0 -148
  87. package/src/MetricRegistry.ts +0 -48
  88. package/src/MetricState.ts +0 -257
  89. package/src/Micro.ts +0 -4405
  90. package/src/ModuleVersion.ts +0 -18
  91. package/src/MutableHashMap.ts +0 -411
  92. package/src/MutableHashSet.ts +0 -706
  93. package/src/MutableList.ts +0 -297
  94. package/src/MutableQueue.ts +0 -227
  95. package/src/MutableRef.ts +0 -202
  96. package/src/NonEmptyIterable.ts +0 -32
  97. package/src/Number.ts +0 -1071
  98. package/src/Option.ts +0 -2170
  99. package/src/Order.ts +0 -373
  100. package/src/Ordering.ts +0 -111
  101. package/src/ParseResult.ts +0 -2031
  102. package/src/PartitionedSemaphore.ts +0 -200
  103. package/src/Pipeable.ts +0 -566
  104. package/src/Pool.ts +0 -204
  105. package/src/Predicate.ts +0 -1405
  106. package/src/Pretty.ts +0 -205
  107. package/src/PrimaryKey.ts +0 -23
  108. package/src/PubSub.ts +0 -182
  109. package/src/Queue.ts +0 -644
  110. package/src/Random.ts +0 -204
  111. package/src/RateLimiter.ts +0 -138
  112. package/src/RcMap.ts +0 -141
  113. package/src/RcRef.ts +0 -122
  114. package/src/Readable.ts +0 -93
  115. package/src/Record.ts +0 -1274
  116. package/src/RedBlackTree.ts +0 -421
  117. package/src/Redacted.ts +0 -144
  118. package/src/Ref.ts +0 -180
  119. package/src/RegExp.ts +0 -38
  120. package/src/Reloadable.ts +0 -127
  121. package/src/Request.ts +0 -347
  122. package/src/RequestBlock.ts +0 -118
  123. package/src/RequestResolver.ts +0 -366
  124. package/src/Resource.ts +0 -119
  125. package/src/Runtime.ts +0 -383
  126. package/src/RuntimeFlags.ts +0 -368
  127. package/src/RuntimeFlagsPatch.ts +0 -183
  128. package/src/STM.ts +0 -2045
  129. package/src/Schedule.ts +0 -2219
  130. package/src/ScheduleDecision.ts +0 -62
  131. package/src/ScheduleInterval.ts +0 -151
  132. package/src/ScheduleIntervals.ts +0 -122
  133. package/src/Scheduler.ts +0 -353
  134. package/src/Schema.ts +0 -10914
  135. package/src/SchemaAST.ts +0 -3043
  136. package/src/Scope.ts +0 -204
  137. package/src/ScopedCache.ts +0 -151
  138. package/src/ScopedRef.ts +0 -117
  139. package/src/Secret.ts +0 -88
  140. package/src/SingleProducerAsyncInput.ts +0 -67
  141. package/src/Sink.ts +0 -1461
  142. package/src/SortedMap.ts +0 -287
  143. package/src/SortedSet.ts +0 -390
  144. package/src/Stream.ts +0 -6468
  145. package/src/StreamEmit.ts +0 -136
  146. package/src/StreamHaltStrategy.ts +0 -123
  147. package/src/Streamable.ts +0 -45
  148. package/src/String.ts +0 -778
  149. package/src/Struct.ts +0 -243
  150. package/src/Subscribable.ts +0 -100
  151. package/src/SubscriptionRef.ts +0 -298
  152. package/src/Supervisor.ts +0 -240
  153. package/src/Symbol.ts +0 -29
  154. package/src/SynchronizedRef.ts +0 -270
  155. package/src/TArray.ts +0 -495
  156. package/src/TDeferred.ts +0 -100
  157. package/src/TMap.ts +0 -515
  158. package/src/TPriorityQueue.ts +0 -223
  159. package/src/TPubSub.ts +0 -200
  160. package/src/TQueue.ts +0 -432
  161. package/src/TRandom.ts +0 -129
  162. package/src/TReentrantLock.ts +0 -224
  163. package/src/TRef.ts +0 -178
  164. package/src/TSemaphore.ts +0 -129
  165. package/src/TSet.ts +0 -365
  166. package/src/TSubscriptionRef.ts +0 -192
  167. package/src/Take.ts +0 -258
  168. package/src/TestAnnotation.ts +0 -158
  169. package/src/TestAnnotationMap.ts +0 -119
  170. package/src/TestAnnotations.ts +0 -117
  171. package/src/TestClock.ts +0 -556
  172. package/src/TestConfig.ts +0 -47
  173. package/src/TestContext.ts +0 -36
  174. package/src/TestLive.ts +0 -53
  175. package/src/TestServices.ts +0 -390
  176. package/src/TestSized.ts +0 -55
  177. package/src/Tracer.ts +0 -198
  178. package/src/Trie.ts +0 -840
  179. package/src/Tuple.ts +0 -305
  180. package/src/Types.ts +0 -353
  181. package/src/Unify.ts +0 -113
  182. package/src/UpstreamPullRequest.ts +0 -117
  183. package/src/UpstreamPullStrategy.ts +0 -121
  184. package/src/Utils.ts +0 -809
  185. package/src/index.ts +0 -1561
  186. package/src/internal/array.ts +0 -8
  187. package/src/internal/blockedRequests.ts +0 -520
  188. package/src/internal/cache.ts +0 -733
  189. package/src/internal/cause.ts +0 -1050
  190. package/src/internal/channel/channelExecutor.ts +0 -1200
  191. package/src/internal/channel/channelState.ts +0 -134
  192. package/src/internal/channel/childExecutorDecision.ts +0 -96
  193. package/src/internal/channel/continuation.ts +0 -200
  194. package/src/internal/channel/mergeDecision.ts +0 -113
  195. package/src/internal/channel/mergeState.ts +0 -120
  196. package/src/internal/channel/mergeStrategy.ts +0 -72
  197. package/src/internal/channel/singleProducerAsyncInput.ts +0 -259
  198. package/src/internal/channel/subexecutor.ts +0 -229
  199. package/src/internal/channel/upstreamPullRequest.ts +0 -84
  200. package/src/internal/channel/upstreamPullStrategy.ts +0 -87
  201. package/src/internal/channel.ts +0 -2603
  202. package/src/internal/clock.ts +0 -95
  203. package/src/internal/completedRequestMap.ts +0 -9
  204. package/src/internal/concurrency.ts +0 -54
  205. package/src/internal/config.ts +0 -716
  206. package/src/internal/configError.ts +0 -304
  207. package/src/internal/configProvider/pathPatch.ts +0 -97
  208. package/src/internal/configProvider.ts +0 -799
  209. package/src/internal/console.ts +0 -153
  210. package/src/internal/context.ts +0 -337
  211. package/src/internal/core-effect.ts +0 -2293
  212. package/src/internal/core-stream.ts +0 -998
  213. package/src/internal/core.ts +0 -3273
  214. package/src/internal/data.ts +0 -36
  215. package/src/internal/dataSource.ts +0 -327
  216. package/src/internal/dateTime.ts +0 -1277
  217. package/src/internal/defaultServices/console.ts +0 -100
  218. package/src/internal/defaultServices.ts +0 -163
  219. package/src/internal/deferred.ts +0 -46
  220. package/src/internal/differ/chunkPatch.ts +0 -211
  221. package/src/internal/differ/contextPatch.ts +0 -232
  222. package/src/internal/differ/hashMapPatch.ts +0 -220
  223. package/src/internal/differ/hashSetPatch.ts +0 -176
  224. package/src/internal/differ/orPatch.ts +0 -311
  225. package/src/internal/differ/readonlyArrayPatch.ts +0 -210
  226. package/src/internal/differ.ts +0 -200
  227. package/src/internal/doNotation.ts +0 -80
  228. package/src/internal/effect/circular.ts +0 -905
  229. package/src/internal/effectable.ts +0 -131
  230. package/src/internal/either.ts +0 -110
  231. package/src/internal/encoding/base64.ts +0 -286
  232. package/src/internal/encoding/base64Url.ts +0 -29
  233. package/src/internal/encoding/common.ts +0 -51
  234. package/src/internal/encoding/hex.ts +0 -315
  235. package/src/internal/errors.ts +0 -7
  236. package/src/internal/executionPlan.ts +0 -114
  237. package/src/internal/executionStrategy.ts +0 -74
  238. package/src/internal/fiber.ts +0 -388
  239. package/src/internal/fiberId.ts +0 -267
  240. package/src/internal/fiberMessage.ts +0 -82
  241. package/src/internal/fiberRefs/patch.ts +0 -144
  242. package/src/internal/fiberRefs.ts +0 -297
  243. package/src/internal/fiberRuntime.ts +0 -3915
  244. package/src/internal/fiberScope.ts +0 -71
  245. package/src/internal/fiberStatus.ts +0 -119
  246. package/src/internal/groupBy.ts +0 -530
  247. package/src/internal/hashMap/array.ts +0 -49
  248. package/src/internal/hashMap/bitwise.ts +0 -32
  249. package/src/internal/hashMap/config.ts +0 -14
  250. package/src/internal/hashMap/keySet.ts +0 -8
  251. package/src/internal/hashMap/node.ts +0 -391
  252. package/src/internal/hashMap.ts +0 -586
  253. package/src/internal/hashSet.ts +0 -323
  254. package/src/internal/keyedPool.ts +0 -244
  255. package/src/internal/layer/circular.ts +0 -228
  256. package/src/internal/layer.ts +0 -1487
  257. package/src/internal/logSpan.ts +0 -20
  258. package/src/internal/logger-circular.ts +0 -24
  259. package/src/internal/logger.ts +0 -485
  260. package/src/internal/mailbox.ts +0 -561
  261. package/src/internal/managedRuntime/circular.ts +0 -6
  262. package/src/internal/managedRuntime.ts +0 -134
  263. package/src/internal/matcher.ts +0 -652
  264. package/src/internal/metric/boundaries.ts +0 -75
  265. package/src/internal/metric/hook.ts +0 -483
  266. package/src/internal/metric/key.ts +0 -167
  267. package/src/internal/metric/keyType.ts +0 -238
  268. package/src/internal/metric/label.ts +0 -41
  269. package/src/internal/metric/pair.ts +0 -48
  270. package/src/internal/metric/polling.ts +0 -149
  271. package/src/internal/metric/registry.ts +0 -187
  272. package/src/internal/metric/state.ts +0 -290
  273. package/src/internal/metric.ts +0 -577
  274. package/src/internal/opCodes/cause.ts +0 -35
  275. package/src/internal/opCodes/channel.ts +0 -83
  276. package/src/internal/opCodes/channelChildExecutorDecision.ts +0 -17
  277. package/src/internal/opCodes/channelMergeDecision.ts +0 -11
  278. package/src/internal/opCodes/channelMergeState.ts +0 -17
  279. package/src/internal/opCodes/channelMergeStrategy.ts +0 -11
  280. package/src/internal/opCodes/channelState.ts +0 -23
  281. package/src/internal/opCodes/channelUpstreamPullRequest.ts +0 -11
  282. package/src/internal/opCodes/channelUpstreamPullStrategy.ts +0 -11
  283. package/src/internal/opCodes/config.ts +0 -65
  284. package/src/internal/opCodes/configError.ts +0 -35
  285. package/src/internal/opCodes/continuation.ts +0 -11
  286. package/src/internal/opCodes/deferred.ts +0 -11
  287. package/src/internal/opCodes/effect.ts +0 -89
  288. package/src/internal/opCodes/layer.ts +0 -59
  289. package/src/internal/opCodes/streamHaltStrategy.ts +0 -23
  290. package/src/internal/option.ts +0 -80
  291. package/src/internal/pool.ts +0 -432
  292. package/src/internal/pubsub.ts +0 -1762
  293. package/src/internal/query.ts +0 -204
  294. package/src/internal/queue.ts +0 -766
  295. package/src/internal/random.ts +0 -161
  296. package/src/internal/rateLimiter.ts +0 -93
  297. package/src/internal/rcMap.ts +0 -285
  298. package/src/internal/rcRef.ts +0 -192
  299. package/src/internal/redBlackTree/iterator.ts +0 -200
  300. package/src/internal/redBlackTree/node.ts +0 -68
  301. package/src/internal/redBlackTree.ts +0 -1245
  302. package/src/internal/redacted.ts +0 -73
  303. package/src/internal/ref.ts +0 -171
  304. package/src/internal/reloadable.ts +0 -140
  305. package/src/internal/request.ts +0 -177
  306. package/src/internal/resource.ts +0 -76
  307. package/src/internal/ringBuffer.ts +0 -68
  308. package/src/internal/runtime.ts +0 -558
  309. package/src/internal/runtimeFlags.ts +0 -188
  310. package/src/internal/runtimeFlagsPatch.ts +0 -103
  311. package/src/internal/schedule/decision.ts +0 -47
  312. package/src/internal/schedule/interval.ts +0 -101
  313. package/src/internal/schedule/intervals.ts +0 -180
  314. package/src/internal/schedule.ts +0 -2199
  315. package/src/internal/schema/errors.ts +0 -191
  316. package/src/internal/schema/schemaId.ts +0 -106
  317. package/src/internal/schema/util.ts +0 -50
  318. package/src/internal/scopedCache.ts +0 -644
  319. package/src/internal/scopedRef.ts +0 -118
  320. package/src/internal/secret.ts +0 -89
  321. package/src/internal/singleShotGen.ts +0 -35
  322. package/src/internal/sink.ts +0 -2120
  323. package/src/internal/stack.ts +0 -10
  324. package/src/internal/stm/core.ts +0 -817
  325. package/src/internal/stm/entry.ts +0 -59
  326. package/src/internal/stm/journal.ts +0 -123
  327. package/src/internal/stm/opCodes/stm.ts +0 -71
  328. package/src/internal/stm/opCodes/stmState.ts +0 -17
  329. package/src/internal/stm/opCodes/strategy.ts +0 -17
  330. package/src/internal/stm/opCodes/tExit.ts +0 -29
  331. package/src/internal/stm/opCodes/tryCommit.ts +0 -11
  332. package/src/internal/stm/stm.ts +0 -1453
  333. package/src/internal/stm/stmState.ts +0 -136
  334. package/src/internal/stm/tArray.ts +0 -550
  335. package/src/internal/stm/tDeferred.ts +0 -81
  336. package/src/internal/stm/tExit.ts +0 -190
  337. package/src/internal/stm/tMap.ts +0 -824
  338. package/src/internal/stm/tPriorityQueue.ts +0 -267
  339. package/src/internal/stm/tPubSub.ts +0 -551
  340. package/src/internal/stm/tQueue.ts +0 -393
  341. package/src/internal/stm/tRandom.ts +0 -140
  342. package/src/internal/stm/tReentrantLock.ts +0 -352
  343. package/src/internal/stm/tRef.ts +0 -195
  344. package/src/internal/stm/tSemaphore.ts +0 -113
  345. package/src/internal/stm/tSet.ts +0 -259
  346. package/src/internal/stm/tSubscriptionRef.ts +0 -286
  347. package/src/internal/stm/tryCommit.ts +0 -34
  348. package/src/internal/stm/txnId.ts +0 -14
  349. package/src/internal/stm/versioned.ts +0 -4
  350. package/src/internal/stream/debounceState.ts +0 -57
  351. package/src/internal/stream/emit.ts +0 -123
  352. package/src/internal/stream/haltStrategy.ts +0 -94
  353. package/src/internal/stream/handoff.ts +0 -187
  354. package/src/internal/stream/handoffSignal.ts +0 -59
  355. package/src/internal/stream/pull.ts +0 -34
  356. package/src/internal/stream/sinkEndReason.ts +0 -30
  357. package/src/internal/stream/zipAllState.ts +0 -88
  358. package/src/internal/stream/zipChunksState.ts +0 -56
  359. package/src/internal/stream.ts +0 -8801
  360. package/src/internal/string-utils.ts +0 -107
  361. package/src/internal/subscriptionRef.ts +0 -138
  362. package/src/internal/supervisor/patch.ts +0 -190
  363. package/src/internal/supervisor.ts +0 -303
  364. package/src/internal/synchronizedRef.ts +0 -114
  365. package/src/internal/take.ts +0 -199
  366. package/src/internal/testing/sleep.ts +0 -27
  367. package/src/internal/testing/suspendedWarningData.ts +0 -85
  368. package/src/internal/testing/warningData.ts +0 -94
  369. package/src/internal/tracer.ts +0 -293
  370. package/src/internal/trie.ts +0 -722
  371. package/src/internal/version.ts +0 -7
package/src/List.ts DELETED
@@ -1,977 +0,0 @@
1
- /**
2
- * A data type for immutable linked lists representing ordered collections of elements of type `A`.
3
- *
4
- * This data type is optimal for last-in-first-out (LIFO), stack-like access patterns. If you need another access pattern, for example, random access or FIFO, consider using a collection more suited to this than `List`.
5
- *
6
- * **Performance**
7
- *
8
- * - Time: `List` has `O(1)` prepend and head/tail access. Most other operations are `O(n)` on the number of elements in the list. This includes the index-based lookup of elements, `length`, `append` and `reverse`.
9
- * - Space: `List` implements structural sharing of the tail list. This means that many operations are either zero- or constant-memory cost.
10
- *
11
- * @since 2.0.0
12
- */
13
-
14
- /**
15
- * This file is ported from
16
- *
17
- * Scala (https://www.scala-lang.org)
18
- *
19
- * Copyright EPFL and Lightbend, Inc.
20
- *
21
- * Licensed under Apache License 2.0
22
- * (http://www.apache.org/licenses/LICENSE-2.0).
23
- */
24
- import * as Arr from "./Array.js"
25
- import * as Chunk from "./Chunk.js"
26
- import * as Either from "./Either.js"
27
- import * as Equal from "./Equal.js"
28
- import * as Equivalence from "./Equivalence.js"
29
- import { dual, identity, unsafeCoerce } from "./Function.js"
30
- import * as Hash from "./Hash.js"
31
- import { format, type Inspectable, NodeInspectSymbol, toJSON } from "./Inspectable.js"
32
- import type { nonEmpty, NonEmptyIterable } from "./NonEmptyIterable.js"
33
- import * as Option from "./Option.js"
34
- import type { Pipeable } from "./Pipeable.js"
35
- import { pipeArguments } from "./Pipeable.js"
36
- import { hasProperty, type Predicate, type Refinement } from "./Predicate.js"
37
- import type { NoInfer } from "./Types.js"
38
-
39
- /**
40
- * Represents an immutable linked list of elements of type `A`.
41
- *
42
- * A `List` is optimal for last-in-first-out (LIFO), stack-like access patterns.
43
- * If you need another access pattern, for example, random access or FIFO,
44
- * consider using a collection more suited for that other than `List`.
45
- *
46
- * @since 2.0.0
47
- * @category models
48
- */
49
- export type List<A> = Cons<A> | Nil<A>
50
-
51
- /**
52
- * @since 2.0.0
53
- * @category symbol
54
- */
55
- export const TypeId: unique symbol = Symbol.for("effect/List")
56
-
57
- /**
58
- * @since 2.0.0
59
- * @category symbol
60
- */
61
- export type TypeId = typeof TypeId
62
-
63
- /**
64
- * @since 2.0.0
65
- * @category models
66
- */
67
- export interface Nil<out A> extends Iterable<A>, Equal.Equal, Pipeable, Inspectable {
68
- readonly [TypeId]: TypeId
69
- readonly _tag: "Nil"
70
- }
71
-
72
- /**
73
- * @since 2.0.0
74
- * @category models
75
- */
76
- export interface Cons<out A> extends NonEmptyIterable<A>, Equal.Equal, Pipeable, Inspectable {
77
- readonly [TypeId]: TypeId
78
- readonly _tag: "Cons"
79
- readonly head: A
80
- readonly tail: List<A>
81
- }
82
-
83
- /**
84
- * Converts the specified `List` to an `Array`.
85
- *
86
- * @category conversions
87
- * @since 2.0.0
88
- */
89
- export const toArray = <A>(self: List<A>): Array<A> => Arr.fromIterable(self)
90
-
91
- /**
92
- * @category equivalence
93
- * @since 2.0.0
94
- */
95
- export const getEquivalence = <A>(isEquivalent: Equivalence.Equivalence<A>): Equivalence.Equivalence<List<A>> =>
96
- Equivalence.mapInput(Arr.getEquivalence(isEquivalent), toArray<A>)
97
-
98
- const _equivalence = getEquivalence(Equal.equals)
99
-
100
- const ConsProto: Omit<Cons<unknown>, "head" | "tail" | typeof nonEmpty> = {
101
- [TypeId]: TypeId,
102
- _tag: "Cons",
103
- toString(this: Cons<unknown>) {
104
- return format(this.toJSON())
105
- },
106
- toJSON(this: Cons<unknown>) {
107
- return {
108
- _id: "List",
109
- _tag: "Cons",
110
- values: toArray(this).map(toJSON)
111
- }
112
- },
113
- [NodeInspectSymbol]() {
114
- return this.toJSON()
115
- },
116
- [Equal.symbol](this: Cons<unknown>, that: unknown): boolean {
117
- return isList(that) &&
118
- this._tag === that._tag &&
119
- _equivalence(this, that)
120
- },
121
- [Hash.symbol](this: Cons<unknown>): number {
122
- return Hash.cached(this, Hash.array(toArray(this)))
123
- },
124
- [Symbol.iterator](this: Cons<unknown>): Iterator<unknown> {
125
- let done = false
126
- // eslint-disable-next-line @typescript-eslint/no-this-alias
127
- let self: List<unknown> = this
128
- return {
129
- next() {
130
- if (done) {
131
- return this.return!()
132
- }
133
- if (self._tag === "Nil") {
134
- done = true
135
- return this.return!()
136
- }
137
- const value: unknown = self.head
138
- self = self.tail
139
- return { done, value }
140
- },
141
- return(value?: unknown) {
142
- if (!done) {
143
- done = true
144
- }
145
- return { done: true, value }
146
- }
147
- }
148
- },
149
- pipe() {
150
- return pipeArguments(this, arguments)
151
- }
152
- }
153
-
154
- interface MutableCons<A> extends Cons<A> {
155
- head: A
156
- tail: List<A>
157
- }
158
-
159
- const makeCons = <A>(head: A, tail: List<A>): MutableCons<A> => {
160
- const cons = Object.create(ConsProto)
161
- cons.head = head
162
- cons.tail = tail
163
- return cons
164
- }
165
-
166
- const NilHash = Hash.string("Nil")
167
- const NilProto: Nil<unknown> = {
168
- [TypeId]: TypeId,
169
- _tag: "Nil",
170
- toString() {
171
- return format(this.toJSON())
172
- },
173
- toJSON() {
174
- return {
175
- _id: "List",
176
- _tag: "Nil"
177
- }
178
- },
179
- [NodeInspectSymbol]() {
180
- return this.toJSON()
181
- },
182
- [Hash.symbol](): number {
183
- return NilHash
184
- },
185
- [Equal.symbol](that: unknown): boolean {
186
- return isList(that) && this._tag === that._tag
187
- },
188
- [Symbol.iterator](): Iterator<unknown> {
189
- return {
190
- next() {
191
- return { done: true, value: undefined }
192
- }
193
- }
194
- },
195
- pipe() {
196
- return pipeArguments(this, arguments)
197
- }
198
- } as const
199
-
200
- const _Nil = Object.create(NilProto) as Nil<never>
201
-
202
- /**
203
- * Returns `true` if the specified value is a `List`, `false` otherwise.
204
- *
205
- * @since 2.0.0
206
- * @category refinements
207
- */
208
- export const isList: {
209
- <A>(u: Iterable<A>): u is List<A>
210
- (u: unknown): u is List<unknown>
211
- } = (u: unknown): u is List<unknown> => hasProperty(u, TypeId)
212
-
213
- /**
214
- * Returns `true` if the specified value is a `List.Nil<A>`, `false` otherwise.
215
- *
216
- * @since 2.0.0
217
- * @category refinements
218
- */
219
- export const isNil = <A>(self: List<A>): self is Nil<A> => self._tag === "Nil"
220
-
221
- /**
222
- * Returns `true` if the specified value is a `List.Cons<A>`, `false` otherwise.
223
- *
224
- * @since 2.0.0
225
- * @category refinements
226
- */
227
- export const isCons = <A>(self: List<A>): self is Cons<A> => self._tag === "Cons"
228
-
229
- /**
230
- * Returns the number of elements contained in the specified `List`
231
- *
232
- * @since 2.0.0
233
- * @category getters
234
- */
235
- export const size = <A>(self: List<A>): number => {
236
- let these = self
237
- let len = 0
238
- while (!isNil(these)) {
239
- len += 1
240
- these = these.tail
241
- }
242
- return len
243
- }
244
-
245
- /**
246
- * Constructs a new empty `List<A>`.
247
- *
248
- * @since 2.0.0
249
- * @category constructors
250
- */
251
- export const nil = <A = never>(): List<A> => _Nil
252
-
253
- /**
254
- * Constructs a new `List.Cons<A>` from the specified `head` and `tail` values.
255
- *
256
- * @since 2.0.0
257
- * @category constructors
258
- */
259
- export const cons = <A>(head: A, tail: List<A>): Cons<A> => makeCons(head, tail)
260
-
261
- /**
262
- * Constructs a new empty `List<A>`.
263
- *
264
- * Alias of {@link nil}.
265
- *
266
- * @since 2.0.0
267
- * @category constructors
268
- */
269
- export const empty = nil
270
-
271
- /**
272
- * Constructs a new `List<A>` from the specified value.
273
- *
274
- * @since 2.0.0
275
- * @category constructors
276
- */
277
- export const of = <A>(value: A): Cons<A> => makeCons(value, _Nil)
278
-
279
- /**
280
- * Creates a new `List` from an iterable collection of values.
281
- *
282
- * @since 2.0.0
283
- * @category constructors
284
- */
285
- export const fromIterable = <A>(prefix: Iterable<A>): List<A> => {
286
- const iterator = prefix[Symbol.iterator]()
287
- let next: IteratorResult<A>
288
- if ((next = iterator.next()) && !next.done) {
289
- const result = makeCons(next.value, _Nil)
290
- let curr = result
291
- while ((next = iterator.next()) && !next.done) {
292
- const temp = makeCons(next.value, _Nil)
293
- curr.tail = temp
294
- curr = temp
295
- }
296
- return result
297
- } else {
298
- return _Nil
299
- }
300
- }
301
-
302
- /**
303
- * Constructs a new `List<A>` from the specified values.
304
- *
305
- * @since 2.0.0
306
- * @category constructors
307
- */
308
- export const make = <Elements extends readonly [any, ...Array<any>]>(
309
- ...elements: Elements
310
- ): Cons<Elements[number]> => fromIterable(elements) as any
311
-
312
- /**
313
- * Appends the specified element to the end of the `List`, creating a new `Cons`.
314
- *
315
- * @category concatenating
316
- * @since 2.0.0
317
- */
318
- export const append: {
319
- <B>(element: B): <A>(self: List<A>) => Cons<A | B>
320
- <A, B>(self: List<A>, element: B): Cons<A | B>
321
- } = dual(2, <A, B>(self: List<A>, element: B): Cons<A | B> => appendAll(self, of(element)))
322
-
323
- /**
324
- * Concatenates two lists, combining their elements.
325
- * If either list is non-empty, the result is also a non-empty list.
326
- *
327
- * @example
328
- * ```ts
329
- * import * as assert from "node:assert"
330
- * import { List } from "effect"
331
- *
332
- * assert.deepStrictEqual(
333
- * List.make(1, 2).pipe(List.appendAll(List.make("a", "b")), List.toArray),
334
- * [1, 2, "a", "b"]
335
- * )
336
- * ```
337
- *
338
- * @category concatenating
339
- * @since 2.0.0
340
- */
341
- export const appendAll: {
342
- <S extends List<any>, T extends List<any>>(that: T): (self: S) => List.OrNonEmpty<S, T, List.Infer<S> | List.Infer<T>>
343
- <A, B>(self: List<A>, that: Cons<B>): Cons<A | B>
344
- <A, B>(self: Cons<A>, that: List<B>): Cons<A | B>
345
- <A, B>(self: List<A>, that: List<B>): List<A | B>
346
- } = dual(2, <A, B>(self: List<A>, that: List<B>): List<A | B> => prependAll(that, self))
347
-
348
- /**
349
- * Prepends the specified element to the beginning of the list.
350
- *
351
- * @category concatenating
352
- * @since 2.0.0
353
- */
354
- export const prepend: {
355
- <B>(element: B): <A>(self: List<A>) => Cons<A | B>
356
- <A, B>(self: List<A>, element: B): Cons<A | B>
357
- } = dual(2, <A, B>(self: List<A>, element: B): Cons<A | B> => cons<A | B>(element, self))
358
-
359
- /**
360
- * Prepends the specified prefix list to the beginning of the specified list.
361
- * If either list is non-empty, the result is also a non-empty list.
362
- *
363
- * @example
364
- * ```ts
365
- * import * as assert from "node:assert"
366
- * import { List } from "effect"
367
- *
368
- * assert.deepStrictEqual(
369
- * List.make(1, 2).pipe(List.prependAll(List.make("a", "b")), List.toArray),
370
- * ["a", "b", 1, 2]
371
- * )
372
- * ```
373
- *
374
- * @category concatenating
375
- * @since 2.0.0
376
- */
377
- export const prependAll: {
378
- <S extends List<any>, T extends List<any>>(that: T): (self: S) => List.OrNonEmpty<S, T, List.Infer<S> | List.Infer<T>>
379
- <A, B>(self: List<A>, that: Cons<B>): Cons<A | B>
380
- <A, B>(self: Cons<A>, that: List<B>): Cons<A | B>
381
- <A, B>(self: List<A>, that: List<B>): List<A | B>
382
- } = dual(2, <A, B>(self: List<A>, prefix: List<B>): List<A | B> => {
383
- if (isNil(self)) {
384
- return prefix
385
- } else if (isNil(prefix)) {
386
- return self
387
- } else {
388
- const result = makeCons<A | B>(prefix.head, self)
389
- let curr = result
390
- let that = prefix.tail
391
- while (!isNil(that)) {
392
- const temp = makeCons<A | B>(that.head, self)
393
- curr.tail = temp
394
- curr = temp
395
- that = that.tail
396
- }
397
- return result
398
- }
399
- })
400
-
401
- /**
402
- * Prepends the specified prefix list (in reverse order) to the beginning of the
403
- * specified list.
404
- *
405
- * @category concatenating
406
- * @since 2.0.0
407
- */
408
- export const prependAllReversed: {
409
- <B>(prefix: List<B>): <A>(self: List<A>) => List<A | B>
410
- <A, B>(self: List<A>, prefix: List<B>): List<A | B>
411
- } = dual(2, <A, B>(self: List<A>, prefix: List<B>): List<A | B> => {
412
- let out: List<A | B> = self
413
- let pres = prefix
414
- while (isCons(pres)) {
415
- out = makeCons(pres.head, out)
416
- pres = pres.tail
417
- }
418
- return out
419
- })
420
-
421
- /**
422
- * Drops the first `n` elements from the specified list.
423
- *
424
- * @since 2.0.0
425
- * @category combinators
426
- */
427
- export const drop: {
428
- (n: number): <A>(self: List<A>) => List<A>
429
- <A>(self: List<A>, n: number): List<A>
430
- } = dual(2, <A>(self: List<A>, n: number): List<A> => {
431
- if (n <= 0) {
432
- return self
433
- }
434
- if (n >= size(self)) {
435
- return _Nil
436
- }
437
- let these = self
438
- let i = 0
439
- while (!isNil(these) && i < n) {
440
- these = these.tail
441
- i += 1
442
- }
443
- return these
444
- })
445
-
446
- /**
447
- * Check if a predicate holds true for every `List` element.
448
- *
449
- * @since 2.0.0
450
- * @category elements
451
- */
452
- export const every: {
453
- <A, B extends A>(refinement: Refinement<NoInfer<A>, B>): (self: List<A>) => self is List<B>
454
- <A>(predicate: Predicate<A>): (self: List<A>) => boolean
455
- <A, B extends A>(self: List<A>, refinement: Refinement<A, B>): self is List<B>
456
- <A>(self: List<A>, predicate: Predicate<A>): boolean
457
- } = dual(2, <A, B extends A>(self: List<A>, refinement: Refinement<A, B>): self is List<B> => {
458
- for (const a of self) {
459
- if (!refinement(a)) {
460
- return false
461
- }
462
- }
463
- return true
464
- })
465
-
466
- /**
467
- * Check if a predicate holds true for some `List` element.
468
- *
469
- * @since 2.0.0
470
- * @category elements
471
- */
472
- export const some: {
473
- <A>(predicate: Predicate<NoInfer<A>>): (self: List<A>) => self is Cons<A>
474
- <A>(self: List<A>, predicate: Predicate<A>): self is Cons<A>
475
- } = dual(2, <A>(self: List<A>, predicate: Predicate<A>): self is Cons<A> => {
476
- let these = self
477
- while (!isNil(these)) {
478
- if (predicate(these.head)) {
479
- return true
480
- }
481
- these = these.tail
482
- }
483
- return false
484
- })
485
-
486
- /**
487
- * Filters a list using the specified predicate.
488
- *
489
- * @since 2.0.0
490
- * @category combinators
491
- */
492
- export const filter: {
493
- <A, B extends A>(refinement: Refinement<NoInfer<A>, B>): (self: List<A>) => List<B>
494
- <A>(predicate: Predicate<NoInfer<A>>): (self: List<A>) => List<A>
495
- <A, B extends A>(self: List<A>, refinement: Refinement<A, B>): List<B>
496
- <A>(self: List<A>, predicate: Predicate<A>): List<A>
497
- } = dual(2, <A>(self: List<A>, predicate: Predicate<A>): List<A> => noneIn(self, predicate, false))
498
-
499
- // everything seen so far is not included
500
- const noneIn = <A>(
501
- self: List<A>,
502
- predicate: Predicate<A>,
503
- isFlipped: boolean
504
- ): List<A> => {
505
- while (true) {
506
- if (isNil(self)) {
507
- return _Nil
508
- } else {
509
- if (predicate(self.head) !== isFlipped) {
510
- return allIn(self, self.tail, predicate, isFlipped)
511
- } else {
512
- self = self.tail
513
- }
514
- }
515
- }
516
- }
517
-
518
- // everything from 'start' is included, if everything from this point is in we can return the origin
519
- // start otherwise if we discover an element that is out we must create a new partial list.
520
- const allIn = <A>(
521
- start: List<A>,
522
- remaining: List<A>,
523
- predicate: Predicate<A>,
524
- isFlipped: boolean
525
- ): List<A> => {
526
- while (true) {
527
- if (isNil(remaining)) {
528
- return start
529
- } else {
530
- if (predicate(remaining.head) !== isFlipped) {
531
- remaining = remaining.tail
532
- } else {
533
- return partialFill(start, remaining, predicate, isFlipped)
534
- }
535
- }
536
- }
537
- }
538
-
539
- // we have seen elements that should be included then one that should be excluded, start building
540
- const partialFill = <A>(
541
- origStart: List<A>,
542
- firstMiss: List<A>,
543
- predicate: Predicate<A>,
544
- isFlipped: boolean
545
- ): List<A> => {
546
- const newHead = makeCons<A>(unsafeHead(origStart)!, _Nil)
547
- let toProcess = unsafeTail(origStart)! as Cons<A>
548
- let currentLast = newHead
549
-
550
- // we know that all elements are :: until at least firstMiss.tail
551
- while (!(toProcess === firstMiss)) {
552
- const newElem = makeCons(unsafeHead(toProcess)!, _Nil)
553
- currentLast.tail = newElem
554
- currentLast = unsafeCoerce(newElem)
555
- toProcess = unsafeCoerce(toProcess.tail)
556
- }
557
-
558
- // at this point newHead points to a list which is a duplicate of all the 'in' elements up to the first miss.
559
- // currentLast is the last element in that list.
560
-
561
- // now we are going to try and share as much of the tail as we can, only moving elements across when we have to.
562
- let next = firstMiss.tail
563
- let nextToCopy: Cons<A> = unsafeCoerce(next) // the next element we would need to copy to our list if we cant share.
564
- while (!isNil(next)) {
565
- // generally recommended is next.isNonEmpty but this incurs an extra method call.
566
- const head = unsafeHead(next)!
567
- if (predicate(head) !== isFlipped) {
568
- next = next.tail
569
- } else {
570
- // its not a match - do we have outstanding elements?
571
- while (!(nextToCopy === next)) {
572
- const newElem = makeCons(unsafeHead(nextToCopy)!, _Nil)
573
- currentLast.tail = newElem
574
- currentLast = newElem
575
- nextToCopy = unsafeCoerce(nextToCopy.tail)
576
- }
577
- nextToCopy = unsafeCoerce(next.tail)
578
- next = next.tail
579
- }
580
- }
581
-
582
- // we have remaining elements - they are unchanged attach them to the end
583
- if (!isNil(nextToCopy)) {
584
- currentLast.tail = nextToCopy
585
- }
586
- return newHead
587
- }
588
-
589
- /**
590
- * Filters and maps a list using the specified partial function. The resulting
591
- * list may be smaller than the input list due to the possibility of the partial
592
- * function not being defined for some elements.
593
- *
594
- * @since 2.0.0
595
- * @category combinators
596
- */
597
- export const filterMap: {
598
- <A, B>(f: (a: A) => Option.Option<B>): (self: List<A>) => List<B>
599
- <A, B>(self: List<A>, f: (a: A) => Option.Option<B>): List<B>
600
- } = dual(2, <A, B>(self: List<A>, f: (a: A) => Option.Option<B>): List<B> => {
601
- const bs: Array<B> = []
602
- for (const a of self) {
603
- const oa = f(a)
604
- if (Option.isSome(oa)) {
605
- bs.push(oa.value)
606
- }
607
- }
608
- return fromIterable(bs)
609
- })
610
-
611
- /**
612
- * Removes all `None` values from the specified list.
613
- *
614
- * @since 2.0.0
615
- * @category combinators
616
- */
617
- export const compact = <A>(self: List<Option.Option<A>>): List<A> => filterMap(self, identity)
618
-
619
- /**
620
- * Returns the first element that satisfies the specified
621
- * predicate, or `None` if no such element exists.
622
- *
623
- * @category elements
624
- * @since 2.0.0
625
- */
626
- export const findFirst: {
627
- <A, B extends A>(refinement: Refinement<NoInfer<A>, B>): (self: List<A>) => Option.Option<B>
628
- <A>(predicate: Predicate<NoInfer<A>>): (self: List<A>) => Option.Option<A>
629
- <A, B extends A>(self: List<A>, refinement: Refinement<A, B>): Option.Option<B>
630
- <A>(self: List<A>, predicate: Predicate<A>): Option.Option<A>
631
- } = dual(2, <A>(self: List<A>, predicate: Predicate<A>): Option.Option<A> => {
632
- let these = self
633
- while (!isNil(these)) {
634
- if (predicate(these.head)) {
635
- return Option.some(these.head)
636
- }
637
- these = these.tail
638
- }
639
- return Option.none()
640
- })
641
-
642
- /**
643
- * Applies a function to each element in a list and returns a new list containing the concatenated mapped elements.
644
- *
645
- * @since 2.0.0
646
- * @category sequencing
647
- */
648
- export const flatMap: {
649
- <S extends List<any>, T extends List<any>>(
650
- f: (a: List.Infer<S>, i: number) => T
651
- ): (self: S) => List.AndNonEmpty<S, T, List.Infer<T>>
652
- <A, B>(self: Cons<A>, f: (a: A, i: number) => Cons<B>): Cons<B>
653
- <A, B>(self: List<A>, f: (a: A, i: number) => List<B>): List<B>
654
- } = dual(2, <A, B>(self: List<A>, f: (a: A) => List<B>): List<B> => {
655
- let rest = self
656
- let head: MutableCons<B> | undefined = undefined
657
- let tail: MutableCons<B> | undefined = undefined
658
- while (!isNil(rest)) {
659
- let bs = f(rest.head)
660
- while (!isNil(bs)) {
661
- const next = makeCons(bs.head, _Nil)
662
- if (tail === undefined) {
663
- head = next
664
- } else {
665
- tail.tail = next
666
- }
667
- tail = next
668
- bs = bs.tail
669
- }
670
- rest = rest.tail
671
- }
672
- if (head === undefined) {
673
- return _Nil
674
- }
675
- return head
676
- })
677
-
678
- /**
679
- * Applies the specified function to each element of the `List`.
680
- *
681
- * @since 2.0.0
682
- * @category combinators
683
- */
684
- export const forEach: {
685
- <A, B>(f: (a: A) => B): (self: List<A>) => void
686
- <A, B>(self: List<A>, f: (a: A) => B): void
687
- } = dual(2, <A, B>(self: List<A>, f: (a: A) => B): void => {
688
- let these = self
689
- while (!isNil(these)) {
690
- f(these.head)
691
- these = these.tail
692
- }
693
- })
694
-
695
- /**
696
- * Returns the first element of the specified list, or `None` if the list is
697
- * empty.
698
- *
699
- * @since 2.0.0
700
- * @category getters
701
- */
702
- export const head = <A>(self: List<A>): Option.Option<A> => isNil(self) ? Option.none() : Option.some(self.head)
703
-
704
- /**
705
- * Returns the last element of the specified list, or `None` if the list is
706
- * empty.
707
- *
708
- * @since 2.0.0
709
- * @category getters
710
- */
711
- export const last = <A>(self: List<A>): Option.Option<A> => isNil(self) ? Option.none() : Option.some(unsafeLast(self)!)
712
-
713
- /**
714
- * @since 2.0.0
715
- */
716
- export declare namespace List {
717
- /**
718
- * @since 2.0.0
719
- */
720
- export type Infer<S extends List<any>> = S extends List<infer A> ? A : never
721
-
722
- /**
723
- * @since 2.0.0
724
- */
725
- export type With<S extends List<any>, A> = S extends Cons<any> ? Cons<A> : List<A>
726
-
727
- /**
728
- * @since 2.0.0
729
- */
730
- export type OrNonEmpty<S extends List<any>, T extends List<any>, A> = S extends Cons<any> ? Cons<A>
731
- : T extends Cons<any> ? Cons<A>
732
- : List<A>
733
-
734
- /**
735
- * @since 2.0.0
736
- */
737
- export type AndNonEmpty<S extends List<any>, T extends List<any>, A> = S extends Cons<any> ?
738
- T extends Cons<any> ? Cons<A>
739
- : List<A> :
740
- List<A>
741
- }
742
-
743
- /**
744
- * Applies the specified mapping function to each element of the list.
745
- *
746
- * @since 2.0.0
747
- * @category mapping
748
- */
749
- export const map: {
750
- <S extends List<any>, B>(f: (a: List.Infer<S>, i: number) => B): (self: S) => List.With<S, B>
751
- <S extends List<any>, B>(self: S, f: (a: List.Infer<S>, i: number) => B): List.With<S, B>
752
- } = dual(2, <A, B>(self: List<A>, f: (a: A, i: number) => B): List<B> => {
753
- if (isNil(self)) {
754
- return self as unknown as List<B>
755
- } else {
756
- let i = 0
757
- const head = makeCons(f(self.head, i++), _Nil)
758
- let nextHead = head
759
- let rest = self.tail
760
- while (!isNil(rest)) {
761
- const next = makeCons(f(rest.head, i++), _Nil)
762
- nextHead.tail = next
763
- nextHead = next
764
- rest = rest.tail
765
- }
766
- return head
767
- }
768
- })
769
-
770
- /**
771
- * Partition a list into two lists, where the first list contains all elements
772
- * that did not satisfy the specified predicate, and the second list contains
773
- * all elements that did satisfy the specified predicate.
774
- *
775
- * @since 2.0.0
776
- * @category combinators
777
- */
778
- export const partition: {
779
- <A, B extends A>(
780
- refinement: Refinement<NoInfer<A>, B>
781
- ): (self: List<A>) => [excluded: List<Exclude<A, B>>, satisfying: List<B>]
782
- <A>(predicate: Predicate<NoInfer<A>>): (self: List<A>) => [excluded: List<A>, satisfying: List<A>]
783
- <A, B extends A>(self: List<A>, refinement: Refinement<A, B>): [excluded: List<Exclude<A, B>>, satisfying: List<B>]
784
- <A>(self: List<A>, predicate: Predicate<A>): [excluded: List<A>, satisfying: List<A>]
785
- } = dual(2, <A>(self: List<A>, predicate: Predicate<A>): [excluded: List<A>, satisfying: List<A>] => {
786
- const left: Array<A> = []
787
- const right: Array<A> = []
788
- for (const a of self) {
789
- if (predicate(a)) {
790
- right.push(a)
791
- } else {
792
- left.push(a)
793
- }
794
- }
795
- return [fromIterable(left), fromIterable(right)]
796
- })
797
-
798
- /**
799
- * Partition a list into two lists, where the first list contains all elements
800
- * for which the specified function returned a `Left`, and the second list
801
- * contains all elements for which the specified function returned a `Right`.
802
- *
803
- * @since 2.0.0
804
- * @category combinators
805
- */
806
- export const partitionMap: {
807
- <A, B, C>(f: (a: A) => Either.Either<C, B>): (self: List<A>) => [left: List<B>, right: List<C>]
808
- <A, B, C>(self: List<A>, f: (a: A) => Either.Either<C, B>): [left: List<B>, right: List<C>]
809
- } = dual(2, <A, B, C>(self: List<A>, f: (a: A) => Either.Either<C, B>): [left: List<B>, right: List<C>] => {
810
- const left: Array<B> = []
811
- const right: Array<C> = []
812
- for (const a of self) {
813
- const e = f(a)
814
- if (Either.isLeft(e)) {
815
- left.push(e.left)
816
- } else {
817
- right.push(e.right)
818
- }
819
- }
820
- return [fromIterable(left), fromIterable(right)]
821
- })
822
-
823
- /**
824
- * Folds over the elements of the list using the specified function, using the
825
- * specified initial value.
826
- *
827
- * @since 2.0.0
828
- * @category folding
829
- */
830
- export const reduce: {
831
- <Z, A>(zero: Z, f: (b: Z, a: A) => Z): (self: List<A>) => Z
832
- <A, Z>(self: List<A>, zero: Z, f: (b: Z, a: A) => Z): Z
833
- } = dual(3, <A, Z>(self: List<A>, zero: Z, f: (b: Z, a: A) => Z): Z => {
834
- let acc = zero
835
- let these = self
836
- while (!isNil(these)) {
837
- acc = f(acc, these.head)
838
- these = these.tail
839
- }
840
- return acc
841
- })
842
-
843
- /**
844
- * Folds over the elements of the list using the specified function, beginning
845
- * with the last element of the list, using the specified initial value.
846
- *
847
- * @since 2.0.0
848
- * @category folding
849
- */
850
- export const reduceRight: {
851
- <Z, A>(zero: Z, f: (accumulator: Z, value: A) => Z): (self: List<A>) => Z
852
- <Z, A>(self: List<A>, zero: Z, f: (accumulator: Z, value: A) => Z): Z
853
- } = dual(3, <Z, A>(self: List<A>, zero: Z, f: (accumulator: Z, value: A) => Z): Z => {
854
- let acc = zero
855
- let these = reverse(self)
856
- while (!isNil(these)) {
857
- acc = f(acc, these.head)
858
- these = these.tail
859
- }
860
- return acc
861
- })
862
-
863
- /**
864
- * Returns a new list with the elements of the specified list in reverse order.
865
- *
866
- * @since 2.0.0
867
- * @category elements
868
- */
869
- export const reverse = <A>(self: List<A>): List<A> => {
870
- let result = empty<A>()
871
- let these = self
872
- while (!isNil(these)) {
873
- result = prepend(result, these.head)
874
- these = these.tail
875
- }
876
- return result
877
- }
878
-
879
- /**
880
- * Splits the specified list into two lists at the specified index.
881
- *
882
- * @since 2.0.0
883
- * @category combinators
884
- */
885
- export const splitAt: {
886
- (n: number): <A>(self: List<A>) => [beforeIndex: List<A>, fromIndex: List<A>]
887
- <A>(self: List<A>, n: number): [beforeIndex: List<A>, fromIndex: List<A>]
888
- } = dual(2, <A>(self: List<A>, n: number): [List<A>, List<A>] => [take(self, n), drop(self, n)])
889
-
890
- /**
891
- * Returns the tail of the specified list, or `None` if the list is empty.
892
- *
893
- * @since 2.0.0
894
- * @category getters
895
- */
896
- export const tail = <A>(self: List<A>): Option.Option<List<A>> => isNil(self) ? Option.none() : Option.some(self.tail)
897
-
898
- /**
899
- * Takes the specified number of elements from the beginning of the specified
900
- * list.
901
- *
902
- * @since 2.0.0
903
- * @category combinators
904
- */
905
- export const take: {
906
- (n: number): <A>(self: List<A>) => List<A>
907
- <A>(self: List<A>, n: number): List<A>
908
- } = dual(2, <A>(self: List<A>, n: number): List<A> => {
909
- if (n <= 0) {
910
- return _Nil
911
- }
912
- if (n >= size(self)) {
913
- return self
914
- }
915
- let these = make(unsafeHead(self))
916
- let current = unsafeTail(self)!
917
- for (let i = 1; i < n; i++) {
918
- these = makeCons(unsafeHead(current), these)
919
- current = unsafeTail(current!)
920
- }
921
- return reverse(these)
922
- })
923
-
924
- /**
925
- * Converts the specified `List` to a `Chunk`.
926
- *
927
- * @since 2.0.0
928
- * @category conversions
929
- */
930
- export const toChunk = <A>(self: List<A>): Chunk.Chunk<A> => Chunk.fromIterable(self)
931
-
932
- const getExpectedListToBeNonEmptyErrorMessage = "Expected List to be non-empty"
933
-
934
- /**
935
- * Unsafely returns the first element of the specified `List`.
936
- *
937
- * @since 2.0.0
938
- * @category unsafe
939
- */
940
- export const unsafeHead = <A>(self: List<A>): A => {
941
- if (isNil(self)) {
942
- throw new Error(getExpectedListToBeNonEmptyErrorMessage)
943
- }
944
- return self.head
945
- }
946
-
947
- /**
948
- * Unsafely returns the last element of the specified `List`.
949
- *
950
- * @since 2.0.0
951
- * @category unsafe
952
- */
953
- export const unsafeLast = <A>(self: List<A>): A => {
954
- if (isNil(self)) {
955
- throw new Error(getExpectedListToBeNonEmptyErrorMessage)
956
- }
957
- let these = self
958
- let scout = self.tail
959
- while (!isNil(scout)) {
960
- these = scout
961
- scout = scout.tail
962
- }
963
- return these.head
964
- }
965
-
966
- /**
967
- * Unsafely returns the tail of the specified `List`.
968
- *
969
- * @since 2.0.0
970
- * @category unsafe
971
- */
972
- export const unsafeTail = <A>(self: List<A>): List<A> => {
973
- if (isNil(self)) {
974
- throw new Error(getExpectedListToBeNonEmptyErrorMessage)
975
- }
976
- return self.tail
977
- }