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 typo in ml_z_mul. #109

Merged
merged 1 commit into from Nov 22, 2021
Merged

Fix typo in ml_z_mul. #109

merged 1 commit into from Nov 22, 2021

Conversation

bschommer
Copy link
Contributor

It should be Val_long(Long_val(arg1) * Long_val(arg2)) instead of
Val_long(Long_val(a1) * Long_val(a2)).

It should be `Val_long(Long_val(arg1) * Long_val(arg2))` instead of
`Val_long(Long_val(a1) * Long_val(a2))`.
@antoinemine
Copy link
Collaborator

Good catch!
I guess this path is not often compiled in...

@antoinemine antoinemine merged commit 485242a into ocaml:master Nov 22, 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 this pull request may close these issues.

None yet

2 participants