Over_divisible.Req
type 'a t = 'a Divisible.t
The type held by the Decidable.
Decidable
val lose : ('a -> Preface_core.Void.t) -> 'a t
Since Preface_core.Void.t is identity for Either.t, lose act as an identity for Decidable.
Preface_core.Void.t
Either.t
lose
val choose : ('a -> ('b, 'c) Stdlib.Either.t) -> 'b t -> 'c t -> 'a t
choose f x y says that if f can handle either x or y it can handle the result of the function.
choose f x y
f
x
y