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

Fix reduce with no explicit initialization. #164

Merged
merged 1 commit into from
Aug 27, 2023
Merged

Fix reduce with no explicit initialization. #164

merged 1 commit into from
Aug 27, 2023

Conversation

okamsn
Copy link
Owner

@okamsn okamsn commented Aug 27, 2023

Change so that it does not pass the first value of EXPR to the function. This
change makes it work more like cl-reduce, which is the expected behavior.

Change so that it does not pass the first value of `EXPR` to the function.  This
change makes it work more like `cl-reduce`, which is the expected behavior.
@okamsn okamsn merged commit 420ed83 into master Aug 27, 2023
5 checks passed
@okamsn okamsn deleted the fix-reduce branch February 25, 2024 16:48
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 this pull request may close these issues.

1 participant