Module Eliom_lib.Let_syntaxThis module provides support for ppx_let.since 4.2.0 val return : 'a -> 'a Lwt.tSee Lwt.return.val map : 'a Lwt.t -> f:('a -> 'b) -> 'b Lwt.tSee Lwt.map.val bind : 'a Lwt.t -> f:('a -> 'b Lwt.t) -> 'b Lwt.tSee Lwt.bind.val both : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.tSee Lwt.both.module Open_on_rhs : sig ... end