Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TaskSeq.tail and tryTail functions #76

Merged
merged 3 commits into from
Nov 6, 2022

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