package b0

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

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.