Property definitions

gmp $ NativeMPZ :: mod
    fun mod(res, op: NativeMPZ) `{
        mpz_mod(res, self, op);
    `}
lib/gmp/native_gmp.nit:75,5--77,6