diff --git a/README.md b/README.md index 7075c78..30a3a8c 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ Fold Functions
mpc_val_t *mpcf_fst_free(int n, mpc_val_t** xs);
xs
and calls free
on othersmpc_val_t *mpcf_snd_free(int n, mpc_val_t** xs);
xs
and calls free
on othersmpc_val_t *mpcf_trd_free(int n, mpc_val_t** xs);
xs
and calls free
on othersmpc_val_t *mpcf_freefold(int n, mpc_val_t** xs);
free
on all elements of xs
and returns NULL
mpc_val_t *mpcf_all_free(int n, mpc_val_t** xs);
free
on all elements of xs
and returns NULL
mpc_val_t *mpcf_strfold(int n, mpc_val_t** xs);
xs
together as strings and returns result