mod package:cabal-install-solver
integer modulus, satisfying
(x `div` y)*y + (x `mod` y) == x
WARNING: This function is partial (because it throws when 0 is passed
as the divisor) for all the integer types in
base.
Ties the two worlds together: classic cabal-install vs. the modular
solver. Performs the necessary translations before and after.
simultaneous
div and
mod
WARNING: This function is partial (because it throws when 0 is passed
as the divisor) for all the integer types in
base.