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

Fix prettyprinter bug for lists of implicitly inserted arguments #352

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

BinderDavid
Copy link
Collaborator

@BinderDavid BinderDavid commented Nov 6, 2024

This fixes a bug which occurs if we print a list of arguments which consist only of implicitly inserted arguments. An example of this is Nil which has one implicitly inserted argument for the type. Before this fix we would print Nil(), and after the fix we will print Nil.

@BinderDavid BinderDavid changed the title Finetune prettyprinter Fix prettyprinter bug for lists of implicitly inserted arguments Nov 6, 2024
@BinderDavid BinderDavid merged commit 314f8c1 into main Nov 6, 2024
7 checks passed
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