Skip to content

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