Term.Syntax
let operators.
let
See how to use them in the blueprints.
val (let+) : 'a t -> ('a -> 'b) -> 'b t
( let+ ) is map.
( let+ )
map
val (and+) : 'a t -> 'b t -> ('a * 'b) t
( and* ) is product.
( and* )
product