File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module TaskSeq =
9
9
open FSharpy.TaskSeqBuilders
10
10
11
11
// Just for convenience
12
- module Internal = FSharpy. TaskSeqInternal
12
+ module Internal = TaskSeqInternal
13
13
14
14
/// Returns taskSeq as an array. This function is blocking until the sequence is exhausted.
15
15
let toList ( t : taskSeq < 'T >) = [
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ module internal TaskSeqInternal =
80
80
return res
81
81
}
82
82
83
- let inline toResizeArrayAndMapAsync mapper taskSeq = ( toResizeArrayAsync >> Task.map mapper) taskSeq
83
+ let toResizeArrayAndMapAsync mapper taskSeq = ( toResizeArrayAsync >> Task.map mapper) taskSeq
84
84
85
85
let map mapper ( taskSequence : taskSeq < _ >) =
86
86
match mapper with
You can’t perform that action at this time.
0 commit comments