Skip to content

Commit c2d117c

Browse files
TheAngryByrdabelbraaksma
authored andcommitted
WhileDynamic for task files
1 parent 2355c6e commit c2d117c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/FSharp.Control.TaskSeq.Test/TaskSeq.Extensions.Tests.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ module TaskBuilder =
3030
// ||> TaskSeq.fold((+))
3131
Assert.Equal(55, sum)
3232
}
33-

src/FSharp.Control.TaskSeq/TaskSeq.fsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,4 +596,3 @@ module AsyncSeqExtensions =
596596
member inline For:
597597
tasksq: System.Collections.Generic.IAsyncEnumerable<'T> * body: ('T -> TaskCode<'TOverall, unit>) ->
598598
TaskCode<'TOverall, unit>
599-

0 commit comments

Comments
 (0)