Module Misc.Stdlib.Option

module Option: sig .. end

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