Module type Divisible.WITH_DIVIDE_AND_CONQUER

Exposes the divide and conquer functions, mandatory for each requirement.

type 'a t

The type held by the Divisible.

val divide : ('a -> 'b * 'c) -> 'b t -> 'c t -> 'a t

The contravariant version of apply from Applicative.

val conquer : 'a t

Provide and empty value.