Parens around operator parameter are stripped #301

Open
opened 2020-04-30 22:30:06 +02:00 by hseg · 0 comments
hseg commented 2020-04-30 22:30:06 +02:00 (Migrated from github.com)

Sample input: on (%) f x y = f x % f y
Output (with --omit-output-check): on % f x y = f x % f y
Should have been: on (%) f x y = f x % f y

Sample input: `on (%) f x y = f x % f y` Output (with `--omit-output-check`): `on % f x y = f x % f y` Should have been: `on (%) f x y = f x % f y`
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#301
There is no content yet.