package bam

  1. Overview
  2. Docs

Monadic operators.

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

Alias for bind

val return : 'a -> 'a t

Alias for return

OCaml

Innovation. Community. Security.