Module Filter_mappable.To_mappable1

To_mappable1 lowers a filter-mappable arity-1 type to a mappable one.

Parameters

Signature

include Mappable_types.Generic with type ('a, 'phantom) t := 'a F.t and type 'a elt := 'a

Generic refers to the container type as 'a t, and the element type as 'a elt; substitute t/elt (arity-0) or 'a t/'a (arity-1) accordingly below.

include Generic_types.Generic with type ('a, 'phantom) t := 'a F.t with type 'a elt := 'a
val map : 'a F.t -> f:('a -> 'b) -> 'b F.t

map c ~f maps f over every t in c.