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

update the ill-types ppx_example in Ast_mapper module #12316

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

richard-zhang
Copy link
Contributor

The example used in documentation will not compiler due to Ast_helper.Exp.constant is expecting a constant type of Parsetree.constant as a argument while the example given is of type "Asttypes.constant"

This PR fix this issue and make the example compile and usable against the current ocaml compiler.

@richard-zhang
Copy link
Contributor Author

This PR is minor probably a no-change-entry-needed label shall be applied.

Copy link
Member

@gasche gasche left a comment

Choose a reason for hiding this comment

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

Thanks!

@gasche gasche merged commit d2ccddc into ocaml:trunk Jun 21, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants