Skip to content

Parser: recover on missing types in tuple and function types #15074

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

Merged
merged 5 commits into from
Apr 13, 2023

Conversation

auduchinok
Copy link
Member

@auduchinok auduchinok commented Apr 12, 2023

Adds recovery for missing types in tuple and function types.

type T(i: a * ) = class end
type T(i: a -> b * ) = class end
let _: a * = ()
let _: a * * c = ()
let _: a -> = ()

@auduchinok auduchinok requested a review from a team as a code owner April 12, 2023 14:56
@auduchinok auduchinok force-pushed the parser-synType-type branch from cb04253 to 427b6b7 Compare April 12, 2023 16:33
@auduchinok
Copy link
Member Author

It's ready.

@vzarytovskii vzarytovskii enabled auto-merge (squash) April 13, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants