We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7111a31 commit a0a81e9Copy full SHA for a0a81e9
src/FSharp.Control.TaskSeq.Test/TaskSeq.Except.Tests.fs
@@ -54,7 +54,7 @@ module EmptySeq =
54
let ``TaskSeq-except no side effect in exclude seq if source seq is empty`` variant =
55
let mutable i = 0
56
57
- // argument of TaskSeq.exclude is only iterated once we get the first item
+ // The `exclude` argument of TaskSeq.except is only iterated after the first item
58
// from the input. With empty input, this is not evaluated
59
let exclude = taskSeq {
60
i <- i + 1 // we test that we never get here
0 commit comments