You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/effect/src/Array.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3363,7 +3363,7 @@ export const cartesian: {
3363
3363
* 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
3364
3364
* 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
3365
3365
* 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
3366
-
* 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
3366
+
* 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
* 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
3413
3413
* 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
3414
3414
* 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
3415
-
* 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
3415
+
* 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
3416
3416
*
3417
3417
* **Example**
3418
3418
*
@@ -3473,7 +3473,7 @@ export const bind: {
3473
3473
* 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
3474
3474
* 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
3475
3475
* 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
3476
-
* 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
3476
+
* 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
3477
3477
*
3478
3478
* **Example**
3479
3479
*
@@ -3538,7 +3538,7 @@ export {
3538
3538
* 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
3539
3539
* 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
3540
3540
* 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
3541
-
* 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
3541
+
* 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
0 commit comments