end of line comment moves to next guard #112

Open
opened 2018-01-17 20:22:01 +01:00 by lspitzner · 1 comment
lspitzner commented 2018-01-17 20:22:01 +01:00 (Migrated from github.com)
  bubble lastL i
    | i <= 0 = pure () -- some comment
    | otherwise = stuff
~~~~.hs bubble lastL i | i <= 0 = pure () -- some comment | otherwise = stuff ~~~~
tfausak commented 2019-06-18 15:34:49 +02:00 (Migrated from github.com)

For posterity, here's the output from Brittany:

bubble lastL i | i <= 0    = pure ()
               | -- some comment
                 otherwise = stuff
For posterity, here's the output from Brittany: ``` hs bubble lastL i | i <= 0 = pure () | -- some comment otherwise = stuff ```
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#112
There is no content yet.