Module Misc.Stdlib.Option

module Option: sig .. end

Extensions to the Option module


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