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

Identify structural trees on Match Type qualifiers #18765

Merged
merged 2 commits into from
Oct 27, 2023

Commits on Oct 26, 2023

  1. Identify structural trees on Match Type qualifiers

    Without this change, selecting `v1` on a type `Ifce[(true :
    Boolean)]#RT` which widens to a MatchType wouldn't be identified as a
    structural tree, which later breaks Erasure.
    dwijnand committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ff90012 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Align pos and neg test pair

    Co-authored-by: Sébastien Doeraene <[email protected]>
    dwijnand and sjrd authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    cc69d90 View commit details
    Browse the repository at this point in the history