Monad_plus.Core_via_kleisli_composition
type 'a t = 'a Req.t
The type held by the Monad_plus
.
include Preface_specs.Indexed_monad.WITH_RETURN
with type ('a, 'index) t := 'a t
include Preface_specs.Indexed_monad.WITH_RETURN
with type ('a, 'index) t := 'a t
include Preface_specs.Indexed_monad.WITH_RETURN
with type ('a, 'index) t := 'a t
val return : 'a -> 'a t
Lift a value into a t
.
val neutral : 'a t
The neutral element of the t
.