packages feed

ormolu-0.8.2.0: data/examples/other/comment-trailing-blank-line-variants.hs

textComment = do
  a -- some text

  b

blockComment = do
  a {- foo -}

  b

twoComments = do
  a --

  --

  bar

adjacentThenBlank = do
  a --
  --

  bar