Closed sgrove closed 8 years ago
Just a mechanical replacement of try_lwt and lwt _ = _ in to try%lwt and let%lwt _ = _ in, and updates to the Makefile and .merlin file, but the tests still pass (not 100% sure what the tests cover though).
try_lwt
lwt _ = _ in
try%lwt
let%lwt _ = _ in
Makefile
.merlin
Just a mechanical replacement of
try_lwt
andlwt _ = _ in
totry%lwt
andlet%lwt _ = _ in
, and updates to theMakefile
and.merlin
file, but the tests still pass (not 100% sure what the tests cover though).