packages feed

ormolu-0.7.4.0: data/examples/declaration/value/function/if-with-comment-in-branches-with-functions.hs

foo =
  if x
    then
      -- comment 1
      -- comment 2
      foo 1 2 3
    else
      -- comment 3
      -- comment 4
      foo
        "here"
        "there"