package b0

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.