packages feed

ormolu-0.8.1.1: data/examples/declaration/value/function/if-with-comment-before-do-blocks.hs

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