Skip to content

[bugfix] fix crash with inline record type variable #2710

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

Conversation

EmileTrotignon
Copy link
Collaborator

Fix a crash were

type 'a t = A : 'b. {a: 'a} -> 'a t

was formatted as

type 'a t = A : {a: 'a} -> 'a t

documented in issue #2708

@EmileTrotignon EmileTrotignon merged commit 1866147 into ocaml-ppx:main May 5, 2025
9 of 12 checks passed
Copy link
Collaborator

@Julow Julow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

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.

2 participants