packages feed

fourmolu-0.20.1.0: data/examples/other/comment-trailing-blank-line-variants-four-out.hs

textComment = do
    a -- some text

    b

blockComment = do
    a {- foo -}

    b

twoComments = do
    a --

    --

    bar

adjacentThenBlank = do
    a --
    --

    bar