Parameter Over_functor_via_branch.Functor

type ('a, 'index) t

The type held by the Indexed Functor.

val map : ('a -> 'b) -> ('a, 'index) t -> ('b, 'index) t

Mapping over t from 'a to 'b.