package b0

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

Module Fut.Syntax

Future syntax.

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

let* is bind.

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

and* is pair.

OCaml

Innovation. Community. Security.