-
Notifications
You must be signed in to change notification settings - Fork 8
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.singleton
to the surface area
#90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function will need some tests. See the approach I took for empty
. It won't really fit the auto-generated tests, but we should at least have coverage of the three basic cases: before/middle/after iteration and that it behaves stable with a few minimal combined tests.
I can set this up if you like.
There's a compile error now, not sure how rebase introduced that, though:
|
This should fix the compile error (rebase with Edit, accidentally merged with |
063e385
to
d5c5bbf
Compare
Thanks for this! Merged into |
Add
singleton
function: