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: docs/AsyncSeqTransforming.fsx
+3-25Lines changed: 3 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,7 @@ open FSharp.Control
36
36
37
37
(**
38
38
39
-
## Transforming Sequences
40
-
41
-
### Using computation expressions
39
+
## Transforming Sequences with computation expressions
42
40
43
41
The most general and simplest way to transform asynchronous sequences is to write a function that accepts an `AsyncSeq<_>` and returns an `AsyncSeq<_>` and is implemented using an `asyncSeq { ... }` computation expression. For example, the following function transforms a sequence of integers into a sequence of strings that labels each integer as even or odd:
0 commit comments