Module type Functor.Basic3

module type Basic3 = sig .. end

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