Via_kleisli_composition.Req
include Preface_specs.Indexed_monad.WITH_RETURN_AND_KLEISLI_COMPOSITION
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
.