Operation.Core
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
.