dhall-1.42.3: 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
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