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

Allow to beta reduce curried function applications in quotes reflect #18121

Merged
merged 1 commit into from
Apr 8, 2024

Commits on Mar 26, 2024

  1. Allow to beta reduce curried function applications in quotes reflect

    Previously, the curried functions with multiple applications
    were not able to be beta-reduced in any way, which was unexpected.
    Now we allow reducing any number of top-level function applications
    for a curried function. This was also made clearer in the documentation
    for the affected (Expr.betaReduce and Term.betaReduce) methods.
    jchyb committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8439370 View commit details
    Browse the repository at this point in the history