Parameter Over_applicative_via_branch.Req

type 'a t = 'a Applicative.t

The type held by the Selective.

inline

include Preface_specs.Indexed_selective.WITH_BRANCH with type ('a, _) t := 'a t
val branch : ('a, 'b) Stdlib.Either.t t -> ('a -> 'c) t -> ('b -> 'c) t -> 'c t

branch is like select. It chooses between two effects.