Divide
public protocol Divide : Contravariant
Divide is a type class that models the divide part of divide and conquer.
-
Takes two computations and provides a computation using a function that specifies how to divide the returned type into the two provided types.
Declaration
Parameters
fa1st computation.
fb2nd computation.
fDividing function.
Return Value
A computation that merges the divided parts.
Install in Dash
Divide Protocol Reference