Module Term.Syntax

let operators.

See how to use them in the blueprints.

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

( let+ ) is map.

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

( and* ) is product.