packages feed

fourmolu-0.15.0.0: data/examples/declaration/value/function/if-with-comment-before-do-blocks-four-out.hs

foo =
    if something
        -- then comment
        then do
            stuff
            stuff
        -- else comment
        else do
            stuff
            stuff