packages feed

dhall-1.27.0: tests/format/letLineCommentsAfterVariableA.dhall

let x -- xxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxx
    : Natural
    = 0

let y -- yyyyyyyyyy yyyyyyyyyyyyyyyyy yyyyyyyyyyyyyyyyy
      -- yyyyyyyyyyyyyy yyyyyyyyyyyyyyyyyyyyyyy
    : Natural
    = 1

in x + y