Module Option.Functor

type 'a t = 'a option
val map : ('a -> 'b) -> 'a t -> 'b t