Documentation

EvmEquivalence.Utils.IntUtils

theorem Int.mod_cast {n m : } (le0n : 0 n) (le0m : 0 m) :
n % m = ↑(n.toNat % m.toNat)