Module Stdlib.Option

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