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

Generalised Fold to Row/Column #74

Open
ColmBhandal opened this issue Aug 12, 2020 · 0 comments
Open

Generalised Fold to Row/Column #74

ColmBhandal opened this issue Aug 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ColmBhandal
Copy link
Owner

Requirement

The 2D array extension has functions to fold to a single column/row but the target type of the fold is the same as the array type. In general, the target type could be different- this is the standard case for fold operations. For this feature, we want more general version of the fold to single row/column functions that allow the target type to be different from the source type.

Value Proposition

This solves a more general use case for fold than does the existing functions whose target type matches the source type.

Design Ideas

The original fold functions can be refactored in terms of the more general ones.

@ColmBhandal ColmBhandal added the enhancement New feature or request label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant