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

Commits on Nov 22, 2021

  1. Fix typo in ml_z_mul.

    It should be `Val_long(Long_val(arg1) * Long_val(arg2))` instead of
    `Val_long(Long_val(a1) * Long_val(a2))`.
    bschommer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a4aacea View commit details
    Browse the repository at this point in the history