Apply.WITH_APPLY
Minimal interface using apply.
apply
type 'a t
The type held by the Apply.
Apply
val apply : ('a -> 'b) t -> 'a t -> 'b t
May apply a function wrapped into an t to a value also wrapped into an t.
t