Indexed_monad_plus.Core_via_bind
type ('a, 'index) t = ('a, 'index) Req.t
The type held by the Indexed Monad Plus
.
include Preface_specs.Indexed_monad.WITH_RETURN
with type ('a, 'index) t := ('a, 'index) t
include Preface_specs.Indexed_monad.WITH_RETURN
with type ('a, 'index) t := ('a, 'index) t
include Preface_specs.Indexed_bind.WITH_MAP_AND_JOIN
with type ('a, 'index) t := ('a, 'index) t
include Preface_specs.Indexed_monad.WITH_RETURN
with type ('a, 'index) t := ('a, 'index) t
val return : 'a -> ('a, 'index) t
Lift a value into a t
.
val neutral : ('a, 'index) t
The neutral element of the t
.