1 2 3 4 5 6 7
val mod_int = { smt: "mod", ocaml: "modulus", lem: "integerMod", c: "tmod_int", coq: "Z.rem" } : (int, int) -> int