Divide
public protocol Divide : ContravariantDivide 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. DeclarationParametersfa1st computation. fb2nd computation. fDividing function. Return ValueA computation that merges the divided parts. 
 
             Install in Dash
              Install in Dash
             Divide Protocol Reference
        Divide Protocol Reference