Parameter Over_functor_via_branch.Req

type 'a t = 'a Functor.t

The type held by the Selective.

inline

include Preface_specs.Indexed_selective.WITH_PURE_AND_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.

val pure : 'a -> 'a t

Create a new t.