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