packages feed

fourmolu-0.15.0.0: data/examples/declaration/value/function/if-with-comment-in-branches-with-functions-four-out.hs

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