We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently vector-sized implements only pure, non-monadic version of the unfoldrfunctions, eg in the unboxed module:
vector-sized
unfoldr
The normal vector package has also monadic versions like unfoldrM, unfoldrNM and unfoldrExactNM.
unfoldrM
unfoldrNM
unfoldrExactNM
It would be nice to have them also in this library, eg for the unboxed module:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
vector-sized
implements only pure, non-monadic version of theunfoldr
functions, eg in the unboxed module:The normal vector package has also monadic versions like
unfoldrM
,unfoldrNM
andunfoldrExactNM
.It would be nice to have them also in this library, eg for the unboxed module:
The text was updated successfully, but these errors were encountered: