Parameter Of_applicative.1-A

type 'a t
val return : 'a -> 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
val apply : ('a -> 'b) t -> 'a t -> 'b t