packages feed

dhall-1.26.0: tests/format/letCommentsB.dhall

let {- Example documentation for a let binding
       that spans more than one line
    -}
    x {- we can interject things here -} =
    -- Make sure one-line comments work
      1

in  x