Skip to content

Conversation

abelbraaksma
Copy link
Member

@abelbraaksma abelbraaksma commented Nov 5, 2022

This adds TaskSeq.tail and TaskSeq.tryTail to the surface area. Before merging need to add some tests. Signatures of new functions:

val tryTail: source: taskSeq<'T> -> Task<taskSeq<'T> option>
val tail: source: taskSeq<'T> -> Task<taskSeq<'T>>

@abelbraaksma abelbraaksma force-pushed the add-taskseq-tail-trytail branch from 43b69ca to 4711537 Compare November 6, 2022 12:12
@abelbraaksma abelbraaksma merged commit 82558c2 into main Nov 6, 2022
@abelbraaksma abelbraaksma deleted the add-taskseq-tail-trytail branch November 6, 2022 14:32
@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.

1 participant