Over_arrow.Apply
type ('a, 'b) t = ('a, 'b) Arrow.t
The type held by the Arrow_apply.
Arrow_apply
val apply : (('a, 'b) t * 'a, 'b) t
application of an arrow to an input.