Skip to content

Conversation

@abelbraaksma
Copy link
Member

@abelbraaksma abelbraaksma commented Nov 6, 2022

Let's add the following to the surface area:

module TaskSeq =
    val append: source1: #taskSeq<'T> -> source2: #taskSeq<'T> -> taskSeq<'T>
    val appendSeq: source1: #taskSeq<'T> -> source2: #seq<'T> -> taskSeq<'T>
    val prependSeq: source1: #seq<'T> -> source2: #taskSeq<'T> -> taskSeq<'T>

@abelbraaksma abelbraaksma merged commit 73ce192 into main Nov 6, 2022
@abelbraaksma abelbraaksma deleted the add-append-delay-except-insert branch November 6, 2022 18:09
@abelbraaksma abelbraaksma added enhancement New feature or request topic: surface area Adds functions to the public surface area labels Nov 6, 2022
@abelbraaksma abelbraaksma added this to the v0.2.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request topic: surface area Adds functions to the public surface area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants