Skip to content

Lwt 5.8.0, Lwt_ppx 5.8.0

Latest
Compare
Choose a tag to compare
@raphael-proust raphael-proust released this 13 Nov 14:06
· 44 commits to master since this release

Note: To simplify the release process, Lwt_ppx versions now matches that of Lwt.

Improvements

  • Make Lwt_seq.of_list lazier, make Lwt_set.to_list tail-rec. (Samer Abdallah, #1019)
  • Convert more Lwt.fail into raise to increase availibility of backtraces. (#1008)

Documentation

  • Small fixes. (Nils André, #1001, #1006)
  • Convert manual to mld. (#951, Antonin Décimo)

Other