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

Use ppx_import to separate the definition of the AST and the helper functions #29

Closed
Niols opened this issue May 6, 2023 · 1 comment · Fixed by #34
Closed

Use ppx_import to separate the definition of the AST and the helper functions #29

Niols opened this issue May 6, 2023 · 1 comment · Fixed by #34

Comments

@Niols
Copy link
Member

Niols commented May 6, 2023

We should have just an AST.mli file defining the type and then some other files importing the types just to generate the printers and everything.

@Niols
Copy link
Member Author

Niols commented May 6, 2023

Waiting for #30.

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

Successfully merging a pull request may close this issue.

1 participant