div

Integer division truncated toward negative infinity. WARNING: This function is partial (because it throws when 0 is passed as the divisor) for all the integer types in base.
integer division truncated toward negative infinity WARNING: This function is partial (because it throws when 0 is passed as the divisor) for all the integer types in base.
Combinator for the <div> element. Example:
div $ span $ toHtml "foo"
Result:
<div><span>foo</span></div>
integer division truncated toward negative infinity
Integer division truncated toward negative infinity.
Division.
div x1 [x2, ..., xn] with n >= 1 returns x1 div x2 * ... * xn. The terms are expected to have type Int.
Apply the div operation to two streams, point-wise.
integer division truncated toward negative infinity
Division (round down) of natural numbers. Div x 0 is undefined (i.e., it cannot be reduced).