Module Lwt_utils

val let> : 'a Lwt.t -> ( 'a -> 'b Lwt.t ) -> 'b Lwt.t
val debug : bool -> ( 'a, Stdlib.Format.formatter, unit ) Stdlib.format -> 'a