packages feed

dhall-1.42.3: tests/format/letLineCommentsAfterVariableB.dhall

let x
    -- xxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxx
    : Natural
    = 0

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

in  x + y