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

Render Haskell arguments without brackets #293

Closed
chscholl opened this issue Dec 21, 2021 · 1 comment
Closed

Render Haskell arguments without brackets #293

chscholl opened this issue Dec 21, 2021 · 1 comment

Comments

@chscholl
Copy link

chscholl commented Dec 21, 2021

It would be better to render Haskell function calls without brackets:

foo 1 2

instead of

foo (1) (2)
niknetniko added a commit that referenced this issue Mar 21, 2023
niknetniko added a commit that referenced this issue Mar 21, 2023
niknetniko added a commit that referenced this issue Mar 21, 2023
@pdawyndt pdawyndt changed the title Haskell argumenten renderen zonder haakjes render Haskell arguments without brackets Apr 22, 2023
@pdawyndt pdawyndt changed the title render Haskell arguments without brackets Render Haskell arguments without brackets Apr 22, 2023
@niknetniko
Copy link
Member

Implemented in #327.

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

Successfully merging a pull request may close this issue.

2 participants