package alba

  1. Overview
  2. Docs

A minimal monad signature.

type _ t
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t