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

Type Selection #219

Open
wants to merge 2 commits into
base: mlscript
Choose a base branch
from
Open

Type Selection #219

wants to merge 2 commits into from

Conversation

Meowcolm024
Copy link
Collaborator

@Meowcolm024 Meowcolm024 commented Apr 9, 2024

Note: part of #195

Changes:

  • Parsing
    • type member declaration with bounds Foo[type A extends L restricts U]
    • type selection x.A
    • as operator
    • wildcard type ?
  • Type checking:
    • type selection typing

@Meowcolm024 Meowcolm024 requested a review from LPTK April 9, 2024 10:53
@Meowcolm024
Copy link
Collaborator Author

Not included in this PR:

  • pushing type alias member to type members i.e. class Foo { type T }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant