Module docstring
{"# Integer Type, Coercions, and Notation
This file defines the Int type as well as
- coercions, conversions, and compatibility with numeric literals,
- basic arithmetic operations add/sub/mul/pow,
- a few
Nat-related operations such asnegOfNatandsubNatNat, - relations
</≤/≥/>, theNonNegproperty andmin/max, - decidability of equality, relations and
NonNeg.
Division and modulus operations are defined in Init.Data.Int.DivMod.Basic.
","## Coercions ","## sign ","## Conversion ","## divisibility ","## Powers "}