Skip to main content

proof_get_arguments

Function proof_get_arguments 

Source
pub unsafe extern "C" fn proof_get_arguments(
    proof: Proof,
    size: *mut usize,
) -> *const Term
Expand description

Get the arguments of the root step of a given proof. @param proof The proof. @param size Output parameter to store the number of resulting argument terms. @return The argument terms.