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 exact size unfoldrN(M) #140

Closed
cartazio opened this issue Oct 10, 2016 · 4 comments · Fixed by #295
Closed

add exact size unfoldrN(M) #140

cartazio opened this issue Oct 10, 2016 · 4 comments · Fixed by #295

Comments

@cartazio
Copy link
Contributor

cartazio commented Oct 10, 2016

unfoldrExactlyNM :: Monad m => Int -> (s -> m ((a, s))) -> s -> Stream m a

or something like that, plus vector level siblings

cc @dolio @davean

@cartazio
Copy link
Contributor Author

also clarify which sized arg things are hinting vs exact for realted codes like unfoldrN

Shimuuar added a commit to Shimuuar/vector that referenced this issue Feb 2, 2020
Shimuuar added a commit to Shimuuar/vector that referenced this issue Feb 3, 2020
Shimuuar added a commit to Shimuuar/vector that referenced this issue Feb 16, 2020
@lehins
Copy link
Contributor

lehins commented Feb 28, 2020

@cartazio #295 implements this ticket. I am thinking on merging it and closing this ticket. Maybe there is something more you'd like to add?

@cartazio
Copy link
Contributor Author

cartazio commented Feb 28, 2020 via email

@cartazio
Copy link
Contributor Author

cartazio commented Feb 28, 2020 via email

Shimuuar added a commit to Shimuuar/vector that referenced this issue Jun 5, 2020
lehins pushed a commit to Shimuuar/vector that referenced this issue Jun 7, 2020
lehins pushed a commit that referenced this issue Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants