Module Stdlib.Option

type 'a t = 'a option
val value_default : ('a -> 'b) -> default:'b -> 'a t -> 'b
val print : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a t -> unit