Module Let_syntax.Option

val (let*) : 'a option -> ('a -> 'b option) -> 'b option
val (let+) : 'a option -> ('a -> 'b) -> 'b option