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 Ape to format patterns #1870

Merged
merged 4 commits into from
Mar 1, 2023
Merged

Use Ape to format patterns #1870

merged 4 commits into from
Mar 1, 2023

Conversation

janmasrovira
Copy link
Collaborator

@janmasrovira janmasrovira commented Feb 28, 2023

This pr implements pretty printing of patterns using the Ape interface.
This means that we will have pretty chains of infix constructors and , will be printed as expected (in a pattern), i.e. (a, b) instead of (a , b)

@janmasrovira janmasrovira added this to the 0.3.1 milestone Feb 28, 2023
@janmasrovira janmasrovira self-assigned this Feb 28, 2023
@janmasrovira janmasrovira marked this pull request as ready for review February 28, 2023 14:25
paulcadman
paulcadman previously approved these changes Feb 28, 2023
@paulcadman paulcadman merged commit d4b3553 into main Mar 1, 2023
@paulcadman paulcadman deleted the format-patterns branch March 1, 2023 09:13
@paulcadman paulcadman modified the milestones: 0.3.1, 0.3 - Valencia Mar 15, 2023
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.

2 participants