Module Stdlib.Option

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