Property definitions

gmp $ NativeMPQ :: mul
    fun mul(res, op: NativeMPQ) `{
        mpq_mul(res, self, op);
    `}
lib/gmp/native_gmp.nit:169,5--171,6