package bam

  1. Overview
  2. Docs
val let* : 'a t -> ('a -> 'b t) -> 'b t

Alias for bind.

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

Alias for root.

val return : 'a -> 'a t

Alias for return.

OCaml

Innovation. Community. Security.