-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.
Description
Describe the bug
Input:
foo gen =
Foo <$> gen <*> gen <*> gen <*> gen <*> gen <*> gen
<*> gen <*> gen <*> gen <*> gen <*> gen<*> gen <*> genOutput:
foo gen =
Foo <$> gen <*> gen <*> gen <*> gen <*> gen <*> gen
<*> gen
<*> gen
<*> gen
<*> gen
<*> gen
<*> gen
<*> genExpected behavior
I would have expected that Ormolu treated the first line and the second line of the input the same way.
Environment
34bdf62
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.