Property definitions

gmp $ NativeMPQ :: sub
    fun sub(res, op: NativeMPQ) `{
        mpq_sub(res, self, op);
    `}
lib/gmp/native_gmp.nit:165,5--167,6