Int.tdiv
Int.tmod
This PR removes the deprecated aliases `Int.div := Int.tdiv` and `Int.mod := Int.tmod`. Later we will rename `Int.ediv` to `Int.div` and `Int.emod` to `Int.mod`.