Module Fut.SyntaxSource

Future syntax.

Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t

let* is bind.

Sourceval (and*) : 'a t -> 'b t -> ('a * 'b) t

and* is pair.