Selective.COREBasis operation.
inline
include Indexed_selective.CORE with type ('a, _) t := 'a tselect e f apply f if e is Left. It allow to skip effect using Right.
branch is like select. It chooses between two effects.
include Indexed_applicative.WITH_PURE with type ('a, 'index) t := 'a tinclude Indexed_applicative.WITH_PURE with type ('a, 'index) t := 'a tinclude Indexed_apply.WITH_MAP_AND_PRODUCT with type ('a, 'index) t := 'a tinclude Indexed_functor.WITH_MAP with type ('a, 'index) t := 'a tinclude Indexed_applicative.WITH_PURE with type ('a, 'index) t := 'a tval pure : 'a -> 'a tLift a value from 'a into a new t.