packages feed

ormolu-0.9.0.0: data/examples/declaration/value/function/operator-comments-3.hs

data X = X { x :: Int }

f = id
    . -- Some comment
    (\s -> s { x = 1 })