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

Remove tyarg in flat_map #504

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Remove tyarg in flat_map #504

merged 2 commits into from
Aug 4, 2023

Commits on Jul 30, 2023

  1. Remove unreachable then

    yhara committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    25fd5e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fix: substitute param_tys after method-tyarg inference

    Once method-wise type arguments are inferred, you need to apply it
    to the signature before checking the argument types.
    yhara committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5cbd89c View commit details
    Browse the repository at this point in the history