purescript-0.15.15: tests/purs/failing/Do.out
Error 1 of 2:
at tests/purs/failing/Do.purs:7:12 - 7:21 (line 7, column 12 - line 7, column 21)
The last statement in a 'do' block must be an expression, but this block ends with a let binding.
See https://github.com/purescript/documentation/blob/master/errors/InvalidDoLet.md for more information,
or to contribute content related to this error.
Error 2 of 2:
at tests/purs/failing/Do.purs:9:14 - 9:20 (line 9, column 14 - line 9, column 20)
The last statement in a 'do' block must be an expression, but this block ends with a binder.
See https://github.com/purescript/documentation/blob/master/errors/InvalidDoBind.md for more information,
or to contribute content related to this error.