Module Option2.Syntax

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