Module type Apply.SYNTAX

Syntax extensions.

type 'a t

The type held by the Apply.

val let+ : 'a t -> ('a -> 'b) -> 'b t

let operator for mapping.

val and+ : 'a t -> 'b t -> ('a * 'b) t

and operator for the monoidal product.