Indexed_selective.OPERATION
Additional operations.
val lift3 :
('a -> 'b -> 'c -> 'd) ->
('a, 'index) t ->
('b, 'index) t ->
('c, 'index) t ->
('d, 'index) t
Lift a ternary function that acts on arbitrary values into a function that acts t
values.
Create a new t
, replacing all values of the given functor by given a value of 'a
.
Create a new t
, replacing all values in the given functor by unit
.
Same of branch
but using a Boolean
as disjunction.
Monad
bind
specialized for Boolean.
Conditionally perform an effect.
Selective version of List.exists
.
Selective version of List.for_all
.