Property definitions

gmp $ NativeMPZ :: abs
    fun abs(res: NativeMPZ) `{
        mpz_abs(res, self);
    `}
lib/gmp/native_gmp.nit:63,5--65,6