Module CCOpt.Infix
val (<*>) : ('a -> 'b) t -> 'a t -> 'b tf <*> (Some x)returnsSome (f x)andf <*> NonereturnsNone.
Let operators on OCaml >= 4.08.0, nothing otherwise
- since
- 2.8
CCOpt.Infixval (<*>) : ('a -> 'b) t -> 'a t -> 'b tf <*> (Some x) returns Some (f x) and f <*> None returns None.
Let operators on OCaml >= 4.08.0, nothing otherwise
include CCShimsMkLet_.S with type 'a t_let := 'a option