moving comment for let/do with indent=4 #285

Open
opened 2020-02-16 14:43:11 +01:00 by lspitzner · 0 comments
lspitzner commented 2020-02-16 14:43:11 +01:00 (Migrated from github.com)
func = do
    let x :: a -> b -> c
        x y = do
            -- abc
            def
    x
~~~~.hs func = do let x :: a -> b -> c x y = do -- abc def x ~~~~
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#285
There is no content yet.