Module type Functor.Basic

module type Basic = sig .. end

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