Parameter Over_functor_via_bind.Functor

type 'a t

The type held by the Functor.

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

Mapping over t from 'a to 'b.