Module Deriving_Functor.Functor_option

module Functor_option: Functor  with type 'a f = 'a option

type 'a f 
val map : ('a -> 'b) -> 'a f -> 'b f