模块 Misc.Stdlib.Option

module Option: sig .. end

对 Option 模块的扩展


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