div -package:foundation
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.
hedgehog Hedgehog.Internal.Prelude, 
base-compat Prelude.Compat, 
protolude Protolude Protolude.Base, 
relude Relude.Numeric, 
rio RIO.Prelude, 
Cabal-syntax Distribution.Compat.Prelude, 
universum Universum.Base, 
ihaskell IHaskellPrelude, 
clash-prelude Clash.HaskellPrelude, 
ghc-lib-parser GHC.Prelude.Basic, 
dimensional Numeric.Units.Dimensional.Prelude, 
rebase Rebase.Prelude, 
xmonad-contrib XMonad.Config.Prime, 
cabal-install-solver Distribution.Solver.Compat.Prelude, 
LambdaHack Game.LambdaHack.Core.Prelude, 
faktory Faktory.Prelude 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.
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
Emulates the behaviour of the Haskell function 
div in
PostgreSQL.