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