fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Fix warning FS3559 for consumers of `'TaskLike` #257

Closed abelbraaksma closed 3 weeks ago

abelbraaksma commented 3 months ago

Fixes #256

This removes the redundant typar 'TOverall, as noted by the OP, it is not used anymore.

@JohSand if you have the time, can you check if this fix works for you?