Module type Base__.Monad_intf.Basic3

Multi parameter monad. The second and third parameters get unified across all the computation.

type ('a, 'd, 'e) t
val bind : ('a'd'et ‑> f:('a ‑> ('b'd'et) ‑> ('b'd'et
val map : [ `Define_using_bind | `Custom of ('a'd'et ‑> f:('a ‑> 'b) ‑> ('b'd'et ]
val return : 'a ‑> ('a__t