module type Map = sig .. end
sig
end
Type of a module equipped with a map function.
map
type 'a t
'a
val map : ('a -> 'b) -> 'a t -> 'b t
('a -> 'b) -> 'a t -> 'b t