Module type Record_builder.Partial_applicative_S

A subset of the operations of an applicative.

type 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
val both : 'a t -> 'b t -> ('a * 'b) t