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 type synonyms inside other type synonyms #1986

Merged
merged 4 commits into from
Dec 5, 2023
Merged

Allow type synonyms inside other type synonyms #1986

merged 4 commits into from
Dec 5, 2023

Commits on Nov 18, 2023

  1. Allow type synonyms inside other type synonyms

    Instantiate the body of a type synonym declaration with the existing
    type synonym map before adding it to the map, so that the map never
    contains any uninstantiated type synonyms.
    qsctr committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    00e216a View commit details
    Browse the repository at this point in the history
  2. Add test for #1985

    qsctr committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    2187d81 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    17f0ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6782359 View commit details
    Browse the repository at this point in the history