Monad.Infixmodule Core : Preface_specs.Monad.COREmodule Operation : Preface_specs.Monad.OPERATION with type 'a t = 'a Core.ttype 'a t = 'a Core.tThe type held by the Monad.
Infix version of OPERATION.compose_right_to_left.
Sequentially compose two actions, discarding any value produced by the first.
Sequentially compose two actions, discarding any value produced by the second.
Infix version of Preface_specs.Functor.CORE.map.
Flipped and infix version of Preface_specs.Functor.CORE.map.
Infix version of Preface_specs.Functor.OPERATION.replace.
Flipped and infix version of Preface_specs.Functor.OPERATION.replace.