Module type CCCat.FUNCTOR

module type FUNCTOR = sig .. end

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